Klasse ReflectionUtils.FieldWithAnnotation<T extends Annotation>

java.lang.Object
com.restfb.util.ReflectionUtils.FieldWithAnnotation<T>
Umschließende Klasse:
ReflectionUtils

public static class ReflectionUtils.FieldWithAnnotation<T extends Annotation> extends Object
A field/annotation pair.
Autor:
Mark Allen
  • Konstruktordetails

    • FieldWithAnnotation

      public FieldWithAnnotation(Field field, T annotation)
      Creates a field/annotation pair.
      Parameter:
      field - A field.
      annotation - An annotation on the field.
  • Methodendetails

    • getField

      public Field getField()
      Gets the field.
      Gibt zurück:
      The field.
    • getAnnotation

      public T getAnnotation()
      Gets the annotation on the field.
      Gibt zurück:
      The annotation on the field.
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object