Class JacksonJSONContext<M extends Message.Mutable,I extends M>
java.lang.Object
org.cometd.common.JacksonJSONContext<M,I>
- Direct Known Subclasses:
JacksonJSONContextClient
,JacksonJSONContextServer
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.ObjectMapper
-
Constructor Details
-
JacksonJSONContext
protected JacksonJSONContext()
-
-
Method Details
-
getObjectMapper
public com.fasterxml.jackson.databind.ObjectMapper getObjectMapper() -
messageClass
-
parse
- Throws:
ParseException
-
newAsyncParser
-
generate
-
getParser
-
getGenerator
-