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

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

Introduction

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

The text is from its open source code.

Field

StringPRESERVE_TARGET_CLASS_ATTRIBUTE
Bean definition attribute that may indicate whether a given bean is supposed to be proxied with its target class (in case of it getting proxied in the first place).

Method

ClassdetermineTargetClass(ConfigurableListableBeanFactory beanFactory, @Nullable String beanName)
Determine the original target class for the specified bean, if possible, otherwise falling back to a regular getType lookup.
voidexposeTargetClass(ConfigurableListableBeanFactory beanFactory, @Nullable String beanName, Class targetClass)
Expose the given target class for the specified bean, if possible.
booleanshouldProxyTargetClass(ConfigurableListableBeanFactory beanFactory, @Nullable String beanName)
Determine whether the given bean should be proxied with its target class rather than its interfaces.