インターフェースの使用
org.springframework.beans.PropertyEditorRegistrar
PropertyEditorRegistrar を使用するパッケージ
パッケージ
説明
このパッケージには、Java Bean を操作するためのインターフェースとクラスが含まれています。
Bean ファクトリの SPI インターフェースおよび構成関連の便利なクラス。
org.springframework.beans.factory パッケージをサポートするクラス。Bean のリストをソートおよび保持するためのユーティリティクラスなど、org.springframework.beans パッケージをサポートするクラス。
Web データバインディングのサポートクラス。
org.springframework.beans 内の PropertyEditorRegistrar 使用
型 PropertyEditorRegistrar のパラメーターを持つ org.springframework.beans のメソッド修飾子と型メソッド説明voidPropertyEditorRegistrySupport.setDefaultEditorRegistrar(PropertyEditorRegistrar registrar) デフォルトのエディターを上書きする簡単な方法として、デフォルトのエディターのレジストラを設定します。org.springframework.beans.factory.config 内の PropertyEditorRegistrar 使用
型 PropertyEditorRegistrar のパラメーターを持つ org.springframework.beans.factory.config のメソッド修飾子と型メソッド説明voidConfigurableBeanFactory.addPropertyEditorRegistrar(PropertyEditorRegistrar registrar) すべての Bean 作成プロセスに適用される PropertyEditorRegistrar を追加します。voidCustomEditorConfigurer.setPropertyEditorRegistrars(PropertyEditorRegistrar[] propertyEditorRegistrars) 現在のアプリケーションコンテキスト内で定義された Bean に適用するPropertyEditorRegistrarsを指定します。org.springframework.beans.factory.support 内の PropertyEditorRegistrar 使用
型 PropertyEditorRegistrar の引数を持つ型を返す org.springframework.beans.factory.support のメソッド型 PropertyEditorRegistrar のパラメーターを持つ org.springframework.beans.factory.support のメソッドorg.springframework.beans.support 内の PropertyEditorRegistrar 使用
PropertyEditorRegistrar を実装している org.springframework.beans.support のクラス修飾子と型クラス説明class特定のPropertyEditorRegistry(通常、ApplicationContext内の Bean の作成に使用されるBeanWrapper)にリソースエディターを設定する PropertyEditorRegistrar 実装。org.springframework.web.bind.support 内の PropertyEditorRegistrar 使用
修飾子と型メソッド説明final PropertyEditorRegistrar @Nullable []ConfigurableWebBindingInitializer.getPropertyEditorRegistrars()すべての DataBinder に適用される PropertyEditorRegistrars を返します。型 PropertyEditorRegistrar のパラメーターを持つ org.springframework.web.bind.support のメソッド修飾子と型メソッド説明final voidConfigurableWebBindingInitializer.setPropertyEditorRegistrar(PropertyEditorRegistrar propertyEditorRegistrar) すべての DataBinder に適用する単一の PropertyEditorRegistrar を指定します。final voidConfigurableWebBindingInitializer.setPropertyEditorRegistrars(PropertyEditorRegistrar @Nullable [] propertyEditorRegistrars) すべての DataBinder に適用する複数の PropertyEditorRegistrars を指定します。