Class SpelFunctionFactoryBean

java.lang.Object
org.springframework.integration.config.SpelFunctionFactoryBean
All Implemented Interfaces:
Aware, BeanNameAware, FactoryBean<Method>, InitializingBean

public class SpelFunctionFactoryBean extends Object implements FactoryBean<Method>, InitializingBean, BeanNameAware
A FactoryBean implementation to encapsulate the population of a static Method from the provided functionClass and functionMethodSignature as a valid StandardEvaluationContext function.
Since:
3.0
Author:
Artem Bilan
See Also: