| Package | Description |
|---|---|
| com.fasterxml.jackson.databind.jsonSchema.factories | |
| com.fasterxml.jackson.databind.jsonSchema.types |
| Modifier and Type | Field and Description |
|---|---|
protected AnySchema |
AnySchemaFactory.schema |
| Modifier and Type | Method and Description |
|---|---|
AnySchema |
SchemaFactoryWrapper.SchemaProvider.anySchema() |
AnySchema |
AnySchemaFactory.getSchema() |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonAnyFormatVisitor |
SchemaFactoryWrapper.FactoryProvider.anySchemaFactory(SchemaFactory delegate,
AnySchema anySchema) |
void |
AnySchemaFactory.setSchema(AnySchema anySchema) |
| Constructor and Description |
|---|
AnySchemaFactory(SchemaFactory parent,
AnySchema schema) |
| Modifier and Type | Method and Description |
|---|---|
AnySchema |
JsonSchema.asAnySchema()
Attempt to return this JsonSchema as an
AnySchema |
AnySchema |
AnySchema.asAnySchema() |
Copyright © 2012 fasterxml.com. All Rights Reserved.