Uses of Interface
org.apache.commons.jexl.util.introspection.VelPropertyGet

Packages that use VelPropertyGet
org.apache.commons.jexl.util.introspection   
 

Uses of VelPropertyGet in org.apache.commons.jexl.util.introspection
 

Classes in org.apache.commons.jexl.util.introspection that implement VelPropertyGet
 class UberspectImpl.VelGetterImpl
          
 

Methods in org.apache.commons.jexl.util.introspection that return VelPropertyGet
 VelPropertyGet Uberspect.getPropertyGet(java.lang.Object obj, java.lang.String identifier, Info info)
          Property getter - returns VelPropertyGet appropos for #set($foo = $bar.woogie).
 VelPropertyGet UberspectImpl.getPropertyGet(java.lang.Object obj, java.lang.String identifier, Info i)
          Property getter - returns VelPropertyGet appropos for #set($foo = $bar.woogie).