Package org.apache.xbean.spring.util
Class AbstractSpringVisitor
java.lang.Object
org.apache.xbean.spring.util.AbstractSpringVisitor
- All Implemented Interfaces:
SpringVisitor
Default do nothing implementation of SpringVisitor.
- Since:
- 2.0
- Version:
- $Id$
- Author:
- Dain Sundstrom
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvisitBeanDefinition(String beanName, org.springframework.beans.factory.config.BeanDefinition beanDefinition, Object data) voidvisitBeanDefinition(org.springframework.beans.factory.config.BeanDefinition beanDefinition, Object data) voidvisitBeanDefinitionHolder(org.springframework.beans.factory.config.BeanDefinitionHolder beanDefinitionHolder, Object data) voidvisitBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanRegistry, Object data) voidvisitCollection(Collection collection, Object data) voidvisitConstructorArgumentValue(org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder valueHolder, Object data) voidvisitConstructorArgumentValues(org.springframework.beans.factory.config.ConstructorArgumentValues constructorArgumentValues, Object data) voidvoidvisitMutablePropertyValues(org.springframework.beans.MutablePropertyValues propertyValues, Object data) protected voidvoidvisitObject(Object value, Object data) voidvisitPropertyValue(org.springframework.beans.PropertyValue propertyValue, Object data) voidvisitRuntimeBeanReference(org.springframework.beans.factory.config.RuntimeBeanReference beanReference, Object data)
-
Constructor Details
-
AbstractSpringVisitor
public AbstractSpringVisitor()
-
-
Method Details
-
visitBeanFactory
public void visitBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanRegistry, Object data) throws org.springframework.beans.BeansException - Specified by:
visitBeanFactoryin interfaceSpringVisitor- Throws:
org.springframework.beans.BeansException
-
visitBeanDefinitionHolder
public void visitBeanDefinitionHolder(org.springframework.beans.factory.config.BeanDefinitionHolder beanDefinitionHolder, Object data) throws org.springframework.beans.BeansException - Specified by:
visitBeanDefinitionHolderin interfaceSpringVisitor- Throws:
org.springframework.beans.BeansException
-
visitBeanDefinition
public void visitBeanDefinition(String beanName, org.springframework.beans.factory.config.BeanDefinition beanDefinition, Object data) throws org.springframework.beans.BeansException - Specified by:
visitBeanDefinitionin interfaceSpringVisitor- Throws:
org.springframework.beans.BeansException
-
visitBeanDefinition
public void visitBeanDefinition(org.springframework.beans.factory.config.BeanDefinition beanDefinition, Object data) throws org.springframework.beans.BeansException - Specified by:
visitBeanDefinitionin interfaceSpringVisitor- Throws:
org.springframework.beans.BeansException
-
visitMutablePropertyValues
public void visitMutablePropertyValues(org.springframework.beans.MutablePropertyValues propertyValues, Object data) throws org.springframework.beans.BeansException - Specified by:
visitMutablePropertyValuesin interfaceSpringVisitor- Throws:
org.springframework.beans.BeansException
-
visitConstructorArgumentValues
public void visitConstructorArgumentValues(org.springframework.beans.factory.config.ConstructorArgumentValues constructorArgumentValues, Object data) throws org.springframework.beans.BeansException - Specified by:
visitConstructorArgumentValuesin interfaceSpringVisitor- Throws:
org.springframework.beans.BeansException
-
visitConstructorArgumentValue
public void visitConstructorArgumentValue(org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder valueHolder, Object data) throws org.springframework.beans.BeansException - Specified by:
visitConstructorArgumentValuein interfaceSpringVisitor- Throws:
org.springframework.beans.BeansException
-
visitPropertyValue
public void visitPropertyValue(org.springframework.beans.PropertyValue propertyValue, Object data) throws org.springframework.beans.BeansException - Specified by:
visitPropertyValuein interfaceSpringVisitor- Throws:
org.springframework.beans.BeansException
-
visitRuntimeBeanReference
public void visitRuntimeBeanReference(org.springframework.beans.factory.config.RuntimeBeanReference beanReference, Object data) throws org.springframework.beans.BeansException - Specified by:
visitRuntimeBeanReferencein interfaceSpringVisitor- Throws:
org.springframework.beans.BeansException
-
visitCollection
public void visitCollection(Collection collection, Object data) throws org.springframework.beans.BeansException - Specified by:
visitCollectionin interfaceSpringVisitor- Throws:
org.springframework.beans.BeansException
-
visitMap
- Specified by:
visitMapin interfaceSpringVisitor- Throws:
org.springframework.beans.BeansException
-
visitObject
- Specified by:
visitObjectin interfaceSpringVisitor- Throws:
org.springframework.beans.BeansException
-
visitNext
- Throws:
org.springframework.beans.BeansException
-