| Package | Description |
|---|---|
| com.fasterxml.jackson.databind.jsonSchema.factories | |
| com.fasterxml.jackson.databind.jsonSchema.types |
| Modifier and Type | Field and Description |
|---|---|
protected NullSchema |
NullSchemaFactory.schema |
| Modifier and Type | Method and Description |
|---|---|
NullSchema |
NullSchemaFactory.getSchema() |
NullSchema |
SchemaFactoryWrapper.SchemaProvider.nullSchema() |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonNullFormatVisitor |
SchemaFactoryWrapper.FactoryProvider.nullSchemaFactory(SchemaFactory parent,
NullSchema nullSchema) |
void |
NullSchemaFactory.setSchema(NullSchema schema) |
| Constructor and Description |
|---|
NullSchemaFactory(SchemaFactory parent,
NullSchema schema) |
| Modifier and Type | Method and Description |
|---|---|
NullSchema |
NullSchema.asNullSchema() |
NullSchema |
JsonSchema.asNullSchema()
Attempt to return this JsonSchema as a
NullSchema |
Copyright © 2012 fasterxml.com. All Rights Reserved.