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 JsonObjectTypeStringToJson. m_Typethe type of object to output.Methods in adams.data.conversion that return JsonObjectType Modifier and Type Method Description JsonObjectTypeStringToJson. getType()Returns the type of object to forward.Methods in adams.data.conversion with parameters of type JsonObjectType Modifier and Type Method Description voidStringToJson. 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 JsonObjectTypeJsonObjectType. 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 JsonObjectTypeJsonFileReader. m_Typethe type of output to generate.Methods in adams.flow.transformer that return JsonObjectType Modifier and Type Method Description JsonObjectTypeJsonFileReader. getType()Returns the type of the output to enforce.Methods in adams.flow.transformer with parameters of type JsonObjectType Modifier and Type Method Description voidJsonFileReader. setType(JsonObjectType value)Sets the type of the output to enforce.
-