Class CodecRegistryKey


  • public class CodecRegistryKey
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CodecRegistryKey​(java.lang.Class<T> clazz, java.lang.reflect.Type[] typeArgs)  
    • Constructor Detail

      • CodecRegistryKey

        public CodecRegistryKey​(java.lang.Class<T> clazz,
                                java.lang.reflect.Type[] typeArgs)
    • Method Detail

      • from

        public static <T> CodecRegistryKey from​(java.lang.Class<T> clazz,
                                                java.lang.reflect.Type[] typeArgs)
      • equals

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

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