Class IdentifiableJsonSchemaProperty.ObjectJsonSchemaProperty

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

public static class IdentifiableJsonSchemaProperty.ObjectJsonSchemaProperty extends IdentifiableJsonSchemaProperty<TypedJsonSchemaObject.ObjectJsonSchemaObject>
Convenience JsonSchemaProperty implementation for a type : 'object' property.
Since:
2.1
Author:
Christoph Strobl