public abstract class ContainerTypeSchema extends SimpleTypeSchema
JsonSchema
Array and Object| Modifier and Type | Field and Description |
|---|---|
protected Set<String> |
enums
This provides an enumeration of all possible values that are valid
for the instance property.
|
protected Set<Object> |
oneOf
This provides an enumeration of all possible values that are valid
for the instance property.
|
defaultdefault, links, pathStart, title| Constructor and Description |
|---|
ContainerTypeSchema() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
_equals(ContainerTypeSchema that) |
ContainerTypeSchema |
asContainerSchema()
Deprecated.
Since 2.7
|
ContainerTypeSchema |
asContainerTypeSchema()
Attempt to return this JsonSchema as a
ContainerTypeSchema |
boolean |
equals(Object obj) |
Set<String> |
getEnums() |
Set<Object> |
getOneOf() |
boolean |
isContainerTypeSchema()
determine if this JsonSchema is an
ContainerTypeSchema. |
void |
setEnums(Set<String> enums) |
void |
setOneOf(Set<Object> oneOf) |
_equals, asSimpleTypeSchema, getDefault, getLinks, getPathStart, getTitle, isSimpleTypeSchema, setDefault, setLinks, setPathStart, setTitle_equals, arraysEqual, asAnySchema, asArraySchema, asBooleanSchema, asIntegerSchema, asNullSchema, asNumberSchema, asObjectSchema, asStringSchema, asUnionTypeSchema, asValueSchemaSchema, asValueTypeSchema, enrichWithBeanProperty, equals, get$ref, get$schema, getDescription, getDisallow, getExtends, getId, getReadonly, getRequired, getType, isAnySchema, isArraySchema, isBooleanSchema, isIntegerSchema, isNullSchema, isNumberSchema, isObjectSchema, isStringSchema, isUnionTypeSchema, isValueTypeSchema, minimalForFormat, set$ref, set$schema, setDescription, setDisallow, setExtends, setId, setReadonly, setRequiredprotected Set<String> enums
protected Set<Object> oneOf
@Deprecated public ContainerTypeSchema asContainerSchema()
asContainerSchema in class JsonSchemapublic ContainerTypeSchema asContainerTypeSchema()
JsonSchemaContainerTypeSchemaasContainerTypeSchema in class JsonSchemapublic boolean isContainerTypeSchema()
JsonSchemaContainerTypeSchema.isContainerTypeSchema in class JsonSchemapublic boolean equals(Object obj)
equals in class SimpleTypeSchemaprotected boolean _equals(ContainerTypeSchema that)
Copyright © 2024 FasterXML. All rights reserved.