Package dev.voidframework.core.helper
Class ProxyDetector
java.lang.Object
dev.voidframework.core.helper.ProxyDetector
Helper to detect proxy class.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ProxyDetector
public ProxyDetector()
-
-
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
-