Class FrameworkField

    • 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
      java.lang.annotation.Annotation[] getAnnotations()  
      java.lang.reflect.Field getField()  
      java.lang.String getName()  
      java.lang.Class<?> getType()  
      boolean isPublic()  
      boolean isShadowedBy​(FrameworkField otherMember)  
      boolean isStatic()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getAnnotations

        public java.lang.annotation.Annotation[] getAnnotations()
      • isShadowedBy

        public boolean isShadowedBy​(FrameworkField otherMember)
      • getField

        public java.lang.reflect.Field getField()
        Returns:
        the underlying java Field
      • get

        public java.lang.Object get​(java.lang.Object target)
                             throws java.lang.IllegalArgumentException,
                                    java.lang.IllegalAccessException
        Attempts to retrieve the value of this field on target
        Throws:
        java.lang.IllegalArgumentException
        java.lang.IllegalAccessException