Package com.google.inject.internal
Class ProviderMethodsModule.Signature
- java.lang.Object
-
- com.google.inject.internal.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()
-
-
-
Constructor Detail
-
Signature
Signature(TypeLiteral<?> typeLiteral, java.lang.reflect.Method method)
-
-