| Package | Description |
|---|---|
| com.fasterxml.jackson.module.jsonSchema | |
| com.fasterxml.jackson.module.jsonSchema.types |
| Modifier and Type | Method and Description |
|---|---|
ValueTypeSchema |
JsonSchema.asValueSchemaSchema()
Attempt to return this JsonSchema as a
ValueTypeSchema |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanSchema
This class represents a
JsonSchema of type boolean |
class |
IntegerSchema
This class represents a
JsonSchema as an integer type |
class |
NumberSchema
This class represents a
JsonSchema as a number type |
class |
StringSchema
This represents a
JsonSchema as a String |
| Modifier and Type | Method and Description |
|---|---|
ValueTypeSchema |
ValueTypeSchema.asValueSchemaSchema() |
ValueTypeSchema[] |
UnionTypeSchema.getElements() |
| Modifier and Type | Method and Description |
|---|---|
void |
UnionTypeSchema.setElements(ValueTypeSchema[] elements) |
Copyright © 2014 FasterXML. All Rights Reserved.