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

java.lang.Object
  extended by com.fasterxml.jackson.databind.jsonSchema.factories.AnySchemaFactory
All Implemented Interfaces:
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonAnyFormatVisitor, SchemaProducer

public class AnySchemaFactory
extends Object
implements com.fasterxml.jackson.databind.jsonFormatVisitors.JsonAnyFormatVisitor, SchemaProducer


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

Field Detail

schema

protected AnySchema schema

parent

protected SchemaFactory parent
Constructor Detail

AnySchemaFactory

public AnySchemaFactory(SchemaFactory parent,
                        AnySchema schema)
Method Detail

getSchema

public AnySchema getSchema()
Specified by:
getSchema in interface SchemaProducer

getParent

public SchemaFactory getParent()

setSchema

public void setSchema(AnySchema anySchema)

setParent

public void setParent(SchemaFactory parent)


Copyright © 2012 fasterxml.com. All Rights Reserved.