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
          A JexlPropertySet for public fields.
 

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



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