Class ProviderMethodsModule.Signature

  • Enclosing class:
    ProviderMethodsModule

    private static final class ProviderMethodsModule.Signature
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int hashCode  
      (package private) java.lang.String name  
      (package private) java.lang.Class<?>[] parameters  
    • Constructor Summary

      Constructors 
      Constructor Description
      Signature​(TypeLiteral<?> typeLiteral, java.lang.reflect.Method method)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • parameters

        final java.lang.Class<?>[] parameters
      • name

        final java.lang.String name
      • hashCode

        final int hashCode
    • Constructor Detail

      • Signature

        Signature​(TypeLiteral<?> typeLiteral,
                  java.lang.reflect.Method method)
    • Method Detail

      • equals

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

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