public abstract class SimpleTypeSchema extends JsonSchema
JsonSchema simple typesJsonSchema.JsonSchemaIdResolver| 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()
|
String |
getDescription()
|
String |
getTitle()
|
boolean |
isSimpleTypeSchema()
determine if this JsonSchema is an
SimpleTypeSchema. |
void |
setDefault(String defaultdefault)
|
void |
setDescription(String description)
|
void |
setTitle(String title)
|
asAnySchema, asArraySchema, asBooleanSchema, asContainerSchema, asIntegerSchema, asNullSchema, asNumberSchema, asObjectSchema, asStringSchema, asUnionTypeSchema, asValueSchemaSchema, get$ref, get$schema, getDisallow, getExtends, getId, getRequired, getType, isAnySchema, isArraySchema, isBooleanSchema, isContainerTypeSchema, isIntegerSchema, isNullSchema, isNumberSchema, isObjectSchema, isStringSchema, isUnionTypeSchema, isValueTypeSchema, minimalForFormat, set$ref, set$schema, setDisallow, setExtends, setId, setRequiredpublic SimpleTypeSchema asSimpleTypeSchema()
JsonSchemaSimpleTypeSchemaasSimpleTypeSchema in class JsonSchemapublic boolean equals(Object obj)
equals in class JsonSchemapublic String getDefault()
public String getDescription()
public String getTitle()
public boolean isSimpleTypeSchema()
JsonSchemaSimpleTypeSchema.isSimpleTypeSchema in class JsonSchemapublic void setDefault(String defaultdefault)
defaultdefault - the defaultdefault to setpublic void setDescription(String description)
description - the description to setpublic void setTitle(String title)
title - the title to setCopyright © 2012 fasterxml.com. All Rights Reserved.