com.fasterxml.jackson.databind.jsonSchema.factories
Class NullSchemaFactory

java.lang.Object
  extended by 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


Field Summary
protected  SchemaFactory parent
           
protected  NullSchema schema
           
 
Constructor Summary
NullSchemaFactory(SchemaFactory parent, NullSchema schema)
           
 
Method Summary
 SchemaFactory getParent()
           
 NullSchema getSchema()
           
 void setParent(SchemaFactory parent)
           
 void setSchema(NullSchema schema)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parent

protected SchemaFactory parent

schema

protected NullSchema schema
Constructor Detail

NullSchemaFactory

public NullSchemaFactory(SchemaFactory parent,
                         NullSchema schema)
Method Detail

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.