Uses of Class
de.iip_ecosphere.platform.connectors.formatter.JsonOutputFormatter.StructureType
-
Packages that use JsonOutputFormatter.StructureType Package Description de.iip_ecosphere.platform.connectors.formatter Generic output formatters. -
-
Uses of JsonOutputFormatter.StructureType in de.iip_ecosphere.platform.connectors.formatter
Fields in de.iip_ecosphere.platform.connectors.formatter with type parameters of type JsonOutputFormatter.StructureType Modifier and Type Field Description private java.util.Stack<JsonOutputFormatter.StructureType>JsonOutputFormatter. structuresMethods in de.iip_ecosphere.platform.connectors.formatter that return JsonOutputFormatter.StructureType Modifier and Type Method Description static JsonOutputFormatter.StructureTypeJsonOutputFormatter.StructureType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static JsonOutputFormatter.StructureType[]JsonOutputFormatter.StructureType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-