| Package | Description |
|---|---|
| com.fasterxml.jackson.databind.jsonSchema.factories | |
| com.fasterxml.jackson.databind.jsonSchema.types |
| Modifier and Type | Field and Description |
|---|---|
protected ObjectSchema |
ObjectSchemaFactory.schema |
| Modifier and Type | Method and Description |
|---|---|
ObjectSchema |
ObjectSchemaFactory.getSchema() |
ObjectSchema |
SchemaFactoryWrapper.SchemaProvider.objectSchema() |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonObjectFormatVisitor |
SchemaFactoryWrapper.FactoryProvider.objectSchemaFactory(SchemaFactory parent,
ObjectSchema objectSchema) |
void |
ObjectSchemaFactory.setSchema(ObjectSchema schema) |
| Constructor and Description |
|---|
ObjectSchemaFactory(SchemaFactory parent,
ObjectSchema schema) |
| Modifier and Type | Method and Description |
|---|---|
ObjectSchema |
ObjectSchema.asObjectSchema() |
ObjectSchema |
JsonSchema.asObjectSchema()
Attempt to return this JsonSchema as an
ObjectSchema |
Copyright © 2012 fasterxml.com. All Rights Reserved.