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 TypeMethodDescriptionvoid
visitBeanDefinition
(String beanName, org.springframework.beans.factory.config.BeanDefinition beanDefinition, Object data) void
visitBeanDefinition
(org.springframework.beans.factory.config.BeanDefinition beanDefinition, Object data) void
visitBeanDefinitionHolder
(org.springframework.beans.factory.config.BeanDefinitionHolder beanDefinitionHolder, Object data) void
visitBeanFactory
(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanRegistry, Object data) void
visitCollection
(Collection collection, Object data) void
visitConstructorArgumentValue
(org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder valueHolder, Object data) void
visitConstructorArgumentValues
(org.springframework.beans.factory.config.ConstructorArgumentValues constructorArgumentValues, Object data) void
void
visitMutablePropertyValues
(org.springframework.beans.MutablePropertyValues propertyValues, Object data) protected void
void
visitObject
(Object value, Object data) void
visitPropertyValue
(org.springframework.beans.PropertyValue propertyValue, Object data) void
visitRuntimeBeanReference
(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:
visitBeanFactory
in 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:
visitBeanDefinitionHolder
in 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:
visitBeanDefinition
in 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:
visitBeanDefinition
in interfaceSpringVisitor
- Throws:
org.springframework.beans.BeansException
-
visitMutablePropertyValues
public void visitMutablePropertyValues(org.springframework.beans.MutablePropertyValues propertyValues, Object data) throws org.springframework.beans.BeansException - Specified by:
visitMutablePropertyValues
in 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:
visitConstructorArgumentValues
in 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:
visitConstructorArgumentValue
in interfaceSpringVisitor
- Throws:
org.springframework.beans.BeansException
-
visitPropertyValue
public void visitPropertyValue(org.springframework.beans.PropertyValue propertyValue, Object data) throws org.springframework.beans.BeansException - Specified by:
visitPropertyValue
in 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:
visitRuntimeBeanReference
in interfaceSpringVisitor
- Throws:
org.springframework.beans.BeansException
-
visitCollection
public void visitCollection(Collection collection, Object data) throws org.springframework.beans.BeansException - Specified by:
visitCollection
in interfaceSpringVisitor
- Throws:
org.springframework.beans.BeansException
-
visitMap
- Specified by:
visitMap
in interfaceSpringVisitor
- Throws:
org.springframework.beans.BeansException
-
visitObject
- Specified by:
visitObject
in interfaceSpringVisitor
- Throws:
org.springframework.beans.BeansException
-
visitNext
- Throws:
org.springframework.beans.BeansException
-