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

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

public static class ArraySchema.NoAdditionalItems
extends ArraySchema.AdditionalItems

This can be false to indicate additional items in the array are not allowed


Constructor Summary
ArraySchema.NoAdditionalItems()
           
 
Method Summary
 boolean equals(Object obj)
           
 Boolean value()
           
 
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.NoAdditionalItems

public ArraySchema.NoAdditionalItems()
Method Detail

equals

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

value

public Boolean value()


Copyright © 2012 fasterxml.com. All Rights Reserved.