Package | Description |
---|---|
com.espertech.esper.util |
Utility classes that center around Java type handling, printing, reflection, debugging
|
Modifier and Type | Method and Description |
---|---|
static Method |
MethodResolver.resolveMethod(Class declaringClass,
String methodName,
Class[] paramTypes,
boolean allowInstance,
boolean[] allowEventBeanType,
boolean[] allowEventBeanCollType)
Attempts to find the static or instance method described by the parameters,
or a method of the same name that will accept the same type of
parameters.
|