Package org.everit.json.schema
Class BooleanSchema.Builder
- java.lang.Object
-
- org.everit.json.schema.Schema.Builder<BooleanSchema>
-
- org.everit.json.schema.BooleanSchema.Builder
-
- Enclosing class:
- BooleanSchema
public static class BooleanSchema.Builder extends Schema.Builder<BooleanSchema>
Builder class forBooleanSchema
.
-
-
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 BooleanSchema
build()
-
Methods inherited from class org.everit.json.schema.Schema.Builder
defaultValue, description, id, nullable, readOnly, schemaLocation, schemaLocation, title, unprocessedProperties, writeOnly
-
-
-
-
Method Detail
-
build
public BooleanSchema build()
- Specified by:
build
in classSchema.Builder<BooleanSchema>
-
-