Package org.cometd.common
Class JacksonJSONContextClient
java.lang.Object
org.cometd.common.JacksonJSONContext<org.cometd.bayeux.Message.Mutable,HashMapMessage>
org.cometd.common.JacksonJSONContextClient
- All Implemented Interfaces:
JSONContext<org.cometd.bayeux.Message.Mutable>
,JSONContext.Client
public class JacksonJSONContextClient extends JacksonJSONContext<org.cometd.bayeux.Message.Mutable,HashMapMessage> implements JSONContext.Client
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.cometd.common.JSONContext
JSONContext.Client, JSONContext.Generator, JSONContext.Parser
-
Constructor Summary
Constructors Constructor Description JacksonJSONContextClient()
-
Method Summary
Modifier and Type Method Description protected Class<HashMapMessage[]>
rootArrayClass()
Methods inherited from class org.cometd.common.JacksonJSONContext
generate, generate, getGenerator, getObjectMapper, getParser, parse, 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, parse, parse, parse
-
Constructor Details
-
JacksonJSONContextClient
public JacksonJSONContextClient()
-
-
Method Details
-
rootArrayClass
- Specified by:
rootArrayClass
in classJacksonJSONContext<org.cometd.bayeux.Message.Mutable,HashMapMessage>
-