Class AnnotatedElementKey
java.lang.Object
org.springframework.context.expression.AnnotatedElementKey
- All Implemented Interfaces:
Comparable<AnnotatedElementKey>
Represents an
AnnotatedElement
in a particular Class
and is suitable for use as a cache key.- Since:
- 4.2
- Author:
- Costin Leau, Stephane Nicoll
- See Also:
-
Constructor Summary
ConstructorDescriptionAnnotatedElementKey
(AnnotatedElement element, Class<?> targetClass) Create a new instance with the specifiedAnnotatedElement
and optional targetClass
. -
Method Summary
-
Constructor Details
-
AnnotatedElementKey
Create a new instance with the specifiedAnnotatedElement
and optional targetClass
.
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<AnnotatedElementKey>
-