com.fasterxml.jackson.databind.jsonSchema.factories
Class AnySchemaFactory
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
schema
protected AnySchema schema
parent
protected SchemaFactory parent
AnySchemaFactory
public AnySchemaFactory(SchemaFactory parent,
AnySchema schema)
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.