public class EmptySchema extends Schema
Modifier and Type | Class and Description |
---|---|
static class |
EmptySchema.Builder
Builder class for
EmptySchema . |
Modifier and Type | Field and Description |
---|---|
static EmptySchema |
INSTANCE |
schemaLocation
Constructor and Description |
---|
EmptySchema(EmptySchema.Builder builder) |
Modifier and Type | Method and Description |
---|---|
static EmptySchema.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) |
int |
hashCode() |
definesProperty, describeTo, failure, failure, getDefaultValue, getDescription, getId, getLocation, getSchemaLocation, getTitle, getUnprocessedProperties, hasDefaultValue, isNullable, isReadOnly, isWriteOnly, toString, validate
public static final EmptySchema INSTANCE
public EmptySchema(EmptySchema.Builder builder)
public static EmptySchema.Builder builder()
protected boolean canEqual(Object other)
Schema
http://www.artima.com/lejava/articles/equality.html
Copyright © 2019 Everit Kft.. All rights reserved.