public class DeepHierarchyUtils extends Object
Constructor and Description |
---|
DeepHierarchyUtils() |
Modifier and Type | Method and Description |
---|---|
static Class<?> |
getDeepFieldType(Class<?> clazz,
String fieldName,
HintContainer deepIndexHintContainer) |
static Object |
getDeepFieldValue(Object srcObj,
String fieldName,
boolean isIndexed,
int index,
HintContainer srcDeepIndexHintContainer) |
static Class<?> |
getDeepGenericType(Class<?> clazz,
String fieldName,
HintContainer deepIndexHintContainer) |
public static Object getDeepFieldValue(Object srcObj, String fieldName, boolean isIndexed, int index, HintContainer srcDeepIndexHintContainer)
public static Class<?> getDeepFieldType(Class<?> clazz, String fieldName, HintContainer deepIndexHintContainer)
public static Class<?> getDeepGenericType(Class<?> clazz, String fieldName, HintContainer deepIndexHintContainer)
Copyright © 2005-2014 dozer. All Rights Reserved.