| java.lang.Object org.strecks.util.PropertyValueGetter
PropertyValueGetter | public class PropertyValueGetter (Code) | | Utility class with methods mostly related to getting object and property values using reflection
author: Phil Zoio |
getPropertyTypeSilently | public static Class> getPropertyTypeSilently(Object containingBean, String propertyName)(Code) | | |
getTargetBean | public static Object getTargetBean(Object target, String beanLocatingExpression)(Code) | | Uses beanLocatingExpression to find a property, potentially nested within
other properties, from target
|
|
|