Uses of Class
org.apache.commons.jexl3.internal.introspection.MethodKey
Packages that use MethodKey
Package
Description
Provides low-level introspective services.
-
Uses of MethodKey in org.apache.commons.jexl3.internal.introspection
Fields in org.apache.commons.jexl3.internal.introspection declared as MethodKeyModifier and TypeFieldDescriptionprotected final MethodKey
AbstractExecutor.Method.key
The method key discovered from the arguments.Fields in org.apache.commons.jexl3.internal.introspection with type parameters of type MethodKeyModifier and TypeFieldDescriptionClassMap.byKey
This is the cache to store and look up the method information.private final Map<MethodKey,
Constructor<?>> Introspector.constructorsMap
Holds the map of classes ctors we know about as well as unknown ones.Methods in org.apache.commons.jexl3.internal.introspection with parameters of type MethodKeyModifier and TypeMethodDescriptionConstructor<?>
Introspector.getConstructor
(Class<?> c, MethodKey key) Gets the constructor defined by theMethodKey
.Constructor<?>
Introspector.getConstructor
(MethodKey key) Gets the constructor defined by theMethodKey
.(package private) Method
Find a Method using the method name and parameter objects.Gets the method defined by theMethodKey
for the classc
.final Method
Gets the method defined bykey
and for the Classc
.Constructors in org.apache.commons.jexl3.internal.introspection with parameters of type MethodKey