Package org.cometd.common
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
Constructors Constructor Description JacksonJSONContextClient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Class<HashMapMessage[]>
rootArrayClass()
-
Methods inherited from class org.cometd.common.JacksonJSONContext
generate, generate, getGenerator, getObjectMapper, getParser, newAsyncParser, parse, 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, generate, getGenerator, getParser, newAsyncParser, parse, parse
-
-
-
-
Method Detail
-
rootArrayClass
protected java.lang.Class<HashMapMessage[]> rootArrayClass()
- Specified by:
rootArrayClass
in classJacksonJSONContext<Message.Mutable,HashMapMessage>
-
-