ProxyFramework
public class ProxyFrameworkImpl extends Object implements ProxyFramework
Constructor | Description |
---|---|
ProxyFrameworkImpl() |
Modifier and Type | Method | 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–2019. All rights reserved.