Class AbstractExecutor.Get

java.lang.Object
org.apache.commons.jexl3.internal.introspection.AbstractExecutor
org.apache.commons.jexl3.internal.introspection.AbstractExecutor.Get
All Implemented Interfaces:
JexlPropertyGet
Direct Known Subclasses:
BooleanGetExecutor, DuckGetExecutor, ListGetExecutor, MapGetExecutor, PropertyGetExecutor
Enclosing class:
AbstractExecutor

public abstract static class AbstractExecutor.Get extends AbstractExecutor implements JexlPropertyGet
Abstract class that is used to execute an arbitrary 'get' method.
  • Constructor Details

    • Get

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