Class Setter.MethodSetter

java.lang.Object
org.apache.juneau.internal.Setter.MethodSetter
All Implemented Interfaces:
Setter
Enclosing interface:
Setter

public static class Setter.MethodSetter extends Object implements Setter
Method setter
  • Constructor Details

  • Method Details

    • set

      public void set(Object object, Object value) throws ExecutableException
      Description copied from interface: Setter
      Call the setter on the specified object.
      Specified by:
      set in interface Setter
      Parameters:
      object - The object to call the setter on
      value - The value to set.
      Throws:
      ExecutableException - Exception occurred on invoked constructor/method/field.