Uses of Interface
org.apache.commons.jexl3.introspection.JexlUberspect
Packages that use JexlUberspect
Package
Description
Provides a framework for evaluating JEXL expressions.
Provides utilities for introspection services.
Provides low-level introspective services.
Provides high-level introspective services.
-
Uses of JexlUberspect in org.apache.commons.jexl3
Fields in org.apache.commons.jexl3 declared as JexlUberspectModifier and TypeFieldDescriptionprivate JexlUberspectJexlBuilder.uberspectThe JexlUberspect instance.Methods in org.apache.commons.jexl3 that return JexlUberspectModifier and TypeMethodDescriptionabstract JexlUberspectJexlEngine.getUberspect()Gets this engine underlyingJexlUberspect.JexlBuilder.uberspect()Methods in org.apache.commons.jexl3 with parameters of type JexlUberspectModifier and TypeMethodDescriptionJexlBuilder.uberspect(JexlUberspect u) Sets the JexlUberspect instance the engine will use. -
Uses of JexlUberspect in org.apache.commons.jexl3.internal
Fields in org.apache.commons.jexl3.internal declared as JexlUberspectModifier and TypeFieldDescriptionprotected final JexlUberspectEngine.uberspectThe JexlUberspect instance.private final JexlUberspectFqcnResolver.uberspectThe class loader.protected final JexlUberspectInterpreterBase.uberspectThe uberspect.Methods in org.apache.commons.jexl3.internal that return JexlUberspectConstructors in org.apache.commons.jexl3.internal with parameters of type JexlUberspectModifierConstructorDescription(package private)FqcnResolver(JexlUberspect uber, Iterable<String> packages) Creates a class name solver. -
Uses of JexlUberspect in org.apache.commons.jexl3.internal.introspection
Classes in org.apache.commons.jexl3.internal.introspection that implement JexlUberspectModifier and TypeClassDescriptionfinal classAn uberspect that controls usage of properties, methods and constructors through a sandbox.classImplements Uberspect to provide the default introspective functionality of JEXL.Fields in org.apache.commons.jexl3.internal.introspection declared as JexlUberspectModifier and TypeFieldDescriptionprivate final JexlUberspectSandboxUberspect.uberspectThe base uberspect.Constructors in org.apache.commons.jexl3.internal.introspection with parameters of type JexlUberspectModifierConstructorDescriptionSandboxUberspect(JexlUberspect theUberspect, JexlSandbox theSandbox) A constructor for JexlSandbox uberspect. -
Uses of JexlUberspect in org.apache.commons.jexl3.introspection
Methods in org.apache.commons.jexl3.introspection with parameters of type JexlUberspectModifier and TypeMethodDescriptionfinal JexlPropertyGetJexlUberspect.JexlResolver.getPropertyGet(JexlUberspect uber, Object obj, Object identifier) JexlUberspect.PropertyResolver.getPropertyGet(JexlUberspect uber, Object obj, Object identifier) Gets a property getter.final JexlPropertySetJexlUberspect.JexlResolver.getPropertySet(JexlUberspect uber, Object obj, Object identifier, Object arg) JexlUberspect.PropertyResolver.getPropertySet(JexlUberspect uber, Object obj, Object identifier, Object arg) Gets a property setter.