public class OverridableUuidRepresentationCodecRegistry
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
<T> Codec<T> |
get(org.bson.internal.ChildCodecRegistry<T> context)
Get the Codec using the given context.
|
<T> Codec<T> |
get(java.lang.Class<T> clazz)
Gets a
Codec for the given Class. |
UuidRepresentation |
getUuidRepresentation() |
CodecProvider |
getWrapped() |
int |
hashCode() |
public UuidRepresentation getUuidRepresentation()
public CodecProvider getWrapped()
public <T> Codec<T> get(java.lang.Class<T> clazz)
CodecRegistry
Codec
for the given Class.T
- the class typeclazz
- the classpublic <T> Codec<T> get(org.bson.internal.ChildCodecRegistry<T> context)
T
- the value typecontext
- the child contextpublic boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2010 - 2023 Adobe. All Rights Reserved