Java org.springframework.aop.scope ScopedProxyUtils fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.aop.scope ScopedProxyUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.aop.scope ScopedProxyUtils.

The text is from its open source code.

Method

BeanDefinitionHoldercreateScopedProxy(BeanDefinitionHolder definition, BeanDefinitionRegistry registry, boolean proxyTargetClass)
Generate a scoped proxy for the supplied target bean, registering the target bean with an internal name and setting 'targetBeanName' on the scoped proxy.
StringgetTargetBeanName(String originalBeanName)
Generate the bean name that is used within the scoped proxy to reference the target bean.
booleanisScopedTarget(@Nullable String beanName)
Specify if the beanName is the name of a bean that references the target bean within a scoped proxy.