T - type of inputU - type of outputpublic class SpringExpressionFunction<T,U> extends AbstractSpringExpressionEvaluator<T,U> implements com.google.common.base.Function<T,U>
| Constructor and Description |
|---|
SpringExpressionFunction(String expression)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
U |
apply(T input) |
evaluate, getCustomObject, getInputType, getOutputType, prepareContext, setCustomObject, setHideExceptions, setInputType, setOutputType, setReturnOnErrorpublic SpringExpressionFunction(@Nonnull @NotEmpty @ParameterName(name="expression") String expression)
expression - the expression to evaluateCopyright © 1999–2019 Shibboleth Consortium. All rights reserved.