Class BooleanGetExecutor

All Implemented Interfaces:
JexlPropertyGet

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

    • BooleanGetExecutor

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