Package org.bson.internal
Class OverridableUuidRepresentationCodecRegistry
- java.lang.Object
-
- org.bson.internal.OverridableUuidRepresentationCodecRegistry
-
- All Implemented Interfaces:
CodecRegistry
public class OverridableUuidRepresentationCodecRegistry extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)<T> Codec<T>get(java.lang.Class<T> clazz)Gets aCodecfor the given Class.<T> Codec<T>get(org.bson.internal.ChildCodecRegistry<T> context)UuidRepresentationgetUuidRepresentation()CodecProvidergetWrapped()inthashCode()
-
-
-
Method Detail
-
getUuidRepresentation
public UuidRepresentation getUuidRepresentation()
-
getWrapped
public CodecProvider getWrapped()
-
get
public <T> Codec<T> get(java.lang.Class<T> clazz)
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)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-