Package org.everit.json.schema
Class BooleanSchema
java.lang.Object
org.everit.json.schema.Schema
org.everit.json.schema.BooleanSchema
Boolean schema validator.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class org.everit.json.schema.Schema
schemaLocation -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.everit.json.schema.Schema
definesProperty, describeTo, failure, failure, getDefaultValue, getDescription, getId, getLocation, getSchemaLocation, getTitle, getUnprocessedProperties, hasDefaultValue, hashCode, isNullable, isReadOnly, isWriteOnly, toString, validate
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
BooleanSchema
-
-
Method Details
-
builder
-
equals
-
canEqual
Description copied from class:SchemaSince we add state in subclasses, but want those subclasses to be non final, this allows us to have equals methods that satisfy the equals contract.http://www.artima.com/lejava/articles/equality.html
-