public class DocumentDefaultsDefinition extends ObjectSE implements DefaultsDefinition
default-lazy-init、default-autowire など)の <beans> レベルで指定されたデフォルトを保持する単純な JavaBean。| コンストラクターと説明 | 
|---|
DocumentDefaultsDefinition() | 
| 修飾子と型 | メソッドと説明 | 
|---|---|
StringSE | getAutowire() 現在解析されているドキュメントのデフォルトの autowire 設定を返します。  | 
StringSE | getAutowireCandidates() 現在解析されているドキュメントのデフォルトの autowire-candidate パターンを返します。  | 
StringSE | getDestroyMethod() 現在解析されているドキュメントのデフォルトの destroy-method 設定を返します。  | 
StringSE | getInitMethod() 現在解析されているドキュメントのデフォルトの init-method 設定を返します。  | 
StringSE | getLazyInit() 現在解析されているドキュメントのデフォルトの lazy-init フラグを返します。  | 
StringSE | getMerge() 現在解析されているドキュメントのデフォルトのマージ設定を返します。  | 
ObjectSE | getSource() このメタデータ要素の構成ソース  Object を返します(null の場合があります)。 | 
void | setAutowire(StringSE autowire) 現在解析されているドキュメントのデフォルトの autowire 設定を設定します。  | 
void | setAutowireCandidates(StringSE autowireCandidates) 現在解析されているドキュメントのデフォルトの autowire-candidate パターンを設定します。  | 
void | setDestroyMethod(StringSE destroyMethod) 現在解析されているドキュメントのデフォルトの destroy-method 設定を設定します。  | 
void | setInitMethod(StringSE initMethod) 現在解析されているドキュメントのデフォルトの init-method 設定を設定します。  | 
void | setLazyInit(StringSE lazyInit) 現在解析されているドキュメントのデフォルトの lazy-init フラグを設定します。  | 
void | setMerge(StringSE merge) 現在解析されているドキュメントのデフォルトのマージ設定を設定します。  | 
void | setSource(ObjectSE source) このメタデータ要素の構成ソース  Object を設定します。 | 
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic void setLazyInit(@Nullable StringSE lazyInit)
public void setAutowire(@Nullable StringSE autowire)
public void setAutowireCandidates(@Nullable StringSE autowireCandidates)
@Nullable public StringSE getAutowireCandidates()
public void setInitMethod(@Nullable StringSE initMethod)
public void setDestroyMethod(@Nullable StringSE destroyMethod)
@Nullable public StringSE getDestroyMethod()
public void setSource(@Nullable ObjectSE source)
Object を設定します。オブジェクトの正確な型は、使用される構成メカニズムによって異なります。
@Nullable public ObjectSE getSource()
BeanMetadataElementObject を返します(null の場合があります)。BeanMetadataElement の getSource