public class NotSchema extends Schema
Not
schema validator.Modifier and Type | Class and Description |
---|---|
static class |
NotSchema.Builder
Builder class for
NotSchema . |
schemaLocation
Constructor and Description |
---|
NotSchema(NotSchema.Builder builder) |
Modifier and Type | Method and Description |
---|---|
static NotSchema.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) |
Schema |
getMustNotMatch() |
int |
hashCode() |
definesProperty, describeTo, failure, failure, getDefaultValue, getDescription, getId, getLocation, getSchemaLocation, getTitle, getUnprocessedProperties, hasDefaultValue, isNullable, isReadOnly, isWriteOnly, toString, validate
public NotSchema(NotSchema.Builder builder)
public static NotSchema.Builder builder()
public Schema getMustNotMatch()
Copyright © 2019 Everit Kft.. All rights reserved.