Package | Description |
---|---|
org.apache.commons.jexl2.internal |
Provides utilities for introspection services.
|
org.apache.commons.jexl2.introspection |
Provides high-level introspective services.
|
Modifier and Type | Class and Description |
---|---|
static class |
AbstractExecutor.Method
Abstract class that is used to execute an arbitrary method.
|
class |
MethodExecutor
Specialized executor to invoke a method on an object.
|
Modifier and Type | Method and Description |
---|---|
JexlMethod |
Uberspect.getConstructorMethod(Object ctorHandle,
Object[] args,
JexlInfo info)
Returns a class constructor wrapped in a JexlMethod.
|
JexlMethod |
SandboxUberspectImpl.getConstructorMethod(Object ctorHandle,
Object[] args,
JexlInfo info)
Returns a class constructor wrapped in a JexlMethod.
|
JexlMethod |
UberspectImpl.getConstructorMethod(Object ctorHandle,
Object[] args,
JexlInfo info)
Returns a class constructor wrapped in a JexlMethod.
|
JexlMethod |
Uberspect.getMethod(Object obj,
String method,
Object[] args,
JexlInfo info)
Returns a JexlMethod.
|
JexlMethod |
SandboxUberspectImpl.getMethod(Object obj,
String method,
Object[] args,
JexlInfo info)
Returns a JexlMethod.
|
JexlMethod |
UberspectImpl.getMethod(Object obj,
String method,
Object[] args,
JexlInfo info)
Returns a JexlMethod.
|
Copyright © 2022. All rights reserved.