Class IdentifiableJsonSchemaProperty.TimestampJsonSchemaProperty

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

public static class IdentifiableJsonSchemaProperty.TimestampJsonSchemaProperty extends IdentifiableJsonSchemaProperty<org.springframework.data.mongodb.core.schema.TypedJsonSchemaObject.TimestampJsonSchemaObject>
Convenience JsonSchemaProperty implementation for a type : 'timestamp' property.
Since:
2.1
Author:
Mark Paluch