Class AbstractDirectConfigurator.Setter

  • Enclosing class:
    AbstractDirectConfigurator

    public static final class AbstractDirectConfigurator.Setter
    extends java.lang.Object
    Describes a property setter by method name and parameter class
    • Constructor Summary

      Constructors 
      Constructor Description
      Setter​(java.lang.String name, java.lang.Class<?> clazz)  
    • Method Summary

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

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

      • Setter

        public Setter​(java.lang.String name,
                      java.lang.Class<?> clazz)
    • Method Detail

      • invoke

        public void invoke​(java.lang.Object target,
                           java.lang.String value)
                    throws java.lang.Exception
        Throws:
        java.lang.Exception