Uses of Package
org.apache.commons.jexl3.introspection
Package
Description
Provides a framework for evaluating JEXL expressions.
Provides high-level introspective services.
Contains the JSR-223 Scripting Engine for JEXL script.
-
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 sandbox describes permissions on a class by explicitly allowing or forbidding access to methods and properties through "allowlists" and "blocklists".'Federated' introspection/reflection interface to allow JEXL introspection behavior to be customized.Determines property resolution strategy.
-
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 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".A base set of names.Contains the allow or block lists for properties and methods for a given class.'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.
-
ClassDescriptionThis interface describes permissions used by JEXL introspection that constrain which packages/classes/constructors/fields/methods are made visible to JEXL scripts.