Class TimelinePropertyBuilder.DefaultPropertySetter<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.reflect.Method setterMethod  
    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultPropertySetter​(java.lang.Object obj, java.lang.String fieldName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void set​(java.lang.Object obj, java.lang.String fieldName, T value)  
      • Methods inherited from class java.lang.Object

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

      • setterMethod

        private java.lang.reflect.Method setterMethod
    • Constructor Detail

      • DefaultPropertySetter

        public DefaultPropertySetter​(java.lang.Object obj,
                                     java.lang.String fieldName)