Uses of Class
org.apache.uima.cas.impl.CasSerializerSupport
-
Packages that use CasSerializerSupport Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces.org.apache.uima.json -
-
Uses of CasSerializerSupport in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as CasSerializerSupport Modifier and Type Field Description private CasSerializerSupport
XmiCasSerializer. css
Methods in org.apache.uima.cas.impl that return CasSerializerSupport Modifier and Type Method Description CasSerializerSupport
CasSerializerSupport. setErrorHandler(org.xml.sax.ErrorHandler eh)
set an error handler to receive information about errorsCasSerializerSupport
CasSerializerSupport. 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.CasSerializerSupport
CasSerializerSupport. setPrettyPrint(boolean pp)
set or reset the pretty print flag (default is false) -
Uses of CasSerializerSupport in org.apache.uima.json
Fields in org.apache.uima.json declared as CasSerializerSupport Modifier and Type Field Description private CasSerializerSupport
JsonCasSerializer. css
Methods in org.apache.uima.json that return CasSerializerSupport Modifier and Type Method Description (package private) CasSerializerSupport
JsonCasSerializer. getCss()
-