Package | Description |
---|---|
org.apache.commons.jexl2.internal.introspection |
Provides low-level introspective services.
|
Modifier and Type | Field and Description |
---|---|
private static MethodKey.Parameters<java.lang.reflect.Constructor<?>> |
MethodKey.CONSTRUCTORS
The parameter matching service for constructors.
|
private static MethodKey.Parameters<java.lang.reflect.Method> |
MethodKey.METHODS
The parameter matching service for methods.
|