Class ReflectiveSetter


  • public class ReflectiveSetter
    extends java.lang.Object
    Version:
    $Id$
    • Constructor Summary

      Constructors 
      Constructor Description
      ReflectiveSetter​(java.lang.Class<?> targetClass)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setProperty​(java.lang.String propertyName, java.lang.Object value, java.lang.Object target)  
      • Methods inherited from class java.lang.Object

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

      • ReflectiveSetter

        public ReflectiveSetter​(java.lang.Class<?> targetClass)
        Parameters:
        targetClass -
    • Method Detail

      • setProperty

        public void setProperty​(java.lang.String propertyName,
                                java.lang.Object value,
                                java.lang.Object target)
                         throws java.lang.Throwable
        Parameters:
        propertyName -
        value -
        target -
        Throws:
        java.lang.Throwable