Class IdentifiableJsonSchemaProperty<T extends JsonSchemaObject>

java.lang.Object
org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty<T>
All Implemented Interfaces:
JsonSchemaObject, JsonSchemaProperty
Direct Known Subclasses:
IdentifiableJsonSchemaProperty.ArrayJsonSchemaProperty, IdentifiableJsonSchemaProperty.BooleanJsonSchemaProperty, IdentifiableJsonSchemaProperty.DateJsonSchemaProperty, IdentifiableJsonSchemaProperty.NullJsonSchemaProperty, IdentifiableJsonSchemaProperty.NumericJsonSchemaProperty, IdentifiableJsonSchemaProperty.ObjectJsonSchemaProperty, IdentifiableJsonSchemaProperty.StringJsonSchemaProperty, IdentifiableJsonSchemaProperty.TimestampJsonSchemaProperty, IdentifiableJsonSchemaProperty.UntypedJsonSchemaProperty

public class IdentifiableJsonSchemaProperty<T extends JsonSchemaObject> extends Object implements JsonSchemaProperty
JsonSchemaProperty implementation.
Since:
2.1
Author:
Christoph Strobl, Mark Paluch