Class TypedJsonSchemaObject

java.lang.Object
org.springframework.data.mongodb.core.schema.UntypedJsonSchemaObject
org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject
All Implemented Interfaces:
JsonSchemaObject
Direct Known Subclasses:
TypedJsonSchemaObject.ArrayJsonSchemaObject, TypedJsonSchemaObject.BooleanJsonSchemaObject, TypedJsonSchemaObject.NumericJsonSchemaObject, TypedJsonSchemaObject.ObjectJsonSchemaObject, TypedJsonSchemaObject.StringJsonSchemaObject

public class TypedJsonSchemaObject extends UntypedJsonSchemaObject
Since:
2.1
Author:
Christoph Strobl, Mark Paluch, MichaƂ Kurcius