Uses of Class
com.fasterxml.jackson.databind.jsonSchema.factories.SchemaFactory

Packages that use SchemaFactory
com.fasterxml.jackson.databind.jsonSchema.factories   
 

Uses of SchemaFactory in com.fasterxml.jackson.databind.jsonSchema.factories
 

Fields in com.fasterxml.jackson.databind.jsonSchema.factories declared as SchemaFactory
protected  SchemaFactory ValueTypeSchemaFactory.parent
           
protected  SchemaFactory ObjectSchemaFactory.parent
           
protected  SchemaFactory NullSchemaFactory.parent
           
protected  SchemaFactory ArraySchemaFactory.parent
           
protected  SchemaFactory AnySchemaFactory.parent
           
 

Methods in com.fasterxml.jackson.databind.jsonSchema.factories that return SchemaFactory
 SchemaFactory ValueTypeSchemaFactory.getParent()
           
 SchemaFactory ObjectSchemaFactory.getParent()
           
 SchemaFactory NullSchemaFactory.getParent()
           
 SchemaFactory ArraySchemaFactory.getParent()
           
 SchemaFactory AnySchemaFactory.getParent()
           
 SchemaFactory SchemaFactoryWrapper.FactoryProvider.SchemaFactory(JsonSchema schema)
           
 

Methods in com.fasterxml.jackson.databind.jsonSchema.factories with parameters of type SchemaFactory
 com.fasterxml.jackson.databind.jsonFormatVisitors.JsonAnyFormatVisitor SchemaFactoryWrapper.FactoryProvider.AnySchemaFactory(SchemaFactory delegate, AnySchema anySchema)
           
 com.fasterxml.jackson.databind.jsonFormatVisitors.JsonArrayFormatVisitor SchemaFactoryWrapper.FactoryProvider.ArraySchemaFactory(SchemaFactory parent, ArraySchema arraySchema)
           
 com.fasterxml.jackson.databind.jsonFormatVisitors.JsonNullFormatVisitor SchemaFactoryWrapper.FactoryProvider.NullSchemaFactory(SchemaFactory parent, NullSchema nullSchema)
           
 com.fasterxml.jackson.databind.jsonFormatVisitors.JsonObjectFormatVisitor SchemaFactoryWrapper.FactoryProvider.ObjectSchemaFactory(SchemaFactory parent, ObjectSchema objectSchema)
           
 void ValueTypeSchemaFactory.setParent(SchemaFactory parent)
           
 void ObjectSchemaFactory.setParent(SchemaFactory parent)
           
 void NullSchemaFactory.setParent(SchemaFactory parent)
           
 void ArraySchemaFactory.setParent(SchemaFactory parent)
           
 void AnySchemaFactory.setParent(SchemaFactory parent)
           
 ValueTypeSchemaFactory SchemaFactoryWrapper.FactoryProvider.ValueTypeSchemaFactory(SchemaFactory parent, ValueTypeSchema valueTypeSchema)
           
 

Constructors in com.fasterxml.jackson.databind.jsonSchema.factories with parameters of type SchemaFactory
AnySchemaFactory(SchemaFactory parent, AnySchema schema)
           
ArraySchemaFactory(SchemaFactory schemaFactory, ArraySchema schema)
           
ArraySchemaFactory(SchemaFactory parent, com.fasterxml.jackson.databind.BeanProperty property, ArraySchema schema)
           
NullSchemaFactory(SchemaFactory parent, NullSchema schema)
           
ObjectSchemaFactory(SchemaFactory parent, ObjectSchema schema)
           
ValueTypeSchemaFactory(SchemaFactory parent, ValueTypeSchema schema)
           
 



Copyright © 2012 fasterxml.com. All Rights Reserved.