Uses of Class
org.everit.json.schema.ReadWriteContext
-
Packages that use ReadWriteContext Package Description org.everit.json.schema -
-
Uses of ReadWriteContext in org.everit.json.schema
Methods in org.everit.json.schema that return ReadWriteContext Modifier and Type Method Description static ReadWriteContext
ReadWriteContext. valueOf(String name)
Returns the enum constant of this type with the specified name.static ReadWriteContext[]
ReadWriteContext. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.everit.json.schema with parameters of type ReadWriteContext Modifier and Type Method Description Validator.ValidatorBuilder
Validator.ValidatorBuilder. readWriteContext(ReadWriteContext readWriteContext)
-