| Package | Description |
|---|---|
| com.fasterxml.jackson.databind.jsonSchema.factories |
| Modifier and Type | Field and Description |
|---|---|
protected SchemaFactory |
ValueTypeSchemaFactory.parent |
protected SchemaFactory |
ObjectSchemaFactory.parent |
protected SchemaFactory |
NullSchemaFactory.parent |
protected SchemaFactory |
ArraySchemaFactory.parent |
protected SchemaFactory |
AnySchemaFactory.parent |
| Modifier and Type | Method and Description |
|---|---|
SchemaFactory |
ValueTypeSchemaFactory.getParent() |
SchemaFactory |
ObjectSchemaFactory.getParent() |
SchemaFactory |
NullSchemaFactory.getParent() |
SchemaFactory |
ArraySchemaFactory.getParent() |
SchemaFactory |
AnySchemaFactory.getParent() |
SchemaFactory |
SchemaFactoryWrapper.FactoryProvider.schemaFactory(JsonSchema schema) |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonAnyFormatVisitor |
SchemaFactoryWrapper.FactoryProvider.anySchemaFactory(SchemaFactory delegate,
AnySchema anySchema) |
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonArrayFormatVisitor |
SchemaFactoryWrapper.FactoryProvider.arraySchemaFactory(SchemaFactory parent,
ArraySchema arraySchema) |
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonNullFormatVisitor |
SchemaFactoryWrapper.FactoryProvider.nullSchemaFactory(SchemaFactory parent,
NullSchema nullSchema) |
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonObjectFormatVisitor |
SchemaFactoryWrapper.FactoryProvider.objectSchemaFactory(SchemaFactory parent,
ObjectSchema objectSchema) |
void |
ValueTypeSchemaFactory.setParent(SchemaFactory parent) |
void |
ObjectSchemaFactory.setParent(SchemaFactory parent) |
void |
NullSchemaFactory.setParent(SchemaFactory parent) |
void |
ArraySchemaFactory.setParent(SchemaFactory parent) |
void |
AnySchemaFactory.setParent(SchemaFactory parent) |
ValueTypeSchemaFactory |
SchemaFactoryWrapper.FactoryProvider.valueTypeSchemaFactory(SchemaFactory parent,
ValueTypeSchema valueTypeSchema) |
| Constructor and Description |
|---|
AnySchemaFactory(SchemaFactory parent,
AnySchema schema) |
ArraySchemaFactory(SchemaFactory schemaFactory,
ArraySchema schema) |
ArraySchemaFactory(SchemaFactory parent,
com.fasterxml.jackson.databind.BeanProperty property,
ArraySchema schema) |
NullSchemaFactory(SchemaFactory parent,
NullSchema schema) |
ObjectSchemaFactory(SchemaFactory parent,
ObjectSchema schema) |
ValueTypeSchemaFactory(SchemaFactory parent,
ValueTypeSchema schema) |
Copyright © 2012 fasterxml.com. All Rights Reserved.