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 MethodKeyAbstractExecutor.Method.keyThe method key discovered from the arguments.Fields in org.apache.commons.jexl3.internal.introspection with type parameters of type MethodKeyModifier and TypeFieldDescriptionClassMap.byKeyThis is the cache to store and look up the method information.private final Map<MethodKey, Constructor<?>> Introspector.constructorsMapHolds 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) MethodFind a Method using the method name and parameter objects.Gets the method defined by theMethodKeyfor the classc.final MethodGets the method defined bykeyand for the Classc.Constructors in org.apache.commons.jexl3.internal.introspection with parameters of type MethodKey