| パッケージ | 説明 |
|---|---|
| org.springframework.beans.factory.config | Bean ファクトリの SPI インターフェースおよび構成関連の便利なクラス。 |
| org.springframework.beans.factory.support | org.springframework.beans.factory パッケージをサポートするクラス。 |
| org.springframework.beans.support | Bean のリストをソートおよび保持するためのユーティリティクラスなど、org.springframework.beans パッケージをサポートするクラス。 |
| org.springframework.web.bind.support | Web データバインディングのサポートクラス。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | ConfigurableBeanFactory.addPropertyEditorRegistrar(PropertyEditorRegistrar registrar) すべての Bean 作成プロセスに適用される PropertyEditorRegistrar を追加します。 |
void | CustomEditorConfigurer.setPropertyEditorRegistrars(PropertyEditorRegistrar[] propertyEditorRegistrars) 現在のアプリケーションコンテキスト内で定義された Bean に適用する PropertyEditorRegistrars を指定します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
SetSE<PropertyEditorRegistrar> | AbstractBeanFactory.getPropertyEditorRegistrars()PropertyEditorRegistrars のセットを返します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | AbstractBeanFactory.addPropertyEditorRegistrar(PropertyEditorRegistrar registrar) |
| 修飾子と型 | クラスと説明 |
|---|---|
class | ResourceEditorRegistrar 特定の PropertyEditorRegistry(通常、ApplicationContext 内の Bean の作成に使用される BeanWrapper)にリソースエディターを設定する PropertyEditorRegistrar 実装。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
PropertyEditorRegistrar[] | ConfigurableWebBindingInitializer.getPropertyEditorRegistrars() すべての DataBinder に適用される PropertyEditorRegistrars を返します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | ConfigurableWebBindingInitializer.setPropertyEditorRegistrar(PropertyEditorRegistrar propertyEditorRegistrar) すべての DataBinder に適用する単一の PropertyEditorRegistrar を指定します。 |
void | ConfigurableWebBindingInitializer.setPropertyEditorRegistrars(PropertyEditorRegistrar[] propertyEditorRegistrars) すべての DataBinder に適用する複数の PropertyEditorRegistrars を指定します。 |