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

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

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

Classes in org.apache.commons.jexl2.internal that implement JexlPropertySet
static class AbstractExecutor.Set
          Abstract class that is used to execute an arbitrary 'set' method.
 class DuckSetExecutor
          Specialized executor to set a property of an object.
 class ListSetExecutor
          Specialized executor to set a property in a List or array.
 class MapSetExecutor
          Specialized executor to set a property in a Map.
 class PropertySetExecutor
          Specialized executor to set a property in an object.
 

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

Classes in org.apache.commons.jexl2.introspection that implement JexlPropertySet
static class UberspectImpl.FieldPropertySet
          Deprecated. Do not use externally - will be made private in a later version
 

Methods in org.apache.commons.jexl2.introspection that return JexlPropertySet
 JexlPropertySet UberspectImpl.getPropertySet(Object obj, Object identifier, Object arg, JexlInfo info)
          Property setter.
 JexlPropertySet Uberspect.getPropertySet(Object obj, Object identifier, Object arg, JexlInfo info)
          Property setter.
 JexlPropertySet SandboxUberspectImpl.getPropertySet(Object obj, Object identifier, Object arg, JexlInfo info)
          Property setter.
 



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