public class ReleaseStrategyFactoryBean extends ObjectSE implements FactoryBean<ReleaseStrategy>, InitializingBean
ReleaseStrategy の XML 構成用のコンビニエンスファクトリ。POJO およびアノテーション付きメソッドのデフォルトの戦略と検索アルゴリズムの知識をカプセル化します。OBJECT_TYPE_ATTRIBUTE| コンストラクターと説明 |
|---|
ReleaseStrategyFactoryBean() |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | afterPropertiesSet() |
ReleaseStrategy | getObject() |
ClassSE<?> | getObjectType() |
boolean | isSingleton() |
void | setMethodName(StringSE methodName) |
void | setTarget(ObjectSE target) |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic void setTarget(ObjectSE target)
public void setMethodName(StringSE methodName)
public void afterPropertiesSet()
InitializingBean 内の afterPropertiesSet public ReleaseStrategy getObject()
FactoryBean<ReleaseStrategy> 内の getObject public ClassSE<?> getObjectType()
FactoryBean<ReleaseStrategy> 内の getObjectType public boolean isSingleton()
FactoryBean<ReleaseStrategy> 内の isSingleton