Uses of Interface
org.springframework.beans.PropertyValues
Package
Description
Bean post-processors for use in ApplicationContexts to simplify AOP usage
by automatically creating AOP proxies without the need to use a ProxyFactoryBean.
This package contains interfaces and classes for manipulating Java beans.
Support package for annotation-driven bean configuration.
SPI interfaces and configuration-related convenience classes for bean factories.
Classes supporting the
org.springframework.beans.factory
package.Annotation support for the Application Context, including JSR-250 "common"
annotations, component-scanning, and Java-based metadata for creating
Spring-managed objects.
Classes supporting the
org.springframework.orm.jpa
package.Support classes for Spring's scripting package.
Provides data binding and validation functionality,
for usage in business and/or UI layers.
Provides web-specific data binding functionality.
-
Uses of PropertyValues in org.springframework.aop.framework.autoproxy
Modifier and TypeMethodDescriptionAbstractAutoProxyCreator.postProcessProperties
(PropertyValues pvs, Object bean, String beanName) Modifier and TypeMethodDescriptionAbstractAutoProxyCreator.postProcessProperties
(PropertyValues pvs, Object bean, String beanName) -
Uses of PropertyValues in org.springframework.beans
Modifier and TypeClassDescriptionclass
The default implementation of thePropertyValues
interface.Modifier and TypeMethodDescriptionMutablePropertyValues.changesSince
(PropertyValues old) PropertyValues.changesSince
(PropertyValues old) Return the changes since the previous PropertyValues.Modifier and TypeMethodDescriptionMutablePropertyValues.addPropertyValues
(@Nullable PropertyValues other) Copy all given PropertyValues into this object.MutablePropertyValues.changesSince
(PropertyValues old) PropertyValues.changesSince
(PropertyValues old) Return the changes since the previous PropertyValues.void
AbstractPropertyAccessor.setPropertyValues
(PropertyValues pvs) void
AbstractPropertyAccessor.setPropertyValues
(PropertyValues pvs, boolean ignoreUnknown) void
AbstractPropertyAccessor.setPropertyValues
(PropertyValues pvs, boolean ignoreUnknown, boolean ignoreInvalid) void
PropertyAccessor.setPropertyValues
(PropertyValues pvs) The preferred way to perform a batch update.void
PropertyAccessor.setPropertyValues
(PropertyValues pvs, boolean ignoreUnknown) Perform a batch update with more control over behavior.void
PropertyAccessor.setPropertyValues
(PropertyValues pvs, boolean ignoreUnknown, boolean ignoreInvalid) Perform a batch update with full control over behavior.ModifierConstructorDescriptionMutablePropertyValues
(@Nullable PropertyValues original) Deep copy constructor. -
Uses of PropertyValues in org.springframework.beans.factory.annotation
Modifier and TypeMethodDescriptionAutowiredAnnotationBeanPostProcessor.postProcessProperties
(PropertyValues pvs, Object bean, String beanName) Modifier and TypeMethodDescriptionprotected boolean
InjectionMetadata.InjectedElement.checkPropertySkipping
(@Nullable PropertyValues pvs) Check whether this injector's property needs to be skipped due to an explicit property value having been specified.void
InjectionMetadata.clear
(@Nullable PropertyValues pvs) Clear property skipping for the contained elements.protected void
InjectionMetadata.InjectedElement.clearPropertySkipping
(@Nullable PropertyValues pvs) Clear property skipping for this element.InjectionMetadata.getInjectedElements
(@Nullable PropertyValues pvs) Return theelements
to inject based on the specifiedPropertyValues
.void
protected void
InjectionMetadata.InjectedElement.inject
(Object target, @Nullable String requestingBeanName, @Nullable PropertyValues pvs) Either this orInjectionMetadata.InjectedElement.getResourceToInject(java.lang.Object, java.lang.String)
needs to be overridden.AutowiredAnnotationBeanPostProcessor.postProcessProperties
(PropertyValues pvs, Object bean, String beanName) protected boolean
InjectionMetadata.InjectedElement.shouldInject
(@Nullable PropertyValues pvs) Whether the property values should be injected. -
Uses of PropertyValues in org.springframework.beans.factory.config
Modifier and TypeMethodDescriptiondefault @Nullable PropertyValues
InstantiationAwareBeanPostProcessor.postProcessProperties
(PropertyValues pvs, Object bean, String beanName) Post-process the given property values before the factory applies them to the given bean.Modifier and TypeMethodDescriptiondefault @Nullable PropertyValues
InstantiationAwareBeanPostProcessor.postProcessProperties
(PropertyValues pvs, Object bean, String beanName) Post-process the given property values before the factory applies them to the given bean. -
Uses of PropertyValues in org.springframework.beans.factory.support
Modifier and TypeMethodDescriptionprotected void
AbstractAutowireCapableBeanFactory.applyPropertyValues
(String beanName, BeanDefinition mbd, BeanWrapper bw, PropertyValues pvs) Apply the given property values, resolving any runtime references to other beans in this bean factory.protected void
AbstractAutowireCapableBeanFactory.checkDependencies
(String beanName, AbstractBeanDefinition mbd, PropertyDescriptor[] pds, @Nullable PropertyValues pvs) Perform a dependency check that all properties exposed have been set, if desired. -
Uses of PropertyValues in org.springframework.context.annotation
Modifier and TypeMethodDescriptionCommonAnnotationBeanPostProcessor.postProcessProperties
(PropertyValues pvs, Object bean, String beanName) Modifier and TypeMethodDescriptionCommonAnnotationBeanPostProcessor.postProcessProperties
(PropertyValues pvs, Object bean, String beanName) -
Uses of PropertyValues in org.springframework.orm.jpa.support
Modifier and TypeMethodDescriptionPersistenceAnnotationBeanPostProcessor.postProcessProperties
(PropertyValues pvs, Object bean, String beanName) Modifier and TypeMethodDescriptionPersistenceAnnotationBeanPostProcessor.postProcessProperties
(PropertyValues pvs, Object bean, String beanName) -
Uses of PropertyValues in org.springframework.scripting.support
Modifier and TypeMethodDescriptionScriptFactoryPostProcessor.postProcessProperties
(PropertyValues pvs, Object bean, String beanName) Modifier and TypeMethodDescriptionScriptFactoryPostProcessor.postProcessProperties
(PropertyValues pvs, Object bean, String beanName) -
Uses of PropertyValues in org.springframework.validation
Modifier and TypeMethodDescriptionvoid
DataBinder.bind
(PropertyValues pvs) Bind the given property values to this binder's target. -
Uses of PropertyValues in org.springframework.web.bind
Modifier and TypeClassDescriptionclass
PropertyValues implementation created from parameters in a ServletRequest.