| Package | Description | 
|---|---|
| org.apache.uima.json | 
| Modifier and Type | Method and Description | 
|---|---|
| JsonCasSerializer | JsonCasSerializer. setErrorHandler(ErrorHandler eh)set an error handler to receive information about errors | 
| JsonCasSerializer | JsonCasSerializer. setFilterTypes(org.apache.uima.cas.impl.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 | JsonCasSerializer. setJsonContext(JsonCasSerializer.JsonContextFormat format)sets which Json context format to use when serializing | 
| JsonCasSerializer | JsonCasSerializer. 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 instance | 
| JsonCasSerializer | JsonCasSerializer. setOmit0Values(boolean omitDefaultValues) | 
| JsonCasSerializer | JsonCasSerializer. setPrettyPrint(boolean pp)set or reset the pretty print flag (default is false) | 
| JsonCasSerializer | JsonCasSerializer. setStaticEmbedding()Sets static embedding mode | 
| JsonCasSerializer | JsonCasSerializer. setTypeSystemReference(String reference) | 
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.