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

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

Introduction

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

The text is from its open source code.

Method

Object[]adaptArgumentsIfNecessary(Method method, @Nullable Object[] arguments)
Adapt the given arguments to the target signature in the given method, if necessary: in particular, if a given vararg argument array does not match the array type of the declared vararg parameter in the method.
Class[]completeProxiedInterfaces(AdvisedSupport advised)
Determine the complete set of interfaces to proxy for the given AOP configuration.
Class[]completeProxiedInterfaces(AdvisedSupport advised, boolean decoratingProxy)
Determine the complete set of interfaces to proxy for the given AOP configuration.
booleanequalsInProxy(AdvisedSupport a, AdvisedSupport b)
Check equality of the proxies behind the given AdvisedSupport objects.
ClassultimateTargetClass(Object candidate)
Determine the ultimate target class of the given bean instance, traversing not only a top-level proxy but any number of nested proxies as well — as long as possible without side effects, that is, just for singleton targets.