Class AbstractExecutor.Set

java.lang.Object
org.apache.commons.jexl3.internal.introspection.AbstractExecutor
org.apache.commons.jexl3.internal.introspection.AbstractExecutor.Set
All Implemented Interfaces:
JexlPropertySet
Direct Known Subclasses:
DuckSetExecutor, ListSetExecutor, MapSetExecutor, PropertySetExecutor
Enclosing class:
AbstractExecutor

public abstract static class AbstractExecutor.Set extends AbstractExecutor implements JexlPropertySet
Abstract class that is used to execute an arbitrary 'set' method.
  • Constructor Details

    • Set

      protected Set(Class<?> theClass, Method theMethod)
      Default and sole constructor.
      Parameters:
      theClass - the class this executor applies to
      theMethod - the method held by this executor