public class StatusAnnotationInfo extends AnnotationInfo
annotationValue, javaClass, javaMethod, javaMethodImpl| Constructor and Description |
|---|
StatusAnnotationInfo(Class<?> javaClass,
int code,
boolean serializable)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other)
Indicates if the current object is equal to the given object.
|
Status |
getStatus()
Returns the status parsed from the annotation value.
|
boolean |
isSerializable()
Returns the serialize indicator parsed from the annotation value.
|
String |
toString() |
getAnnotationValue, getJavaActualType, getJavaActualType, getJavaActualType, getJavaClass, getJavaMethod, getTypeClasspublic boolean equals(Object other)
equals in class AnnotationInfoother - The other object.public Status getStatus()
public boolean isSerializable()
public String toString()
toString in class AnnotationInfoCopyright © 2005-2014 Restlet.