Package dev.voidframework.core.utils
Class ProxyDetectorUtils
java.lang.Object
dev.voidframework.core.utils.ProxyDetectorUtils
Utility to detect proxy class.
-
Method Summary
-
Method Details
-
isProxy
Checks whether the given object is a proxy.- Parameters:
object- the object to check- Returns:
trueif the object is a proxy
-
isProxy
Checks whether the given class is a proxy.- Parameters:
clazz- the class to check- Returns:
trueif the class is a proxy
-