AnnotationMap
).
Access | Constructor and Description |
---|---|
protected |
Modifier and Type | Method and Description |
---|---|
public abstract Iterable | annotations()
Deprecated
Since 2.9 should instead use
getAnnotated()
Accessor that can be used to iterate over all the annotations associated with annotated component. |
public abstract boolean | equals(Object
the reference object with which to compare. o)Overrides java. Indicates whether some other object is "equal to" this one. |
public abstract AnnotatedElement | |
public abstract <A extends Annotation> A | |
protected abstract int | |
public abstract String | |
public abstract Class | getRawType()
"Raw" type (type-erased class) of the annotated element; definition of what exactly this means depends on sub-class. |
public abstract JavaType | getType()
Full generic type of the annotated element; definition of what exactly this means depends on sub-class. |
public abstract boolean | |
public abstract int | |
public abstract boolean | |
public boolean | |
public boolean | |
public abstract String |
Annotated | back to summary |
---|---|
protected Annotated() |
annotations | back to summary |
---|---|
public abstract Iterable Deprecated Since 2.9 should instead use Accessor that can be used to iterate over all the annotations associated with annotated component.
|
equals | back to summary |
---|---|
public abstract boolean equals(Object o) Overrides java. Doc from java. Indicates whether some other object is "equal to" this one.
The
An equivalence relation partitions the elements it operates on into equivalence classes; all the members of an equivalence class are equal to each other. Members of an equivalence class are substitutable for each other, at least for some purposes. |
getAnnotated | back to summary |
---|---|
public abstract AnnotatedElement getAnnotated() Method that can be used to find actual JDK element that this instance represents. It is non-null, except for method/constructor parameters which do not have a JDK counterpart. |
getAnnotation | back to summary |
---|---|
public abstract <A extends Annotation> A getAnnotation(Class<A> acls) |
getModifiers | back to summary |
---|---|
protected abstract int getModifiers() |
getName | back to summary |
---|---|
public abstract String getName() |
getRawType | back to summary |
---|---|
public abstract Class "Raw" type (type-erased class) of the annotated element; definition of what exactly this means depends on sub-class. |
getType | back to summary |
---|---|
public abstract JavaType getType() Full generic type of the annotated element; definition of what exactly this means depends on sub-class.
|
hasAnnotation | back to summary |
---|---|
public abstract boolean hasAnnotation(Class<?> acls) |
hashCode | back to summary |
---|---|
public abstract int hashCode() Overrides java. Doc from java. Returns a hash code value for this object. This method is
supported for the benefit of hash tables such as those provided by
The general contract of
|
hasOneOf | back to summary |
---|---|
public abstract boolean hasOneOf(Class<? extends Annotation>[] annoClasses)
|
isPublic | back to summary |
---|---|
public boolean isPublic() |
isStatic | back to summary |
---|---|
public boolean isStatic()
|
toString | back to summary |
---|---|
public abstract String toString() Overrides java. Doc from java. Returns a string representation of the object.
Satisfying this method's contract implies a non- |