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

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

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

Fields in com.fasterxml.jackson.databind.jsonSchema.factories declared as IntegerSchema
protected  IntegerSchema IntegerSchemaFactory.schema
           
 

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

Methods in com.fasterxml.jackson.databind.jsonSchema.factories with parameters of type IntegerSchema
 com.fasterxml.jackson.databind.jsonFormatVisitors.JsonIntegerFormatVisitor SchemaFactoryWrapper.FactoryProvider.IntegerSchemaFactory(ValueTypeSchemaFactory parent, IntegerSchema integerSchema)
           
 void IntegerSchemaFactory.setSchema(IntegerSchema integerSchema)
           
 

Constructors in com.fasterxml.jackson.databind.jsonSchema.factories with parameters of type IntegerSchema
IntegerSchemaFactory(ValueTypeSchemaFactory parent, IntegerSchema schema)
           
 

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

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



Copyright © 2012 fasterxml.com. All Rights Reserved.