Class IdentifiableJsonSchemaProperty.ArrayJsonSchemaProperty

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

public static class IdentifiableJsonSchemaProperty.ArrayJsonSchemaProperty extends IdentifiableJsonSchemaProperty<TypedJsonSchemaObject.ArrayJsonSchemaObject>
Convenience JsonSchemaProperty implementation for a type : 'array' property.
Since:
2.1
Author:
Christoph Strobl