public interface ProxyFramework
| 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) |
java.lang.Class<?> getUnproxiedType(java.lang.Class<?> type)
type - The class to check.boolean isProxy(java.lang.Class<?> type)
true if type is a proxy, false
otherwise.