/
ExpressionFunction
ExpressionFunction
The bean named shibboleth.Functions.Expression executes a Spring Expression Language (SpEL) expression to implement an arbitrary Function signature.
The bean named shibboleth.BiFunctions.Expression executes a Spring Expression Language (SpEL) expression to implement an arbitrary BiFunction signature.
An Expression Function is instantiated by supplying a string argument that contains a SpEL expression to evaluate.
Example
<bean id="MyFunction" parent="shibboleth.Functions.Expression"
c:expression="#input + 42" />
Reference
, multiple selections available,
Related content
ExpressionBiPredicate
ExpressionBiPredicate
More like this
ExpressionFunction
ExpressionFunction
More like this
ExpressionContextFunction
ExpressionContextFunction
More like this
ExpressionContextFunction
ExpressionContextFunction
More like this
ExpressionConsumer
ExpressionConsumer
More like this
ExpressionConsumer
ExpressionConsumer
More like this