Class DirectAttributeGetter<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private T object  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T get()  
      • Methods inherited from class java.lang.Object

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

      • object

        private final T object
    • Constructor Detail

      • DirectAttributeGetter

        DirectAttributeGetter​(T object)