Serializable
, Comparable<SerAnnotatedElement>
public final class SerAnnotatedElement extends Object implements Serializable, Comparable<SerAnnotatedElement>
Modifier and Type | Field | Description |
---|---|---|
String |
className |
fully qualified name of class
|
boolean |
isMethod |
true for method, false for class or field
|
String |
memberName |
mame of method or field within class, or null for whole class
|
TreeMap<String,Object> |
values |
values of annotation, as primitive wrappers, String's, ArrayList's (for arrays), or Ser*Const objects
|
Modifier and Type | Method | Description |
---|---|---|
int |
compareTo(SerAnnotatedElement o) |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
key() |
Key based on the annotated element, ignoring annotation values.
|
String |
toString() |
public final String className
public final String memberName
public final boolean isMethod
public String key()
public int compareTo(SerAnnotatedElement o)
compareTo
in interface Comparable<SerAnnotatedElement>
Copyright © 2018. All rights reserved.