public class NullSchema extends SimpleTypeSchema
JsonSchema as a null typedefaultdefault, links, pathStart, title| Constructor and Description |
|---|
NullSchema() |
| Modifier and Type | Method and Description |
|---|---|
NullSchema |
asNullSchema()
Attempt to return this JsonSchema as a
NullSchema |
boolean |
equals(Object obj) |
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatTypes |
getType() |
boolean |
isNullSchema()
determine if this JsonSchema is an
NullSchema. |
_equals, asSimpleTypeSchema, getDefault, getLinks, getPathStart, getTitle, isSimpleTypeSchema, setDefault, setLinks, setPathStart, setTitle_equals, arraysEqual, asAnySchema, asArraySchema, asBooleanSchema, asContainerSchema, asContainerTypeSchema, asIntegerSchema, asNumberSchema, asObjectSchema, asStringSchema, asUnionTypeSchema, asValueSchemaSchema, asValueTypeSchema, enrichWithBeanProperty, equals, get$ref, get$schema, getDescription, getDisallow, getExtends, getId, getReadonly, getRequired, isAnySchema, isArraySchema, isBooleanSchema, isContainerTypeSchema, isIntegerSchema, isNumberSchema, isObjectSchema, isStringSchema, isUnionTypeSchema, isValueTypeSchema, minimalForFormat, set$ref, set$schema, setDescription, setDisallow, setExtends, setId, setReadonly, setRequiredpublic NullSchema asNullSchema()
JsonSchemaNullSchemaasNullSchema in class JsonSchemapublic com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatTypes getType()
getType in class JsonSchemapublic boolean isNullSchema()
JsonSchemaNullSchema.isNullSchema in class JsonSchemapublic boolean equals(Object obj)
equals in class SimpleTypeSchemaCopyright © 2024 FasterXML. All rights reserved.