static <X,Y> PropertyPathExpressionValueHolder<X,Y> |
ExpressionUtils.getValueHolder(Class<X> source,
X target,
String propertyPath) |
static <X,Y> PropertyPathExpressionValueHolder<X,Y> |
ExpressionUtils.getValueHolder(Class<X> source,
X target,
String propertyPath,
boolean allowFieldAccess) |
static <X,Y> PropertyPathExpressionValueHolder<X,Y> |
ExpressionUtils.getValueHolder(Class<X> source,
X target,
String propertyPath,
Class<Y> valueClass) |
static <X,Y> PropertyPathExpressionValueHolder<X,Y> |
ExpressionUtils.getValueHolder(Class<X> source,
X target,
String propertyPath,
Class<Y> valueClass,
boolean allowFieldAccess) |