public class NullSchemaFactory extends Object implements com.fasterxml.jackson.databind.jsonFormatVisitors.JsonNullFormatVisitor, SchemaProducer
| Modifier and Type | Field and Description |
|---|---|
protected SchemaFactory |
parent |
protected NullSchema |
schema |
| Constructor and Description |
|---|
NullSchemaFactory(SchemaFactory parent,
NullSchema schema) |
| Modifier and Type | Method and Description |
|---|---|
SchemaFactory |
getParent() |
NullSchema |
getSchema() |
void |
setParent(SchemaFactory parent) |
void |
setSchema(NullSchema schema) |
protected SchemaFactory parent
protected NullSchema schema
public NullSchemaFactory(SchemaFactory parent, NullSchema schema)
public SchemaFactory getParent()
public NullSchema getSchema()
getSchema in interface SchemaProducerpublic void setParent(SchemaFactory parent)
public void setSchema(NullSchema schema)
Copyright © 2012 fasterxml.com. All Rights Reserved.