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

java.lang.Object
  extended by com.fasterxml.jackson.databind.jsonSchema.types.ObjectSchema.AdditionalProperties
Direct Known Subclasses:
ObjectSchema.NoAdditionalProperties, ObjectSchema.SchemaAdditionalProperties
Enclosing class:
ObjectSchema

public abstract static class ObjectSchema.AdditionalProperties
extends Object


Constructor Summary
ObjectSchema.AdditionalProperties()
           
 
Method Summary
 ObjectSchema.AdditionalProperties jsonCreator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectSchema.AdditionalProperties

public ObjectSchema.AdditionalProperties()
Method Detail

jsonCreator

public ObjectSchema.AdditionalProperties jsonCreator()


Copyright © 2012 fasterxml.com. All Rights Reserved.