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