public class FunctionServiceFactoryBean extends Object implements FactoryBean<FunctionService>, InitializingBean
| Constructor and Description |
|---|
FunctionServiceFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
FunctionService |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
void |
setFunctions(List<Function> functions) |
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface InitializingBeanExceptionpublic FunctionService getObject() throws Exception
getObject in interface FactoryBean<FunctionService>Exceptionpublic Class<?> getObjectType()
getObjectType in interface FactoryBean<FunctionService>public boolean isSingleton()
isSingleton in interface FactoryBean<FunctionService>