|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyValues | |
---|---|
org.springframework.aop.framework.autoproxy | Bean post-processors for use in ApplicationContexts to simplify AOP usage by automatically creating AOP proxies without the need to use a ProxyFactoryBean. |
org.springframework.beans | This package contains interfaces and classes for manipulating Java beans. |
org.springframework.beans.factory.annotation | Support package for annotation-driven bean configuration. |
org.springframework.beans.factory.config | SPI interfaces and configuration-related convenience classes for bean factories. |
org.springframework.beans.factory.support | Classes supporting the org.springframework.beans.factory package. |
org.springframework.orm.jpa.support | Classes supporting the org.springframework.orm.jpa package. |
org.springframework.validation | Provides data binding and validation functionality, for usage in business and/or UI layers. |
org.springframework.web.bind | Provides web-specific data binding functionality, including a utility class for easy invocation of binding and validation. |
org.springframework.web.portlet.bind | Provides portlet-specific data binding functionality. |
Uses of PropertyValues in org.springframework.aop.framework.autoproxy |
---|
Methods in org.springframework.aop.framework.autoproxy that return PropertyValues | |
---|---|
PropertyValues |
AbstractAutoProxyCreator.postProcessPropertyValues(PropertyValues pvs,
PropertyDescriptor[] pds,
Object bean,
String beanName)
|
Methods in org.springframework.aop.framework.autoproxy with parameters of type PropertyValues | |
---|---|
PropertyValues |
AbstractAutoProxyCreator.postProcessPropertyValues(PropertyValues pvs,
PropertyDescriptor[] pds,
Object bean,
String beanName)
|
Uses of PropertyValues in org.springframework.beans |
---|
Classes in org.springframework.beans that implement PropertyValues | |
---|---|
class |
MutablePropertyValues
Default implementation of the PropertyValues interface. |
Methods in org.springframework.beans that return PropertyValues | |
---|---|
PropertyValues |
PropertyValues.changesSince(PropertyValues old)
Return the changes since the previous PropertyValues. |
PropertyValues |
MutablePropertyValues.changesSince(PropertyValues old)
|
Methods in org.springframework.beans with parameters of type PropertyValues | |
---|---|
MutablePropertyValues |
MutablePropertyValues.addPropertyValues(PropertyValues other)
Copy all given PropertyValues into this object. |
PropertyValues |
PropertyValues.changesSince(PropertyValues old)
Return the changes since the previous PropertyValues. |
PropertyValues |
MutablePropertyValues.changesSince(PropertyValues old)
|
void |
PropertyAccessor.setPropertyValues(PropertyValues pvs)
The preferred way to perform a batch update. |
void |
AbstractPropertyAccessor.setPropertyValues(PropertyValues pvs)
|
void |
PropertyAccessor.setPropertyValues(PropertyValues pvs,
boolean ignoreUnknown)
Perform a batch update with more control over behavior. |
void |
AbstractPropertyAccessor.setPropertyValues(PropertyValues pvs,
boolean ignoreUnknown)
|
void |
PropertyAccessor.setPropertyValues(PropertyValues pvs,
boolean ignoreUnknown,
boolean ignoreInvalid)
Perform a batch update with full control over behavior. |
void |
AbstractPropertyAccessor.setPropertyValues(PropertyValues pvs,
boolean ignoreUnknown,
boolean ignoreInvalid)
|
Constructors in org.springframework.beans with parameters of type PropertyValues | |
---|---|
MutablePropertyValues(PropertyValues original)
Deep copy constructor. |
Uses of PropertyValues in org.springframework.beans.factory.annotation |
---|
Methods in org.springframework.beans.factory.annotation that return PropertyValues | |
---|---|
PropertyValues |
RequiredAnnotationBeanPostProcessor.postProcessPropertyValues(PropertyValues pvs,
PropertyDescriptor[] pds,
Object bean,
String beanName)
|
Methods in org.springframework.beans.factory.annotation with parameters of type PropertyValues | |
---|---|
PropertyValues |
RequiredAnnotationBeanPostProcessor.postProcessPropertyValues(PropertyValues pvs,
PropertyDescriptor[] pds,
Object bean,
String beanName)
|
Uses of PropertyValues in org.springframework.beans.factory.config |
---|
Methods in org.springframework.beans.factory.config that return PropertyValues | |
---|---|
PropertyValues |
InstantiationAwareBeanPostProcessorAdapter.postProcessPropertyValues(PropertyValues pvs,
PropertyDescriptor[] pds,
Object bean,
String beanName)
|
PropertyValues |
InstantiationAwareBeanPostProcessor.postProcessPropertyValues(PropertyValues pvs,
PropertyDescriptor[] pds,
Object bean,
String beanName)
Post-process the given property values before the factory applies them to the given bean. |
Methods in org.springframework.beans.factory.config with parameters of type PropertyValues | |
---|---|
PropertyValues |
InstantiationAwareBeanPostProcessorAdapter.postProcessPropertyValues(PropertyValues pvs,
PropertyDescriptor[] pds,
Object bean,
String beanName)
|
PropertyValues |
InstantiationAwareBeanPostProcessor.postProcessPropertyValues(PropertyValues pvs,
PropertyDescriptor[] pds,
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 |
---|
Methods in org.springframework.beans.factory.support with parameters of type PropertyValues | |
---|---|
protected void |
AbstractAutowireCapableBeanFactory.applyPropertyValues(String beanName,
RootBeanDefinition 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,
RootBeanDefinition mbd,
PropertyDescriptor[] pds,
PropertyValues pvs)
Perform a dependency check that all properties exposed have been set, if desired. |
Uses of PropertyValues in org.springframework.orm.jpa.support |
---|
Methods in org.springframework.orm.jpa.support that return PropertyValues | |
---|---|
PropertyValues |
PersistenceAnnotationBeanPostProcessor.postProcessPropertyValues(PropertyValues pvs,
PropertyDescriptor[] pds,
Object bean,
String beanName)
|
Methods in org.springframework.orm.jpa.support with parameters of type PropertyValues | |
---|---|
PropertyValues |
PersistenceAnnotationBeanPostProcessor.postProcessPropertyValues(PropertyValues pvs,
PropertyDescriptor[] pds,
Object bean,
String beanName)
|
Uses of PropertyValues in org.springframework.validation |
---|
Methods in org.springframework.validation with parameters of type PropertyValues | |
---|---|
void |
DataBinder.bind(PropertyValues pvs)
Bind the given property values to this binder's target. |
Uses of PropertyValues in org.springframework.web.bind |
---|
Classes in org.springframework.web.bind that implement PropertyValues | |
---|---|
class |
ServletRequestParameterPropertyValues
PropertyValues implementation created from parameters in a ServletRequest. |
Uses of PropertyValues in org.springframework.web.portlet.bind |
---|
Classes in org.springframework.web.portlet.bind that implement PropertyValues | |
---|---|
class |
PortletRequestParameterPropertyValues
PropertyValues implementation created from parameters in a PortletRequest. |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |