| Package | Description |
|---|---|
| com.blazebit.reflection |
| Modifier and Type | Method and Description |
|---|---|
static <X,Y> PropertyPathExpression<X,Y> |
ExpressionUtils.getExpression(Class<X> source,
String propertyPath) |
static <X,Y> PropertyPathExpression<X,Y> |
ExpressionUtils.getExpression(Class<X> source,
String propertyPath,
Class<Y> valueClass) |
static <X,Y> PropertyPathExpression<X,Y> |
ExpressionUtils.getExpression(Class<X> source,
String propertyPath,
Class<Y> valueClass,
boolean allowFieldAccess) |
| Constructor and Description |
|---|
PropertyPathExpressionValueHolder(X source,
PropertyPathExpression<X,Y> expression) |
Copyright © 2020 Blazebit. All rights reserved.