|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SimpleTypeSchema | |
|---|---|
| com.fasterxml.jackson.databind.jsonSchema.types | |
| Uses of SimpleTypeSchema in com.fasterxml.jackson.databind.jsonSchema.types |
|---|
| Subclasses of SimpleTypeSchema in com.fasterxml.jackson.databind.jsonSchema.types | |
|---|---|
class |
AnySchema
This class represents a JsonSchema of type any |
class |
ArraySchema
|
class |
BooleanSchema
This class represents a JsonSchema of type boolean |
class |
ContainerTypeSchema
This class encapsulates the functionality of container type JsonSchema
Array and Object |
class |
IntegerSchema
This class represents a JsonSchema as an integer type |
class |
NullSchema
This class represents a JsonSchema as a null type |
class |
NumberSchema
This class represents a JsonSchema as a number type |
class |
ObjectSchema
This type represents a JsonSchema as an object type |
class |
StringSchema
This represents a JsonSchema as a String |
class |
ValueTypeSchema
This class represents a JsonSchema
A primitive type. |
| Methods in com.fasterxml.jackson.databind.jsonSchema.types that return SimpleTypeSchema | |
|---|---|
SimpleTypeSchema |
SimpleTypeSchema.asSimpleTypeSchema()
|
SimpleTypeSchema |
JsonSchema.asSimpleTypeSchema()
Attempt to return this JsonSchema as a SimpleTypeSchema |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||