Class JacksonJSONContextClient
java.lang.Object
org.cometd.common.JacksonJSONContext<Message.Mutable,HashMapMessage>
org.cometd.common.JacksonJSONContextClient
- All Implemented Interfaces:
JSONContext<Message.Mutable>
,JSONContext.Client
public class JacksonJSONContextClient
extends JacksonJSONContext<Message.Mutable,HashMapMessage>
implements JSONContext.Client
-
Nested Class Summary
Nested classes/interfaces inherited from class org.cometd.common.JacksonJSONContext
JacksonJSONContext.ObjectMapperGenerator
Nested classes/interfaces inherited from interface org.cometd.common.JSONContext
JSONContext.AsyncParser, JSONContext.Client, JSONContext.Generator, JSONContext.Parser
-
Constructor Summary
-
Method Summary
Methods inherited from class org.cometd.common.JacksonJSONContext
generate, getGenerator, getObjectMapper, getParser, newAsyncParser, parse
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.cometd.common.JSONContext
generate, getGenerator, getParser, newAsyncParser, parse
-
Constructor Details
-
JacksonJSONContextClient
public JacksonJSONContextClient()
-
-
Method Details
-
messageClass
- Specified by:
messageClass
in classJacksonJSONContext<Message.Mutable,
HashMapMessage>
-