public abstract class AopUtils extends Object
Mainly for internal use within Spring's AOP support.
See org.springframework.aop.framework.AopProxyUtils for a
collection of framework-specific AOP utility methods which depend
on internals of Spring's AOP framework implementation.
org.springframework.aop.framework.AopProxyUtils| Modifier and Type | Field and Description |
|---|---|
static String |
CGLIB_CLASS_SEPARATOR |
| Constructor and Description |
|---|
AopUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isAopProxy(Object object)
Check whether the given object is a JDK dynamic proxy or a CGLIB proxy.
|
static boolean |
isJdkDynamicProxy(Object object) |
public static final String CGLIB_CLASS_SEPARATOR
public static boolean isAopProxy(@Nullable
Object object)
This method additionally checks if the given object is an instance
of SpringProxy.
object - the object to checkisJdkDynamicProxy(java.lang.Object),
#isCglibProxypublic static boolean isJdkDynamicProxy(@Nullable
Object object)
Copyright © 2025. All rights reserved.