类 MethodClassKey
java.lang.Object
cn.taketoday.util.MethodClassKey
- 所有已实现的接口:
Comparable<MethodClassKey>
A common key class for a method against a specific target class,
including
toString() representation and Comparable
support (as suggested for custom HashMap keys as of Java 8).- 从以下版本开始:
- 4.0
- 作者:
- Juergen Hoeller, TODAY 2021/9/11 18:11
-
字段概要
字段 -
构造器概要
构造器构造器说明MethodClassKey(Method method, Class<?> targetClass) Create a key object for the given method and target class. -
方法概要
-
字段详细资料
-
method
-
targetClass
-
-
构造器详细资料
-
MethodClassKey
Create a key object for the given method and target class.- 参数:
method- the method to wrap (must not benull)targetClass- the target class that the method will be invoked on (may benullif identical to the declaring class)
-
-
方法详细资料
-
compareTo
- 指定者:
compareTo在接口中Comparable<MethodClassKey>
-
equals
-
hashCode
public int hashCode() -
toString
-