|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.fasterxml.jackson.databind.jsonSchema.types.JsonSchema
com.fasterxml.jackson.databind.jsonSchema.types.SimpleTypeSchema
public abstract class SimpleTypeSchema
This class encapsulates the functionality of JsonSchema simple types
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.jsonSchema.types.JsonSchema |
|---|
JsonSchema.JsonSchemaIdResolver |
| Constructor Summary | |
|---|---|
SimpleTypeSchema()
|
|
| Method Summary | |
|---|---|
SimpleTypeSchema |
asSimpleTypeSchema()
Attempt to return this JsonSchema as a SimpleTypeSchema |
boolean |
equals(Object obj)
|
String |
getDefault()
defaultdefault |
String |
getDescription()
description |
String |
getTitle()
title |
boolean |
isSimpleTypeSchema()
determine if this JsonSchema is an SimpleTypeSchema. |
void |
setDefault(String defaultdefault)
defaultdefault |
void |
setDescription(String description)
description |
void |
setTitle(String title)
title |
| Methods inherited from class com.fasterxml.jackson.databind.jsonSchema.types.JsonSchema |
|---|
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, setRequired |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleTypeSchema()
| Method Detail |
|---|
public SimpleTypeSchema asSimpleTypeSchema()
JsonSchemaSimpleTypeSchema
asSimpleTypeSchema in class JsonSchemapublic boolean equals(Object obj)
equals in class JsonSchemapublic String getDefault()
defaultdefault
public String getDescription()
description
public String getTitle()
title
public boolean isSimpleTypeSchema()
JsonSchemaSimpleTypeSchema.
isSimpleTypeSchema in class JsonSchemapublic void setDefault(String defaultdefault)
defaultdefault
defaultdefault - the defaultdefault to setpublic void setDescription(String description)
description
description - the description to setpublic void setTitle(String title)
title
title - the title to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||