public class BooleanSchema extends Schema
Modifier and Type | Class and Description |
---|---|
static class |
BooleanSchema.Builder
Builder class for
BooleanSchema . |
Modifier and Type | Field and Description |
---|---|
static BooleanSchema |
INSTANCE |
schemaLocation
Constructor and Description |
---|
BooleanSchema(BooleanSchema.Builder builder) |
Modifier and Type | Method and Description |
---|---|
static BooleanSchema.Builder |
builder() |
protected boolean |
canEqual(Object other)
Since 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.
|
boolean |
equals(Object o) |
definesProperty, describeTo, failure, failure, getDefaultValue, getDescription, getId, getLocation, getSchemaLocation, getTitle, getUnprocessedProperties, hasDefaultValue, hashCode, isNullable, isReadOnly, isWriteOnly, toString, validate
public static final BooleanSchema INSTANCE
public BooleanSchema(BooleanSchema.Builder builder)
public static BooleanSchema.Builder builder()
Copyright © 2019 Everit Kft.. All rights reserved.