Uses of Class
org.apache.uima.json.impl.JsonContentHandlerJacksonWrapper
-
Packages that use JsonContentHandlerJacksonWrapper Package Description org.apache.uima.json org.apache.uima.json.impl -
-
Uses of JsonContentHandlerJacksonWrapper in org.apache.uima.json
Fields in org.apache.uima.json declared as JsonContentHandlerJacksonWrapper Modifier and Type Field Description private JsonContentHandlerJacksonWrapper
JsonCasSerializer.JsonDocSerializer. jch
Methods in org.apache.uima.json with parameters of type JsonContentHandlerJacksonWrapper Modifier and Type Method Description void
JsonCasSerializer. serialize(CAS cas, JsonContentHandlerJacksonWrapper jch)
Serialize a Cas to an Output configured in the passed in JsonContentHandlerJacksonWrapper Constructs a new CasDocSerializer instance to do the serialization, configured using this class's Delta marker setting (if any)void
JsonCasSerializer. serialize(CAS cas, JsonContentHandlerJacksonWrapper jch, XmiSerializationSharedData sharedData, Marker marker)
-
Uses of JsonContentHandlerJacksonWrapper in org.apache.uima.json.impl
Fields in org.apache.uima.json.impl declared as JsonContentHandlerJacksonWrapper Modifier and Type Field Description private JsonContentHandlerJacksonWrapper
MetaDataObjectSerializer_json. jch
Constructors in org.apache.uima.json.impl with parameters of type JsonContentHandlerJacksonWrapper Constructor Description MetaDataObjectSerializer_json(JsonContentHandlerJacksonWrapper jch)
-