Uses of Interface
org.apache.commons.jexl2.introspection.JexlPropertySet
-
Packages that use JexlPropertySet Package Description org.apache.commons.jexl2.internal org.apache.commons.jexl2.introspection -
-
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 classAbstractExecutor.SetAbstract class that is used to execute an arbitrary 'set' method.classDuckSetExecutorSpecialized executor to set a property of an object.classListSetExecutorSpecialized executor to set a property in a List or array.classMapSetExecutorSpecialized executor to set a property in a Map.classPropertySetExecutorSpecialized 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 classUberspectImpl.FieldPropertySetDeprecated.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 JexlPropertySetSandboxUberspectImpl. getPropertySet(java.lang.Object obj, java.lang.Object identifier, java.lang.Object arg, JexlInfo info)Property setter.JexlPropertySetUberspect. getPropertySet(java.lang.Object obj, java.lang.Object identifier, java.lang.Object arg, JexlInfo info)Property setter.JexlPropertySetUberspectImpl. getPropertySet(java.lang.Object obj, java.lang.Object identifier, java.lang.Object arg, JexlInfo info)Property setter.
-