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