Uses of Class
org.eclipse.persistence.internal.jaxb.json.schema.model.JsonType
-
Packages that use JsonType Package Description org.eclipse.persistence.internal.jaxb.json.schema.model -
-
Uses of JsonType in org.eclipse.persistence.internal.jaxb.json.schema.model
Methods in org.eclipse.persistence.internal.jaxb.json.schema.model that return JsonType Modifier and Type Method Description static JsonTypeJsonType. valueOf(String name)Returns the enum constant of this type with the specified name.static JsonType[]JsonType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.persistence.internal.jaxb.json.schema.model with parameters of type JsonType Modifier and Type Method Description voidJsonSchema. setType(JsonType type)voidProperty. setType(JsonType type)
-