Uses of Interface
org.apache.commons.jexl2.introspection.JexlPropertyGet

Packages that use JexlPropertyGet
org.apache.commons.jexl2.internal Provides utilities for introspection services. 
org.apache.commons.jexl2.introspection Provides high-level introspective services. 
 

Uses of JexlPropertyGet in org.apache.commons.jexl2.internal
 

Classes in org.apache.commons.jexl2.internal that implement JexlPropertyGet
static class AbstractExecutor.Get
          Abstract class that is used to execute an arbitrary 'get' method.
 class BooleanGetExecutor
          Specialized executor to get a boolean property from an object.
 class DuckGetExecutor
          Specialized executor to get a property from an object.
 class ListGetExecutor
          Specialized executor to get a property from a List or array.
 class MapGetExecutor
          Specialized executor to get a property from a Map.
 class PropertyGetExecutor
          Specialized executor to get a property from an object.
 

Uses of JexlPropertyGet in org.apache.commons.jexl2.introspection
 

Classes in org.apache.commons.jexl2.introspection that implement JexlPropertyGet
static class UberspectImpl.FieldPropertyGet
          A JexlPropertyGet for public fields.
 

Methods in org.apache.commons.jexl2.introspection that return JexlPropertyGet
 JexlPropertyGet Uberspect.getPropertyGet(java.lang.Object obj, java.lang.Object identifier, JexlInfo info)
          Property getter.
 JexlPropertyGet UberspectImpl.getPropertyGet(java.lang.Object obj, java.lang.Object identifier, JexlInfo info)
          Property getter.
 



Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.