Module org.glassfish.hk2.utilities
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
- Author:
- jwells
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MethodWrapperImpl
-
-
Method Details
-
getMethod
Description copied from interface:MethodWrapperReturns the method associated with this wrapper- Specified by:
getMethodin interfaceMethodWrapper- Returns:
- The method associated with this wrapper. Will never return null
-
hashCode
public int hashCode() -
equals
-
toString
-