public class ReflectionUtils extends Object
ReflectionUtils class.
| Constructor and Description |
|---|
ReflectionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static List<Field> |
getInheritedFields(Class<?> type)
getInheritedFields.
|
static boolean |
isEnum(Class<?> type)
isEnum.
|
static boolean |
isPojo(Class<?> type)
isPojo.
|
static boolean |
isWrapperOrString(Class<?> type)
isWrapperOrString.
|
static void |
setProperty(Object parent,
String fieldName,
Object value)
setProperty.
|
public static boolean isWrapperOrString(Class<?> type)
isWrapperOrString.
type - a Class object.public static void setProperty(Object parent, String fieldName, Object value)
setProperty.
public static boolean isPojo(Class<?> type)
isPojo.
type - a Class object.Copyright © 2015 Mulesoft. All rights reserved.