Package org.bson.internal
Class OverridableUuidRepresentationCodecRegistry
- java.lang.Object
-
- org.bson.internal.OverridableUuidRepresentationCodecRegistry
-
- All Implemented Interfaces:
CodecRegistry
@Deprecated(since="2022-10-31") public class OverridableUuidRepresentationCodecRegistry extends java.lang.Object
Deprecated.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
Deprecated.<T> Codec<T>
get(java.lang.Class<T> clazz)
Deprecated.Gets aCodec
for the given Class.<T> Codec<T>
get(org.bson.internal.ChildCodecRegistry<T> context)
Deprecated.UuidRepresentation
getUuidRepresentation()
Deprecated.CodecProvider
getWrapped()
Deprecated.int
hashCode()
Deprecated.
-
-
-
Method Detail
-
getUuidRepresentation
public UuidRepresentation getUuidRepresentation()
Deprecated.
-
getWrapped
public CodecProvider getWrapped()
Deprecated.
-
get
public <T> Codec<T> get(java.lang.Class<T> clazz)
Deprecated.Description copied from interface:CodecRegistry
Gets aCodec
for the given Class.- Specified by:
get
in interfaceCodecRegistry
- Type Parameters:
T
- the class type- Parameters:
clazz
- the class- Returns:
- a codec for the given class
-
get
public <T> Codec<T> get(org.bson.internal.ChildCodecRegistry<T> context)
Deprecated.
-
equals
public boolean equals(java.lang.Object o)
Deprecated.- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCode
in classjava.lang.Object
-
-