Uses of Class
com.ethlo.jsons2xsd.XsdSimpleType
-
-
Uses of XsdSimpleType in com.ethlo.jsons2xsd
Methods in com.ethlo.jsons2xsd that return XsdSimpleType Modifier and Type Method Description static XsdSimpleTypeXsdSimpleType. valueOf(String name)Returns the enum constant of this type with the specified name.static XsdSimpleType[]XsdSimpleType. 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 XsdSimpleType Modifier and Type Method Description Config.BuilderConfig.Builder. customTypeMapping(JsonSimpleType jsonSimpleType, String format, XsdSimpleType xsdSimpleType)Config.BuilderConfig.Builder. nonJsonTypeMapping(String nonJsonType, XsdSimpleType xsdSimpleType)Config.BuilderConfig.Builder. nonJsonTypeMapping(String nonJsonType, String format, XsdSimpleType xsdSimpleType)
-