Java org.springframework.aop.framework.autoproxy BeanNameAutoProxyCreator fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.aop.framework.autoproxy BeanNameAutoProxyCreator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.aop.framework.autoproxy BeanNameAutoProxyCreator.

The text is from its open source code.

Subclass

org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidsetBeanNames(String... beanNames)
Set the names of the beans that should automatically get wrapped with proxies.
voidsetInterceptorNames(String... interceptorNames)
Set the common interceptors.