Uses of Class
io.zerocopy.json.schema.JsonSchemaV7.Type
-
Packages that use JsonSchemaV7.Type Package Description io.zerocopy.json.schema -
-
Uses of JsonSchemaV7.Type in io.zerocopy.json.schema
Fields in io.zerocopy.json.schema declared as JsonSchemaV7.Type Modifier and Type Field Description JsonSchemaV7.TypeJsonSchemaV7.Type. superTypeJsonSchemaV7.Type[]JsonSchemaV7. typeMethods in io.zerocopy.json.schema that return JsonSchemaV7.Type Modifier and Type Method Description static JsonSchemaV7.TypeJsonSchemaV7.Type. forValue(java.lang.String value)static JsonSchemaV7.TypeJsonSchemaV7.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static JsonSchemaV7.Type[]JsonSchemaV7.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-