Uses of Class
org.apache.uima.json.JsonCasSerializer.JsonContextFormat
-
Packages that use JsonCasSerializer.JsonContextFormat Package Description org.apache.uima.json -
-
Uses of JsonCasSerializer.JsonContextFormat in org.apache.uima.json
Methods in org.apache.uima.json that return JsonCasSerializer.JsonContextFormat Modifier and Type Method Description static JsonCasSerializer.JsonContextFormat
JsonCasSerializer.JsonContextFormat. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JsonCasSerializer.JsonContextFormat[]
JsonCasSerializer.JsonContextFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.uima.json with parameters of type JsonCasSerializer.JsonContextFormat Modifier and Type Method Description JsonCasSerializer
JsonCasSerializer. setJsonContext(JsonCasSerializer.JsonContextFormat format)
sets which Json context format to use when serializing
-