Package | Description |
---|---|
edu.internet2.middleware.grouperClientExt.org.apache.commons.jexl2.internal |
Provides utilities for introspection services.
|
edu.internet2.middleware.grouperClientExt.org.apache.commons.jexl2.internal.introspection |
Provides low-level introspective services.
|
Modifier and Type | Field and Description |
---|---|
protected MethodKey |
AbstractExecutor.Method.key
The method key discovered from the arguments.
|
Modifier and Type | Method and Description |
---|---|
Method |
Introspector.getMethod(Class<?> c,
MethodKey key)
Gets the method defined by
key and for the Class c . |
Constructor and Description |
---|
Parameter(Method m,
MethodKey k)
Creates an instance.
|
Modifier and Type | Method and Description |
---|---|
Constructor<?> |
IntrospectorBase.getConstructor(Class<?> c,
MethodKey key)
Gets the constructor defined by the
MethodKey . |
Constructor<?> |
IntrospectorBase.getConstructor(MethodKey key)
Gets the constructor defined by the
MethodKey . |
Method |
IntrospectorBase.getMethod(Class<?> c,
MethodKey key)
Gets the method defined by the
MethodKey for the class c . |
Copyright © 2016 Internet2. All rights reserved.