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

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

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

Subclasses of ArraySchema.AdditionalItems in com.fasterxml.jackson.databind.jsonSchema.types
static class ArraySchema.NoAdditionalItems
          This can be false to indicate additional items in the array are not allowed
static class ArraySchema.SchemaAdditionalItems
          or it can be a jsonSchema that defines the jsonSchema of the additional items.
 

Methods in com.fasterxml.jackson.databind.jsonSchema.types that return ArraySchema.AdditionalItems
 ArraySchema.AdditionalItems ArraySchema.getAdditionalItems()
          ArraySchema.additionalItems
 

Methods in com.fasterxml.jackson.databind.jsonSchema.types with parameters of type ArraySchema.AdditionalItems
 void ArraySchema.setAdditionalItems(ArraySchema.AdditionalItems additionalItems)
          ArraySchema.additionalItems
 



Copyright © 2012 fasterxml.com. All Rights Reserved.