-
- All Implemented Interfaces:
public final class BaseDataFetcherForContainer.PropertyAccessor
-
-
Field Summary
Fields Modifier and Type Field Description private final StringpropertyName
-
Constructor Summary
Constructors Constructor Description BaseDataFetcherForContainer.PropertyAccessor(String propertyName, Function1<String, Expression> accessorFactory)
-
Method Summary
Modifier and Type Method Description final StringgetPropertyName()final ExpressiontoExpression(String variable)-
-
Method Detail
-
getPropertyName
final String getPropertyName()
-
toExpression
final Expression toExpression(String variable)
-
-
-
-