Package | Description |
---|---|
org.apache.commons.jexl3.internal.introspection |
Provides low-level introspective services.
|
Modifier and Type | Method and Description |
---|---|
Constructor<?> |
Introspector.getConstructor(Class<?> c,
MethodKey key)
Gets the constructor defined by the
MethodKey . |
Constructor<?> |
Introspector.getConstructor(MethodKey key)
Gets the constructor defined by the
MethodKey . |
Method |
Introspector.getMethod(Class<?> c,
MethodKey key)
Gets the method defined by the
MethodKey for the class c . |
Method |
Uberspect.getMethod(Class<?> c,
MethodKey key)
Gets the method defined by
key and for the Class
c . |
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.