Package org.everit.json.schema
Class NotSchema.Builder
- java.lang.Object
-
- org.everit.json.schema.Schema.Builder<NotSchema>
-
- org.everit.json.schema.NotSchema.Builder
-
- Enclosing class:
- NotSchema
public static class NotSchema.Builder extends Schema.Builder<NotSchema>
Builder class forNotSchema.
-
-
Field Summary
-
Fields inherited from class org.everit.json.schema.Schema.Builder
unprocessedProperties
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
Modifier and Type Method Description NotSchemabuild()NotSchema.BuildermustNotMatch(Schema mustNotMatch)-
Methods inherited from class org.everit.json.schema.Schema.Builder
defaultValue, description, id, nullable, readOnly, schemaLocation, schemaLocation, title, unprocessedProperties, writeOnly
-
-
-
-
Method Detail
-
build
public NotSchema build()
- Specified by:
buildin classSchema.Builder<NotSchema>
-
mustNotMatch
public NotSchema.Builder mustNotMatch(Schema mustNotMatch)
-
-