Class PropertyGetExecutor

All Implemented Interfaces:
JexlPropertyGet

public final class PropertyGetExecutor extends AbstractExecutor.Get
Specialized executor to get a property from an object.
Since:
2.0
  • Constructor Details

    • PropertyGetExecutor

      public PropertyGetExecutor(Introspector is, Class<?> clazz, String identifier)
      Creates an instance by attempting discovery of the get method.
      Parameters:
      is - the introspector
      clazz - the class to introspect
      identifier - the property to get
  • Method Details