public class ProxyTargets extends Object
Modifier and Type | Method and Description |
---|---|
static Object |
getTarget(Object proxy)
获取 目标对象
|
static boolean |
isProxy(Object o)
判断是否为代理类
|
static boolean |
isSpringProxy(Object o)
判断是否为spring的代理类
|
Copyright © 2024. All rights reserved.