public final class ProxyUtil extends Object
public static <T> T getOriginObj(T target)
Recursive get the original target object.
If integrate more than a plugin, maybe there are conflict in these plugins, because plugin will proxy the object.
So, here get the orignal target object
target - proxy-objectCopyright © 2021. All rights reserved.