| パッケージ | 説明 |
|---|---|
| org.springframework.beans.factory.support | org.springframework.beans.factory パッケージをサポートするクラス。 |
| org.springframework.context.support | ApplicationContext 実装および MessageSource 実装の抽象基本クラスなど、org.springframework.context パッケージをサポートするクラス。 |
| org.springframework.core.io.support | Spring のリソース抽象化のサポートクラス。 |
| org.springframework.util | 文字列操作ユーティリティ、Log4J 構成ツール、オブジェクトのページリストの状態ホルダーなど、その他のユーティリティクラス。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
PropertiesPersister | PropertiesBeanDefinitionReader.getPropertiesPersister() プロパティファイルの解析に使用する PropertiesPersister を返します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | PropertiesBeanDefinitionReader.setPropertiesPersister(PropertiesPersister propertiesPersister) プロパティファイルの解析に使用する PropertiesPersister を設定します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | ReloadableResourceBundleMessageSource.setPropertiesPersister(PropertiesPersister propertiesPersister) プロパティファイルの解析に使用する PropertiesPersister を設定します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | PropertiesLoaderSupport.setPropertiesPersister(PropertiesPersister propertiesPersister) プロパティファイルの解析に使用する PropertiesPersister を設定します。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class | DefaultPropertiesPersisterPropertiesPersister インターフェースのデフォルト実装。 |