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