Uses of Class
org.apache.johnzon.jsonschema.generator.Schema.SchemaType
-
Packages that use Schema.SchemaType Package Description org.apache.johnzon.jsonschema.generator -
-
Uses of Schema.SchemaType in org.apache.johnzon.jsonschema.generator
Fields in org.apache.johnzon.jsonschema.generator declared as Schema.SchemaType Modifier and Type Field Description private Schema.SchemaTypeSchema. typeMethods in org.apache.johnzon.jsonschema.generator that return Schema.SchemaType Modifier and Type Method Description Schema.SchemaTypeSchema.SchemaTypeAdapter. adaptFromJson(java.lang.String obj)Schema.SchemaTypeSchema. getType()static Schema.SchemaTypeSchema.SchemaType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Schema.SchemaType[]Schema.SchemaType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.johnzon.jsonschema.generator with parameters of type Schema.SchemaType Modifier and Type Method Description java.lang.StringSchema.SchemaTypeAdapter. adaptToJson(Schema.SchemaType obj)voidSchema. setType(Schema.SchemaType type)
-