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