类 AnnotatedElementKey
java.lang.Object
cn.taketoday.context.expression.AnnotatedElementKey
- 所有已实现的接口:
Comparable<AnnotatedElementKey>
Represent an
AnnotatedElement on a particular Class
and is suitable as a key.- 从以下版本开始:
- 4.0
- 作者:
- Costin Leau, Stephane Nicoll
- 另请参阅:
-
构造器概要
构造器构造器说明AnnotatedElementKey(AnnotatedElement element, Class<?> targetClass) Create a new instance with the specifiedAnnotatedElementand optional targetClass. -
方法概要
-
构造器详细资料
-
AnnotatedElementKey
Create a new instance with the specifiedAnnotatedElementand optional targetClass.
-
-
方法详细资料
-
equals
-
hashCode
public int hashCode() -
toString
-
compareTo
- 指定者:
compareTo在接口中Comparable<AnnotatedElementKey>
-