Class WeakFieldAttributeGetter<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.ref.WeakReference<java.lang.Object> targetRef  
    • Constructor Summary

      Constructors 
      Constructor Description
      WeakFieldAttributeGetter​(java.lang.Object target, java.lang.reflect.Field field)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) java.lang.Object target()  
      • Methods inherited from class java.lang.Object

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

      • targetRef

        private final java.lang.ref.WeakReference<java.lang.Object> targetRef
    • Constructor Detail

      • WeakFieldAttributeGetter

        public WeakFieldAttributeGetter​(java.lang.Object target,
                                        java.lang.reflect.Field field)