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