public abstract class SimpleTypeSchema extends JsonSchema
JsonSchema simple types| Constructor and Description |
|---|
SimpleTypeSchema() |
| Modifier and Type | Method and Description |
|---|---|
SimpleTypeSchema |
asSimpleTypeSchema()
Attempt to return this JsonSchema as a
SimpleTypeSchema |
boolean |
equals(Object obj) |
String |
getDefault() |
LinkDescriptionObject[] |
getLinks() |
String |
getPathStart() |
String |
getTitle() |
boolean |
isSimpleTypeSchema()
determine if this JsonSchema is an
SimpleTypeSchema. |
void |
setDefault(String defaultdefault) |
void |
setLinks(LinkDescriptionObject[] links) |
void |
setPathStart(String pathStart) |
void |
setTitle(String title) |
asAnySchema, asArraySchema, asBooleanSchema, asContainerSchema, asIntegerSchema, asNullSchema, asNumberSchema, asObjectSchema, asStringSchema, asUnionTypeSchema, asValueSchemaSchema, enrichWithBeanProperty, equals, get$ref, get$schema, getDescription, getDisallow, getExtends, getId, getRequired, getType, isAnySchema, isArraySchema, isBooleanSchema, isContainerTypeSchema, isIntegerSchema, isNullSchema, isNumberSchema, isObjectSchema, isStringSchema, isUnionTypeSchema, isValueTypeSchema, minimalForFormat, set$ref, set$schema, setDescription, setDisallow, setExtends, setId, setRequiredpublic SimpleTypeSchema asSimpleTypeSchema()
JsonSchemaSimpleTypeSchemaasSimpleTypeSchema in class JsonSchemapublic boolean equals(Object obj)
equals in class JsonSchemapublic String getDefault()
public String getTitle()
public String getPathStart()
public LinkDescriptionObject[] getLinks()
public void setLinks(LinkDescriptionObject[] links)
public boolean isSimpleTypeSchema()
JsonSchemaSimpleTypeSchema.isSimpleTypeSchema in class JsonSchemapublic void setDefault(String defaultdefault)
public void setTitle(String title)
public void setPathStart(String pathStart)
Copyright © 2014 FasterXML. All Rights Reserved.