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

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

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

Subclasses of ArraySchema.Items in com.fasterxml.jackson.databind.jsonSchema.types
static class ArraySchema.ArrayItems
          When this attribute value is an array of jsonSchemas and the instance value is an array, each position in the instance array MUST conform to the jsonSchema in the corresponding position for this array.
static class ArraySchema.SingleItems
          When this attribute value is a jsonSchema and the instance value is an array, then all the items in the array MUST be valid according to the jsonSchema.
 

Methods in com.fasterxml.jackson.databind.jsonSchema.types that return ArraySchema.Items
 ArraySchema.Items ArraySchema.getItems()
          ArraySchema.items
static ArraySchema.Items ArraySchema.AdditionalItems.jsonCreator(Map<String,Object> props)
           
static ArraySchema.Items ArraySchema.Items.jsonCreator(Map<String,Object> props)
           
 

Methods in com.fasterxml.jackson.databind.jsonSchema.types with parameters of type ArraySchema.Items
 void ArraySchema.setItems(ArraySchema.Items items)
          ArraySchema.items
 



Copyright © 2012 fasterxml.com. All Rights Reserved.