Java org.springframework.beans.factory.config BeanDefinitionVisitor fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.beans.factory.config BeanDefinitionVisitor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.beans.factory.config BeanDefinitionVisitor.

The text is from its open source code.

Subclass

org.springframework.beans.factory.config.BeanDefinitionVisitor has subclasses.
Click this link to see all its subclasses.

Constructor

BeanDefinitionVisitor(StringValueResolver valueResolver)
Create a new BeanDefinitionVisitor, applying the specified value resolver to all bean metadata values.

Method

voidvisitBeanDefinition(BeanDefinition beanDefinition)
Traverse the given BeanDefinition object and the MutablePropertyValues and ConstructorArgumentValues contained in them.