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

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

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

Fields in com.fasterxml.jackson.databind.jsonSchema.factories declared as ArraySchema
protected  ArraySchema ArraySchemaFactory.schema
           
 

Methods in com.fasterxml.jackson.databind.jsonSchema.factories that return ArraySchema
 ArraySchema SchemaFactoryWrapper.SchemaProvider.ArraySchema()
           
 

Methods in com.fasterxml.jackson.databind.jsonSchema.factories with parameters of type ArraySchema
 com.fasterxml.jackson.databind.jsonFormatVisitors.JsonArrayFormatVisitor SchemaFactoryWrapper.FactoryProvider.ArraySchemaFactory(SchemaFactory parent, ArraySchema arraySchema)
           
 void ArraySchemaFactory.setSchema(ArraySchema schema)
           
 

Constructors in com.fasterxml.jackson.databind.jsonSchema.factories with parameters of type ArraySchema
ArraySchemaFactory(SchemaFactory schemaFactory, ArraySchema schema)
           
ArraySchemaFactory(SchemaFactory parent, com.fasterxml.jackson.databind.BeanProperty property, ArraySchema schema)
           
 

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

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



Copyright © 2012 fasterxml.com. All Rights Reserved.