protected static class Reflection.AnnotatedPropertyKey extends Reflection.SinglePropertyKey
cls| Constructor and Description |
|---|
Reflection.AnnotatedPropertyKey(java.lang.Class<?> cls,
java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Class<? extends java.lang.annotation.Annotation> |
getAnnotationClass() |
java.lang.Class<?> |
getCls() |
int |
hashCode() |
public Reflection.AnnotatedPropertyKey(java.lang.Class<?> cls,
java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass)
public java.lang.Class<?> getCls()
public java.lang.Class<? extends java.lang.annotation.Annotation> getAnnotationClass()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object