public abstract class AbstractSpringVisitor extends Object implements SpringVisitor
Constructor and Description |
---|
AbstractSpringVisitor() |
Modifier and Type | Method and Description |
---|---|
void |
visitBeanDefinition(org.springframework.beans.factory.config.BeanDefinition beanDefinition,
Object data) |
void |
visitBeanDefinition(String beanName,
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 |
visitMap(Map map,
Object data) |
void |
visitMutablePropertyValues(org.springframework.beans.MutablePropertyValues propertyValues,
Object data) |
protected void |
visitNext(Object value,
Object data) |
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) |
public void visitBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanRegistry, Object data) throws org.springframework.beans.BeansException
visitBeanFactory
in interface SpringVisitor
org.springframework.beans.BeansException
public void visitBeanDefinitionHolder(org.springframework.beans.factory.config.BeanDefinitionHolder beanDefinitionHolder, Object data) throws org.springframework.beans.BeansException
visitBeanDefinitionHolder
in interface SpringVisitor
org.springframework.beans.BeansException
public void visitBeanDefinition(String beanName, org.springframework.beans.factory.config.BeanDefinition beanDefinition, Object data) throws org.springframework.beans.BeansException
visitBeanDefinition
in interface SpringVisitor
org.springframework.beans.BeansException
public void visitBeanDefinition(org.springframework.beans.factory.config.BeanDefinition beanDefinition, Object data) throws org.springframework.beans.BeansException
visitBeanDefinition
in interface SpringVisitor
org.springframework.beans.BeansException
public void visitMutablePropertyValues(org.springframework.beans.MutablePropertyValues propertyValues, Object data) throws org.springframework.beans.BeansException
visitMutablePropertyValues
in interface SpringVisitor
org.springframework.beans.BeansException
public void visitConstructorArgumentValues(org.springframework.beans.factory.config.ConstructorArgumentValues constructorArgumentValues, Object data) throws org.springframework.beans.BeansException
visitConstructorArgumentValues
in interface SpringVisitor
org.springframework.beans.BeansException
public void visitConstructorArgumentValue(org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder valueHolder, Object data) throws org.springframework.beans.BeansException
visitConstructorArgumentValue
in interface SpringVisitor
org.springframework.beans.BeansException
public void visitPropertyValue(org.springframework.beans.PropertyValue propertyValue, Object data) throws org.springframework.beans.BeansException
visitPropertyValue
in interface SpringVisitor
org.springframework.beans.BeansException
public void visitRuntimeBeanReference(org.springframework.beans.factory.config.RuntimeBeanReference beanReference, Object data) throws org.springframework.beans.BeansException
visitRuntimeBeanReference
in interface SpringVisitor
org.springframework.beans.BeansException
public void visitCollection(Collection collection, Object data) throws org.springframework.beans.BeansException
visitCollection
in interface SpringVisitor
org.springframework.beans.BeansException
public void visitMap(Map map, Object data) throws org.springframework.beans.BeansException
visitMap
in interface SpringVisitor
org.springframework.beans.BeansException
public void visitObject(Object value, Object data) throws org.springframework.beans.BeansException
visitObject
in interface SpringVisitor
org.springframework.beans.BeansException
Copyright © 2005–2015. All rights reserved.