com.fasterxml.jackson.databind.jsonSchema.factories
Class NullSchemaFactory
java.lang.Object
com.fasterxml.jackson.databind.jsonSchema.factories.NullSchemaFactory
- All Implemented Interfaces:
- com.fasterxml.jackson.databind.jsonFormatVisitors.JsonNullFormatVisitor, SchemaProducer
public class NullSchemaFactory
- extends Object
- implements com.fasterxml.jackson.databind.jsonFormatVisitors.JsonNullFormatVisitor, SchemaProducer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parent
protected SchemaFactory parent
schema
protected NullSchema schema
NullSchemaFactory
public NullSchemaFactory(SchemaFactory parent,
NullSchema schema)
getParent
public SchemaFactory getParent()
getSchema
public NullSchema getSchema()
- Specified by:
getSchema in interface SchemaProducer
setParent
public void setParent(SchemaFactory parent)
setSchema
public void setSchema(NullSchema schema)
Copyright © 2012 fasterxml.com. All Rights Reserved.