Uses of Class
adams.data.json.JsonObjectType
-
Packages that use JsonObjectType Package Description adams.data.conversion adams.data.json adams.flow.transformer -
-
Uses of JsonObjectType in adams.data.conversion
Fields in adams.data.conversion declared as JsonObjectType Modifier and Type Field Description protected JsonObjectType
StringToJson. m_Type
the type of object to output.Methods in adams.data.conversion that return JsonObjectType Modifier and Type Method Description JsonObjectType
StringToJson. getType()
Returns the type of object to forward.Methods in adams.data.conversion with parameters of type JsonObjectType Modifier and Type Method Description void
StringToJson. setType(JsonObjectType value)
Sets the type of object to forward. -
Uses of JsonObjectType in adams.data.json
Methods in adams.data.json that return JsonObjectType Modifier and Type Method Description static JsonObjectType
JsonObjectType. valueOf(String name)
Returns the enum constant of this type with the specified name.static JsonObjectType[]
JsonObjectType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of JsonObjectType in adams.flow.transformer
Fields in adams.flow.transformer declared as JsonObjectType Modifier and Type Field Description protected JsonObjectType
JsonFileReader. m_Type
the type of output to generate.Methods in adams.flow.transformer that return JsonObjectType Modifier and Type Method Description JsonObjectType
JsonFileReader. getType()
Returns the type of the output to enforce.Methods in adams.flow.transformer with parameters of type JsonObjectType Modifier and Type Method Description void
JsonFileReader. setType(JsonObjectType value)
Sets the type of the output to enforce.
-