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 ProxyFramework
type
- The class to check.public boolean isProxy(Class<?> type)
isProxy
in interface ProxyFramework
true
if type is a proxy, false
otherwise.Copyright © 2007–2013. All rights reserved.