インターフェースの使用
org.springframework.beans.PropertyValues
PropertyValues を使用するパッケージ
パッケージ
説明
ApplicationContexts で使用する Bean ポストプロセッサー。ProxyFactoryBean を使用せずに AOP プロキシを自動的に作成することにより、AOP の使用を簡素化します。
このパッケージには、Java Bean を操作するためのインターフェースとクラスが含まれています。
アノテーション駆動型 Bean 構成のサポートパッケージ。
Bean ファクトリの SPI インターフェースおよび構成関連の便利なクラス。
org.springframework.beans.factory パッケージをサポートするクラス。JSR-250「共通」アノテーション、コンポーネントスキャン、Spring 管理オブジェクトを作成するための Java ベースのメタデータなど、アプリケーションコンテキストのアノテーションサポート。
org.springframework.orm.jpa パッケージをサポートするクラス。Spring のスクリプトパッケージのサポートクラス。
ビジネスや UI レイヤーで使用するためのデータバインディングおよび検証機能を提供します。
Web 固有のデータバインディング機能を提供します。
org.springframework.aop.framework.autoproxy 内の PropertyValues 使用
修飾子と型メソッド説明AbstractAutoProxyCreator.postProcessProperties(PropertyValues pvs, ObjectSE bean, StringSE beanName) 型 PropertyValues のパラメーターを持つ org.springframework.aop.framework.autoproxy のメソッド修飾子と型メソッド説明AbstractAutoProxyCreator.postProcessProperties(PropertyValues pvs, ObjectSE bean, StringSE beanName) org.springframework.beans 内の PropertyValues 使用
PropertyValues を実装している org.springframework.beans のクラスPropertyValues を返す org.springframework.beans のメソッド修飾子と型メソッド説明MutablePropertyValues.changesSince(PropertyValues old) PropertyValues.changesSince(PropertyValues old) 前の PropertyValues 以降の変更を返します。型 PropertyValues のパラメーターを持つ org.springframework.beans のメソッド修飾子と型メソッド説明MutablePropertyValues.addPropertyValues(PropertyValues other) 指定されたすべての PropertyValues をこのオブジェクトにコピーします。MutablePropertyValues.changesSince(PropertyValues old) PropertyValues.changesSince(PropertyValues old) 前の PropertyValues 以降の変更を返します。voidAbstractPropertyAccessor.setPropertyValues(PropertyValues pvs) voidAbstractPropertyAccessor.setPropertyValues(PropertyValues pvs, boolean ignoreUnknown) voidAbstractPropertyAccessor.setPropertyValues(PropertyValues pvs, boolean ignoreUnknown, boolean ignoreInvalid) voidPropertyAccessor.setPropertyValues(PropertyValues pvs) バッチ更新を実行するための推奨される方法。voidPropertyAccessor.setPropertyValues(PropertyValues pvs, boolean ignoreUnknown) 動作をより詳細に制御してバッチ更新を実行します。voidPropertyAccessor.setPropertyValues(PropertyValues pvs, boolean ignoreUnknown, boolean ignoreInvalid) 動作を完全に制御してバッチ更新を実行します。型 PropertyValues のパラメーターを持つ org.springframework.beans のコンストラクターorg.springframework.beans.factory.annotation 内の PropertyValues 使用
修飾子と型メソッド説明AutowiredAnnotationBeanPostProcessor.postProcessProperties(PropertyValues pvs, ObjectSE bean, StringSE beanName) 型 PropertyValues のパラメーターを持つ org.springframework.beans.factory.annotation のメソッド修飾子と型メソッド説明protected booleanInjectionMetadata.InjectedElement.checkPropertySkipping(PropertyValues pvs) 明示的なプロパティ値が指定されているため、このインジェクタのプロパティをスキップする必要があるかどうかを確認します。voidInjectionMetadata.clear(PropertyValues pvs) 含まれている要素のプロパティスキップをクリアします。protected voidInjectionMetadata.InjectedElement.clearPropertySkipping(PropertyValues pvs) この要素のプロパティスキップをクリアします。InjectionMetadata.getInjectedElements(PropertyValues pvs) 指定されたPropertyValuesに基づいて注入するelementsを返します。voidInjectionMetadata.inject(ObjectSE target, StringSE beanName, PropertyValues pvs) protected voidInjectionMetadata.InjectedElement.inject(ObjectSE target, StringSE requestingBeanName, PropertyValues pvs) これまたはInjectionMetadata.InjectedElement.getResourceToInject(java.lang.Object, java.lang.String)のいずれかをオーバーライドする必要があります。AutowiredAnnotationBeanPostProcessor.postProcessProperties(PropertyValues pvs, ObjectSE bean, StringSE beanName) protected booleanInjectionMetadata.InjectedElement.shouldInject(PropertyValues pvs) プロパティ値を注入する必要があるかどうか。org.springframework.beans.factory.config 内の PropertyValues 使用
修飾子と型メソッド説明default PropertyValuesInstantiationAwareBeanPostProcessor.postProcessProperties(PropertyValues pvs, ObjectSE bean, StringSE beanName) ファクトリが指定された Bean に適用する前に、指定されたプロパティ値を後処理します。型 PropertyValues のパラメーターを持つ org.springframework.beans.factory.config のメソッド修飾子と型メソッド説明default PropertyValuesInstantiationAwareBeanPostProcessor.postProcessProperties(PropertyValues pvs, ObjectSE bean, StringSE beanName) ファクトリが指定された Bean に適用する前に、指定されたプロパティ値を後処理します。org.springframework.beans.factory.support 内の PropertyValues 使用
型 PropertyValues のパラメーターを持つ org.springframework.beans.factory.support のメソッド修飾子と型メソッド説明protected voidAbstractAutowireCapableBeanFactory.applyPropertyValues(StringSE beanName, BeanDefinition mbd, BeanWrapper bw, PropertyValues pvs) 指定されたプロパティ値を適用し、この Bean ファクトリ内の他の Bean へのランタイム参照を解決します。protected voidAbstractAutowireCapableBeanFactory.checkDependencies(StringSE beanName, AbstractBeanDefinition mbd, PropertyDescriptorSE[] pds, PropertyValues pvs) 必要に応じて、公開されているすべてのプロパティが設定されていることを確認する依存関係チェックを実行します。org.springframework.context.annotation 内の PropertyValues 使用
修飾子と型メソッド説明CommonAnnotationBeanPostProcessor.postProcessProperties(PropertyValues pvs, ObjectSE bean, StringSE beanName) 型 PropertyValues のパラメーターを持つ org.springframework.context.annotation のメソッド修飾子と型メソッド説明CommonAnnotationBeanPostProcessor.postProcessProperties(PropertyValues pvs, ObjectSE bean, StringSE beanName) org.springframework.orm.jpa.support 内の PropertyValues 使用
修飾子と型メソッド説明PersistenceAnnotationBeanPostProcessor.postProcessProperties(PropertyValues pvs, ObjectSE bean, StringSE beanName) 型 PropertyValues のパラメーターを持つ org.springframework.orm.jpa.support のメソッド修飾子と型メソッド説明PersistenceAnnotationBeanPostProcessor.postProcessProperties(PropertyValues pvs, ObjectSE bean, StringSE beanName) org.springframework.scripting.support 内の PropertyValues 使用
修飾子と型メソッド説明ScriptFactoryPostProcessor.postProcessProperties(PropertyValues pvs, ObjectSE bean, StringSE beanName) 型 PropertyValues のパラメーターを持つ org.springframework.scripting.support のメソッド修飾子と型メソッド説明ScriptFactoryPostProcessor.postProcessProperties(PropertyValues pvs, ObjectSE bean, StringSE beanName) org.springframework.validation 内の PropertyValues 使用
型 PropertyValues のパラメーターを持つ org.springframework.validation のメソッドorg.springframework.web.bind 内の PropertyValues 使用
PropertyValues を実装している org.springframework.web.bind のクラス修飾子と型クラス説明classServletRequest のパラメーターから作成された PropertyValues 実装。