Class MethodExpressionValueExpressionAdapter

  • All Implemented Interfaces:
    Serializable

    public class MethodExpressionValueExpressionAdapter
    extends MethodExpression
    This MethodExpression wraps a ValueExpression.

    With this wrapper a value expression can be used where a method expression is expected. The return value of the method execution will be the value represented by the value expression.

    Author:
    Arjan Tijms
    See Also:
    Serialized Form