public class BooleanSchema extends ValueTypeSchema
JsonSchema of type boolean| Constructor and Description |
|---|
BooleanSchema() |
| Modifier and Type | Method and Description |
|---|---|
BooleanSchema |
asBooleanSchema()
Attempt to return this JsonSchema as a
BooleanSchema |
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatTypes |
getType() |
boolean |
isBooleanSchema()
determine if this JsonSchema is an
BooleanSchema. |
asValueSchemaSchema, equals, getEnums, getFormat, isValueTypeSchema, setEnums, setFormatasSimpleTypeSchema, getDefault, getDescription, getTitle, isSimpleTypeSchema, setDefault, setDescription, setTitleasAnySchema, asArraySchema, asContainerSchema, asIntegerSchema, asNullSchema, asNumberSchema, asObjectSchema, asStringSchema, asUnionTypeSchema, enrichWithBeanProperty, get$ref, get$schema, getDisallow, getExtends, getId, getRequired, isAnySchema, isArraySchema, isContainerTypeSchema, isIntegerSchema, isNullSchema, isNumberSchema, isObjectSchema, isStringSchema, isUnionTypeSchema, minimalForFormat, set$ref, set$schema, setDisallow, setExtends, setId, setRequiredpublic boolean isBooleanSchema()
JsonSchemaBooleanSchema.isBooleanSchema in class JsonSchemapublic com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatTypes getType()
getType in class JsonSchemapublic BooleanSchema asBooleanSchema()
JsonSchemaBooleanSchemaasBooleanSchema in class JsonSchemaCopyright © 2012-2013 FasterXML. All Rights Reserved.