Uses of Interface
org.springframework.config.java.core.BeanMethodReturnValueProcessor

Packages that use BeanMethodReturnValueProcessor
org.springframework.config.java.core For internal use only: subject to backward-incompatible changes. 
org.springframework.config.java.enhancement.cglib For internal use only: subject to backward-incompatible changes. 
 

Uses of BeanMethodReturnValueProcessor in org.springframework.config.java.core
 

Constructor parameters in org.springframework.config.java.core with type arguments of type BeanMethodReturnValueProcessor
MethodBeanWrapper(BeanFactory owningBeanFactory, BeanNameTrackingDefaultListableBeanFactory childTrackingFactory, Collection<BeanMethodReturnValueProcessor> returnValueProcessors)
          Constructor.
 

Uses of BeanMethodReturnValueProcessor in org.springframework.config.java.enhancement.cglib
 

Constructor parameters in org.springframework.config.java.enhancement.cglib with type arguments of type BeanMethodReturnValueProcessor
CglibConfigurationEnhancer(ConfigurableListableBeanFactory owningBeanFactory, BeanNameTrackingDefaultListableBeanFactory childFactory, BeanNamingStrategy beanNamingStrategy, List<BeanMethodReturnValueProcessor> returnValueProcessors, ValueSource valueSource)
           
 



Copyright � 2005-2008 Spring Framework. All Rights Reserved.