Class OverridableUuidRepresentationCodecRegistry

  • All Implemented Interfaces:
    CodecRegistry

    public class OverridableUuidRepresentationCodecRegistry
    extends java.lang.Object
    • Method Detail

      • get

        public <T> Codec<T> get​(java.lang.Class<T> clazz)
        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)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object