Package org.bson.codecs
Interface OverridableUuidRepresentationCodec<T>
- Type Parameters:
T- the value type
- All Known Implementing Classes:
DBObjectCodec,DocumentCodec,IterableCodec,MapCodec,OverridableUuidRepresentationUuidCodec
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
A marker interface for
Codec implementations that can derive a new instance that overrides the UuidRepresentation.- Since:
- 3.12
-
Method Summary
Modifier and TypeMethodDescriptionwithUuidRepresentation(UuidRepresentation uuidRepresentation) Deprecated.Implementations must return a new instance with theUuidRepresentationoverridden with the given value.
-
Method Details
-
withUuidRepresentation
Deprecated.Implementations must return a new instance with theUuidRepresentationoverridden with the given value.- Parameters:
uuidRepresentation- the UuidRepresentation- Returns:
- a new instance equivalent to this but with the given UuidRepresentation
-