| Package | Description |
|---|---|
| com.fasterxml.jackson.databind.jsonSchema.factories | |
| com.fasterxml.jackson.databind.jsonSchema.types |
| Modifier and Type | Field and Description |
|---|---|
protected ValueTypeSchema |
ValueTypeSchemaFactory.schema |
| Modifier and Type | Method and Description |
|---|---|
ValueTypeSchema |
ValueTypeSchemaFactory.getSchema() |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueTypeSchemaFactory.setSchema(ValueTypeSchema schema) |
ValueTypeSchemaFactory |
SchemaFactoryWrapper.FactoryProvider.valueTypeSchemaFactory(SchemaFactory parent,
ValueTypeSchema valueTypeSchema) |
| Constructor and Description |
|---|
ValueTypeSchemaFactory(SchemaFactory parent,
ValueTypeSchema schema) |
| 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 |
JsonSchema.asValueSchemaSchema()
Attempt to return this JsonSchema as a
ValueTypeSchema |
ValueTypeSchema[] |
UnionTypeSchema.getElements()
|
| Modifier and Type | Method and Description |
|---|---|
void |
UnionTypeSchema.setElements(ValueTypeSchema[] elements)
|
Copyright © 2012 fasterxml.com. All Rights Reserved.