Uses of Class
org.apache.uima.json.JsonCasSerializer
Packages that use JsonCasSerializer
-
Uses of JsonCasSerializer in org.apache.uima.json
Methods in org.apache.uima.json that return JsonCasSerializerModifier and TypeMethodDescriptionJsonCasSerializer.setErrorHandler
(ErrorHandler eh) set an error handler to receive information about errorsJsonCasSerializer.setFilterTypes
(TypeSystemImpl ts) pass in a type system to use for filtering what gets serialized; only those types and features which are defined this type system are included.JsonCasSerializer.setJsonContext
(JsonCasSerializer.JsonContextFormat format) sets which Json context format to use when serializingJsonCasSerializer.setJsonFactory
(com.fasterxml.jackson.core.JsonFactory jsonFactory) set which JsonFactory instance to use; if null, a new instance is used this can be used to preconfigure the JsonFactory instanceJsonCasSerializer.setOmit0Values
(boolean omitDefaultValues) JsonCasSerializer.setPrettyPrint
(boolean pp) set or reset the pretty print flag (default is false)JsonCasSerializer.setStaticEmbedding()
Sets static embedding modeJsonCasSerializer.setTypeSystemReference
(String reference)