Class UntypedJsonSchemaObject

java.lang.Object
org.springframework.data.mongodb.core.schema.UntypedJsonSchemaObject
All Implemented Interfaces:
JsonSchemaObject
Direct Known Subclasses:
TypedJsonSchemaObject

public class UntypedJsonSchemaObject extends Object implements JsonSchemaObject
Common base for JsonSchemaObject with shared types and JsonSchemaObject.toDocument() implementation. Schema objects are immutable. Calling methods to configure properties creates a new object instance.
Since:
2.1
Author:
Christoph Strobl, Mark Paluch