|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.powermock.api.extension.proxyframework.ProxyFrameworkImpl
public class ProxyFrameworkImpl
CGLib proxy framework setup.
| Constructor Summary | |
|---|---|
ProxyFrameworkImpl()
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProxyFrameworkImpl()
| Method Detail |
|---|
public java.lang.Class<?> getUnproxiedType(java.lang.Class<?> type)
getUnproxiedType in interface ProxyFrameworktype - The class to check.
public boolean isProxy(java.lang.Class<?> type)
isProxy in interface ProxyFrameworktrue if type is a proxy, false
otherwise.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||