Class OverridableUuidRepresentationCodecRegistry

java.lang.Object
org.bson.internal.OverridableUuidRepresentationCodecRegistry
All Implemented Interfaces:
CodecRegistry

@Deprecated(since="2022-10-31") public class OverridableUuidRepresentationCodecRegistry extends Object
Deprecated.
  • Method Details

    • getUuidRepresentation

      public UuidRepresentation getUuidRepresentation()
      Deprecated.
    • getWrapped

      public CodecProvider getWrapped()
      Deprecated.
    • get

      public <T> Codec<T> get(Class<T> clazz)
      Deprecated.
      Description copied from interface: CodecRegistry
      Gets a Codec for the given Class.
      Specified by:
      get in interface CodecRegistry
      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(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object