public abstract class ValueTypeSchema extends SimpleTypeSchema
JsonSchema
A primitive type.| Constructor and Description |
|---|
ValueTypeSchema() |
| Modifier and Type | Method and Description |
|---|---|
ValueTypeSchema |
asValueSchemaSchema()
Attempt to return this JsonSchema as a
ValueTypeSchema |
boolean |
equals(Object obj) |
Set<String> |
getEnums() |
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonValueFormat |
getFormat() |
boolean |
isValueTypeSchema()
determine if this JsonSchema is an
ValueTypeSchema. |
void |
setEnums(Set<String> enums) |
void |
setFormat(com.fasterxml.jackson.databind.jsonFormatVisitors.JsonValueFormat format) |
asSimpleTypeSchema, getDefault, getDescription, getTitle, isSimpleTypeSchema, setDefault, setDescription, setTitleasAnySchema, asArraySchema, asBooleanSchema, asContainerSchema, asIntegerSchema, asNullSchema, asNumberSchema, asObjectSchema, asStringSchema, asUnionTypeSchema, enrichWithBeanProperty, get$ref, get$schema, getDisallow, getExtends, getId, getRequired, getType, isAnySchema, isArraySchema, isBooleanSchema, isContainerTypeSchema, isIntegerSchema, isNullSchema, isNumberSchema, isObjectSchema, isStringSchema, isUnionTypeSchema, minimalForFormat, set$ref, set$schema, setDisallow, setExtends, setId, setRequiredpublic ValueTypeSchema asValueSchemaSchema()
JsonSchemaValueTypeSchemaasValueSchemaSchema in class JsonSchemapublic boolean equals(Object obj)
equals in class SimpleTypeSchemapublic com.fasterxml.jackson.databind.jsonFormatVisitors.JsonValueFormat getFormat()
public boolean isValueTypeSchema()
JsonSchemaValueTypeSchema.isValueTypeSchema in class JsonSchemapublic void setFormat(com.fasterxml.jackson.databind.jsonFormatVisitors.JsonValueFormat format)
Copyright © 2012-2013 FasterXML. All Rights Reserved.