Uses of Class
com.ethlo.jsons2xsd.JsonSimpleType
-
-
Uses of JsonSimpleType in com.ethlo.jsons2xsd
Methods in com.ethlo.jsons2xsd that return JsonSimpleType Modifier and Type Method Description static JsonSimpleTypeJsonSimpleType. valueOf(String name)Returns the enum constant of this type with the specified name.static JsonSimpleType[]JsonSimpleType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ethlo.jsons2xsd with parameters of type JsonSimpleType Modifier and Type Method Description Config.BuilderConfig.Builder. customTypeMapping(JsonSimpleType jsonSimpleType, String format, XsdSimpleType xsdSimpleType)
-