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 InitializingBean
Exception
public FunctionService getObject() throws Exception
getObject
in interface FactoryBean<FunctionService>
Exception
public Class<?> getObjectType()
getObjectType
in interface FactoryBean<FunctionService>
public boolean isSingleton()
isSingleton
in interface FactoryBean<FunctionService>