Example usage for org.springframework.beans.factory.config BeanDefinitionVisitor subclass-usage

List of usage examples for org.springframework.beans.factory.config BeanDefinitionVisitor subclass-usage

Introduction

In this page you can find the example usage for org.springframework.beans.factory.config BeanDefinitionVisitor subclass-usage.

Usage

From source file org.activiti.spring.components.aop.util.Scopifier.java

/**
 * this class was copied wholesale from Spring 3.1's RefreshScope, which Dave Syer wrote.
 *
 * @author Dave Syer
 */
public class Scopifier extends BeanDefinitionVisitor {

From source file org.brekka.stillingar.spring.pc.CustomBeanDefinitionVisitor.java

/**
 * Visit the various parts of a bean definition, capturing calls to set values on properties and constructors. The main
 * purpose of this class is to capture the property/constructor definition and make them available to the
 * {@link CustomStringValueResolver} that can then register listeners for configuration changes to update those values.
 * 
 * @author Andrew Taylor (andrew@brekka.org)

From source file org.ff4j.spring.placeholder.PropertiesPlaceHolderBeanDefinitionVisitor.java

/**
 * Pattern Bean Visitor.
 *
 * @author <a href="mailto:cedrick.lunven@gmail.com">Cedrick LUNVEN</a>
 */
public class PropertiesPlaceHolderBeanDefinitionVisitor extends BeanDefinitionVisitor {