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

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

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

Fields in com.fasterxml.jackson.databind.jsonSchema.factories declared as BooleanSchema
protected  BooleanSchema BooleanSchemaFactory.schema
           
 

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

Methods in com.fasterxml.jackson.databind.jsonSchema.factories with parameters of type BooleanSchema
 com.fasterxml.jackson.databind.jsonFormatVisitors.JsonBooleanFormatVisitor SchemaFactoryWrapper.FactoryProvider.BooleanSchemaFactory(ValueTypeSchemaFactory parent, BooleanSchema booleanSchema)
           
 void BooleanSchemaFactory.setSchema(BooleanSchema schema)
           
 

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

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

Methods in com.fasterxml.jackson.databind.jsonSchema.types that return BooleanSchema
 BooleanSchema JsonSchema.asBooleanSchema()
          Attempt to return this JsonSchema as a BooleanSchema
 BooleanSchema BooleanSchema.asBooleanSchema()
           
 



Copyright © 2012 fasterxml.com. All Rights Reserved.