|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.restfb.util.ReflectionUtils.FieldWithAnnotation<T>
public static class ReflectionUtils.FieldWithAnnotation<T extends Annotation>
A field/annotation pair.
| Constructor Summary | |
|---|---|
ReflectionUtils.FieldWithAnnotation(Field field,
T annotation)
Creates a field/annotation pair. |
|
| Method Summary | |
|---|---|
T |
getAnnotation()
Gets the annotation on the field. |
Field |
getField()
Gets the field. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ReflectionUtils.FieldWithAnnotation(Field field,
T annotation)
field - A field.annotation - An annotation on the field.| Method Detail |
|---|
public Field getField()
public T getAnnotation()
public String toString()
toString in class ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||