Interface MethodWrapper
-
- All Known Implementing Classes:
MethodWrapperImpl
public interface MethodWrapper
Wraps a java.lang.reflect.Method but has an equals and hashCode that honors the class hierarchy- Author:
- jwells
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Method
getMethod()
Returns the method associated with this wrapper
-
-
-
Method Detail
-
getMethod
Method getMethod()
Returns the method associated with this wrapper- Returns:
- The method associated with this wrapper. Will never return null
-
-