Uses of Class
org.apache.commons.jexl3.internal.introspection.MethodKey.AmbiguousException
-
Packages that use MethodKey.AmbiguousException Package Description org.apache.commons.jexl3.internal.introspection Provides low-level introspective services. -
-
Uses of MethodKey.AmbiguousException in org.apache.commons.jexl3.internal.introspection
Methods in org.apache.commons.jexl3.internal.introspection that return MethodKey.AmbiguousException Modifier and Type Method Description private static <T extends java.lang.reflect.Executable>
MethodKey.AmbiguousExceptionMethodKey. ambiguousException(java.lang.Class<?>[] classes, java.lang.Iterable<T> applicables)
Creates an ambiguous exception.Methods in org.apache.commons.jexl3.internal.introspection that throw MethodKey.AmbiguousException Modifier and Type Method Description (package private) java.lang.reflect.Method
ClassMap. getMethod(MethodKey methodKey)
Find a Method using the method name and parameter objects.
-