クラス ImportDefinition
java.lang.ObjectSE
org.springframework.beans.factory.parsing.ImportDefinition
- 実装されたすべてのインターフェース:
BeanMetadataElement
解析プロセス中に処理されたインポートの表現。
- 導入:
- 2.0
- 作成者:
- Juergen Hoeller
- 関連事項:
コンストラクターのサマリー
コンストラクター説明ImportDefinition
(StringSE importedResource) 新しい ImportDefinition を作成します。ImportDefinition
(StringSE importedResource, ObjectSE source) 新しい ImportDefinition を作成します。ImportDefinition
(StringSE importedResource, Resource[] actualResources, ObjectSE source) 新しい ImportDefinition を作成します。メソッドのサマリー
コンストラクターの詳細
ImportDefinition
新しい ImportDefinition を作成します。- パラメーター:
importedResource
- インポートされたリソースの場所
ImportDefinition
新しい ImportDefinition を作成します。- パラメーター:
importedResource
- インポートされたリソースの場所source
- ソースオブジェクト (null
の場合があります)
ImportDefinition
public ImportDefinition(StringSE importedResource, @Nullable Resource[] actualResources, @Nullable ObjectSE source) 新しい ImportDefinition を作成します。- パラメーター:
importedResource
- インポートされたリソースの場所source
- ソースオブジェクト (null
の場合があります)
メソッドの詳細
getImportedResource
インポートされたリソースの場所を返します。getActualResources
getSource
インターフェースからコピーされた説明:BeanMetadataElement
このメタデータ要素の構成ソースObject
を返します(null
の場合があります)。- 次で指定:
- インターフェース
BeanMetadataElement
のgetSource