public class ReflectionUtils extends Object
| Constructor and Description |
|---|
ReflectionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Class |
getComponentType(Parameter parameter) |
static List<Method> |
getSetterMethods(Class<?> clazz) |
static boolean |
isMultiple(Method setter) |
static boolean |
isSetter(Method method) |
static <T> T |
newInstance(Class<T> clazz) |
Copyright © 2020. All rights reserved.