Class FieldSetter


  • public class FieldSetter
    extends java.lang.Object
    • Constructor Summary

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

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

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

      • FieldSetter

        public FieldSetter​(java.lang.Object target,
                           java.lang.reflect.Field field)
    • Method Detail

      • set

        public void set​(java.lang.Object value)