Class FrameworkField

    • Constructor Summary

      Constructors 
      Constructor Description
      FrameworkField​(java.lang.reflect.Field field)
      Returns a new FrameworkField for field.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object get​(java.lang.Object target)
      Attempts to retrieve the value of this field on target
      <T extends java.lang.annotation.Annotation>
      T
      getAnnotation​(java.lang.Class<T> annotationType)
      Returns the annotation on the model element of the given type, or @code{null}
      java.lang.annotation.Annotation[] getAnnotations()
      Returns the model elements' annotations.
      java.lang.Class<?> getDeclaringClass()  
      java.lang.reflect.Field getField()  
      protected int getModifiers()  
      java.lang.String getName()  
      java.lang.Class<?> getType()  
      boolean isShadowedBy​(FrameworkField otherMember)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FrameworkField

        public FrameworkField​(java.lang.reflect.Field field)
        Returns a new FrameworkField for field.

        Access relaxed to public since version 4.13.1.