public class NullSchema extends Schema
Null schema validator.| Modifier and Type | Class and Description |
|---|---|
static class |
NullSchema.Builder
Builder class for
NullSchema. |
| Modifier and Type | Field and Description |
|---|---|
static NullSchema |
INSTANCE |
schemaLocation| Constructor and Description |
|---|
NullSchema(NullSchema.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
static NullSchema.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, getSchemaLocation, getTitle, getUnprocessedProperties, hasDefaultValue, isNullable, isReadOnly, isWriteOnly, toString, validatepublic static final NullSchema INSTANCE
public NullSchema(NullSchema.Builder builder)
public static NullSchema.Builder builder()
Copyright © 2018 Everit Kft.. All rights reserved.