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