public class TypeUtil extends Object
| Constructor and Description |
|---|
TypeUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Class<?>[] |
getClassesFromObjects(Object[] parameterObjects)
get classes of parameter objects
|
static Method |
getMethodByNameAndParameterTypes(Method[] availableMethods,
String methodName,
Class<?>[] parameterTypes)
get method by name and parameter matching
|
public static Class<?>[] getClassesFromObjects(Object[] parameterObjects)
parameterObjects - objectspublic static Method getMethodByNameAndParameterTypes(Method[] availableMethods, String methodName, Class<?>[] parameterTypes)
availableMethods - available methodsmethodName - method to look forparameterTypes - class to look forCopyright © 2020. All rights reserved.