Class IdentifiableJsonSchemaProperty.UntypedJsonSchemaProperty

java.lang.Object
org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty<UntypedJsonSchemaObject>
org.springframework.data.mongodb.core.schema.IdentifiableJsonSchemaProperty.UntypedJsonSchemaProperty
All Implemented Interfaces:
JsonSchemaObject, JsonSchemaProperty
Enclosing class:
IdentifiableJsonSchemaProperty<T extends JsonSchemaObject>

public static class IdentifiableJsonSchemaProperty.UntypedJsonSchemaProperty extends IdentifiableJsonSchemaProperty<UntypedJsonSchemaObject>
Convenience JsonSchemaProperty implementation without a type property.
Since:
2.1
Author:
Christoph Strobl