com.fasterxml.jackson.databind.jsonSchema.types
Class ObjectSchema.SchemaAdditionalProperties

java.lang.Object
  extended by com.fasterxml.jackson.databind.jsonSchema.types.ObjectSchema.AdditionalProperties
      extended by com.fasterxml.jackson.databind.jsonSchema.types.ObjectSchema.SchemaAdditionalProperties
Enclosing class:
ObjectSchema

public static class ObjectSchema.SchemaAdditionalProperties
extends ObjectSchema.AdditionalProperties


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

Constructor Detail

ObjectSchema.SchemaAdditionalProperties

public ObjectSchema.SchemaAdditionalProperties(JsonSchema jsonSchema)
Method Detail

equals

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

getJsonSchema

public JsonSchema getJsonSchema()
jsonSchema

Returns:
the jsonSchema


Copyright © 2012 fasterxml.com. All Rights Reserved.