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

Packages that use ContainerTypeSchema
com.fasterxml.jackson.databind.jsonSchema.types   
 

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

Subclasses of ContainerTypeSchema in com.fasterxml.jackson.databind.jsonSchema.types
 class ArraySchema
           
 class ObjectSchema
          This type represents a JsonSchema as an object type
 

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



Copyright © 2012 fasterxml.com. All Rights Reserved.