| Package | Description |
|---|---|
| com.fasterxml.jackson.module.jsonSchema | |
| com.fasterxml.jackson.module.jsonSchema.types |
| Modifier and Type | Method and Description |
|---|---|
ValueTypeSchema |
JsonSchema.asValueSchemaSchema()
Deprecated.
Since 2.7
|
ValueTypeSchema |
JsonSchema.asValueTypeSchema()
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 | Field and Description |
|---|---|
protected ValueTypeSchema[] |
UnionTypeSchema.elements |
| Modifier and Type | Method and Description |
|---|---|
ValueTypeSchema |
ValueTypeSchema.asValueSchemaSchema()
Deprecated.
Since 2.7
|
ValueTypeSchema |
ValueTypeSchema.asValueTypeSchema() |
ValueTypeSchema[] |
UnionTypeSchema.getElements() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
ValueTypeSchema._equals(ValueTypeSchema that) |
void |
UnionTypeSchema.setElements(ValueTypeSchema[] elements) |
Copyright © 2024 FasterXML. All rights reserved.