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 JacksonJSONContext
JacksonJSONContext.ObjectMapperGeneratorNested classes/interfaces inherited from interface JSONContext
JSONContext.AsyncParser, JSONContext.Client, JSONContext.Generator, JSONContext.Parser -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class JacksonJSONContext
generate, getGenerator, getObjectMapper, getParser, newAsyncParser, parseMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface JSONContext
generate, getGenerator, getParser, newAsyncParser, parse
-
Constructor Details
-
JacksonJSONContextClient
public JacksonJSONContextClient()
-
-
Method Details
-
messageClass
- Specified by:
messageClassin classJacksonJSONContext<Message.Mutable, HashMapMessage>
-