Class MethodWrapperImpl
java.lang.Object
org.glassfish.hk2.utilities.reflection.internal.MethodWrapperImpl
- All Implemented Interfaces:
MethodWrapper
Wrapper of methods with an equals and hashCode that
makes methods hiding other methods be equal
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
method
-
hashCode
private final int hashCode
-
-
Constructor Details
-
MethodWrapperImpl
-
-
Method Details
-
getMethod
Description copied from interface:MethodWrapper
Returns the method associated with this wrapper- Specified by:
getMethod
in interfaceMethodWrapper
- Returns:
- The method associated with this wrapper. Will never return null
-
hashCode
public int hashCode() -
equals
-
toString
-