Class ResultClassROF.ResultClassSetMethodSetter

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.Class argType  
      (package private) java.lang.reflect.Method setterMethod  
    • Constructor Summary

      Constructors 
      Constructor Description
      ResultClassSetMethodSetter​(java.lang.reflect.Method m, java.lang.Class argType)  
    • Method Summary

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

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

      • setterMethod

        java.lang.reflect.Method setterMethod
      • argType

        java.lang.Class argType
    • Constructor Detail

      • ResultClassSetMethodSetter

        public ResultClassSetMethodSetter​(java.lang.reflect.Method m,
                                          java.lang.Class argType)