public class ReleaseStrategyFactoryBean extends Object implements FactoryBean<ReleaseStrategy>, InitializingBean
ReleaseStrategy
.
Encapsulates the knowledge of the default strategy and search algorithms for POJO and annotated methods.OBJECT_TYPE_ATTRIBUTE
Constructor and Description |
---|
ReleaseStrategyFactoryBean() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
ReleaseStrategy |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
void |
setMethodName(String methodName) |
void |
setTarget(Object target) |
public void setTarget(Object target)
public void setMethodName(String methodName)
public void afterPropertiesSet()
afterPropertiesSet
in interface InitializingBean
public ReleaseStrategy getObject()
getObject
in interface FactoryBean<ReleaseStrategy>
public Class<?> getObjectType()
getObjectType
in interface FactoryBean<ReleaseStrategy>
public boolean isSingleton()
isSingleton
in interface FactoryBean<ReleaseStrategy>