Package | Description |
---|---|
com.espertech.esper.util |
Utility classes that center around Java type handling, printing, reflection, debugging
|
Modifier and Type | Method and Description |
---|---|
static java.lang.reflect.Method |
MethodResolver.resolveMethod(java.lang.Class declaringClass,
java.lang.String methodName,
java.lang.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.
|