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.ObjectDeprecated.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(java.lang.Object o)Deprecated.<T> Codec<T>get(java.lang.Class<T> clazz)Deprecated.Gets aCodecfor the given Class.<T> Codec<T>get(org.bson.internal.ChildCodecRegistry<T> context)Deprecated.UuidRepresentationgetUuidRepresentation()Deprecated.CodecProvidergetWrapped()Deprecated.inthashCode()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:CodecRegistryGets aCodecfor the given Class.- Specified by:
getin 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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCodein classjava.lang.Object
-
-