Call {@link #getExpressionFactory} then call {@link ExpressionFactory#createValueExpression}, passing the argument ref
, Object.class
for the expectedType, and null
, for the fnMapper.
ref
is null
@throws ReferenceSyntaxException if the specified ref
has invalid syntax
@deprecated This has been replaced by calling {@link #getExpressionFactory} then {@link ExpressionFactory#createValueExpression}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|