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 JexlUberspect
JexlBuilder.uberspect
The JexlUberspect instance.Methods in org.apache.commons.jexl3 that return JexlUberspectModifier and TypeMethodDescriptionabstract JexlUberspect
JexlEngine.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 JexlUberspect
Engine.uberspect
The JexlUberspect instance.private final JexlUberspect
FqcnResolver.uberspect
The class loader.protected final JexlUberspect
InterpreterBase.uberspect
The 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 class
An uberspect that controls usage of properties, methods and constructors through a sandbox.class
Implementation of Uberspect to provide the default introspective functionality of JEXL.Fields in org.apache.commons.jexl3.internal.introspection declared as JexlUberspectModifier and TypeFieldDescriptionprivate final JexlUberspect
SandboxUberspect.uberspect
The 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 JexlPropertyGet
JexlUberspect.JexlResolver.getPropertyGet
(JexlUberspect uber, Object obj, Object identifier) JexlUberspect.PropertyResolver.getPropertyGet
(JexlUberspect uber, Object obj, Object identifier) Gets a property getter.final JexlPropertySet
JexlUberspect.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.