Class IdentifiableJsonSchemaProperty.NullJsonSchemaProperty

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

public static class IdentifiableJsonSchemaProperty.NullJsonSchemaProperty extends IdentifiableJsonSchemaProperty<org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.NullJsonSchemaObject>
Convenience JsonSchemaProperty implementation for a type : 'null' property.
Since:
2.1
Author:
Christoph Strobl