Uses of Interface
org.apache.commons.jexl2.introspection.JexlPropertySet
-
Packages that use JexlPropertySet Package Description 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 Modifier and Type Class Description 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 Modifier and Type Class Description static class
UberspectImpl.FieldPropertySet
Deprecated.Do not use externally - will be made private in a later versionMethods in org.apache.commons.jexl2.introspection that return JexlPropertySet Modifier and Type Method Description JexlPropertySet
SandboxUberspectImpl. getPropertySet(java.lang.Object obj, java.lang.Object identifier, java.lang.Object arg, JexlInfo info)
Property setter.JexlPropertySet
Uberspect. getPropertySet(java.lang.Object obj, java.lang.Object identifier, java.lang.Object arg, JexlInfo info)
Property setter.JexlPropertySet
UberspectImpl. getPropertySet(java.lang.Object obj, java.lang.Object identifier, java.lang.Object arg, JexlInfo info)
Property setter.
-