Uses of Class
com.fasterxml.jackson.databind.jsonSchema.types.ObjectSchema

Packages that use ObjectSchema
com.fasterxml.jackson.databind.jsonSchema.factories   
com.fasterxml.jackson.databind.jsonSchema.types   
 

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

Fields in com.fasterxml.jackson.databind.jsonSchema.factories declared as ObjectSchema
protected  ObjectSchema ObjectSchemaFactory.schema
           
 

Methods in com.fasterxml.jackson.databind.jsonSchema.factories that return ObjectSchema
 ObjectSchema ObjectSchemaFactory.getSchema()
           
 ObjectSchema SchemaFactoryWrapper.SchemaProvider.ObjectSchema()
           
 

Methods in com.fasterxml.jackson.databind.jsonSchema.factories with parameters of type ObjectSchema
 com.fasterxml.jackson.databind.jsonFormatVisitors.JsonObjectFormatVisitor SchemaFactoryWrapper.FactoryProvider.ObjectSchemaFactory(SchemaFactory parent, ObjectSchema objectSchema)
           
 void ObjectSchemaFactory.setSchema(ObjectSchema schema)
           
 

Constructors in com.fasterxml.jackson.databind.jsonSchema.factories with parameters of type ObjectSchema
ObjectSchemaFactory(SchemaFactory parent, ObjectSchema schema)
           
 

Uses of ObjectSchema in com.fasterxml.jackson.databind.jsonSchema.types
 

Methods in com.fasterxml.jackson.databind.jsonSchema.types that return ObjectSchema
 ObjectSchema ObjectSchema.asObjectSchema()
           
 ObjectSchema JsonSchema.asObjectSchema()
          Attempt to return this JsonSchema as an ObjectSchema
 



Copyright © 2012 fasterxml.com. All Rights Reserved.