public class ProxyFrameworkImpl extends java.lang.Object implements ProxyFramework
| Constructor and Description |
|---|
ProxyFrameworkImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?> |
getUnproxiedType(java.lang.Class<?> type)
Check if the class is a proxy and if it is return the unproxied type.
|
boolean |
isProxy(java.lang.Class<?> type) |
public java.lang.Class<?> getUnproxiedType(java.lang.Class<?> type)
getUnproxiedType in interface ProxyFrameworktype - The class to check.public boolean isProxy(java.lang.Class<?> type)
isProxy in interface ProxyFrameworktrue if type is a proxy, false
otherwise.