Package org.apache.commons.jexl3.introspection
package org.apache.commons.jexl3.introspection
Provides high-level introspective services.
The Uberspect, JexlMethod, JexlPropertyGet and JexlPropertySet interfaces form the exposed face of introspective services.
The Uberspectimpl is the concrete class implementing the Uberspect interface. Deriving from this class is the preferred way of augmenting Jexl introspective capabilities when special needs to be fulfilled or when default behaviors need to be modified.
-
ClassDescriptionInterface used for regular method invocation.This interface describes permissions used by JEXL introspection that constrain which packages/classes/constructors/fields/methods are made visible to JEXL scripts.A permission delegation that augments the RESTRICTED permission with an explicit set of classes.A base for permission delegation allowing functional refinement.Interface for getting values that appear to be properties.Interface used for setting values that appear to be properties.A sandbox describes permissions on a class by explicitly allowing or forbidding access to methods and properties through "allowlists" and "blocklists".Deprecated.A base set of names.Contains the allow or block lists for properties and methods for a given class.Deprecated.since 3.2, use
JexlSandbox.AllowSet
'Federated' introspection/reflection interface to allow JEXL introspection behavior to be customized.The various builtin property resolvers.Abstracts getting property setter and getter.Determines property resolution strategy.
JexlSandbox.BlockSet