com.fasterxml.jackson.databind.jsonSchema.types
Class ArraySchema.SchemaAdditionalItems

java.lang.Object
  extended by com.fasterxml.jackson.databind.jsonSchema.types.ArraySchema.AdditionalItems
      extended by com.fasterxml.jackson.databind.jsonSchema.types.ArraySchema.SchemaAdditionalItems
Enclosing class:
ArraySchema

public static class ArraySchema.SchemaAdditionalItems
extends ArraySchema.AdditionalItems

or it can be a jsonSchema that defines the jsonSchema of the additional items.


Constructor Summary
ArraySchema.SchemaAdditionalItems(JsonSchema schema)
           
 
Method Summary
 boolean equals(Object obj)
           
 JsonSchema getJsonSchema()
           
 
Methods inherited from class com.fasterxml.jackson.databind.jsonSchema.types.ArraySchema.AdditionalItems
jsonCreator
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArraySchema.SchemaAdditionalItems

public ArraySchema.SchemaAdditionalItems(JsonSchema schema)
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getJsonSchema

public JsonSchema getJsonSchema()


Copyright © 2012 fasterxml.com. All Rights Reserved.