|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.extensions.cdi.core.impl.util.ProxyUtils
@Typed public abstract class ProxyUtils
Helper for proxies
Method Summary | |
---|---|
static Class |
getUnproxiedClass(Class currentClass)
The real class of the implementation |
static boolean |
isProxiedClass(Class currentClass)
Analyses if the given class is a generated proxy class |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Class getUnproxiedClass(Class currentClass)
currentClass
- current class
public static boolean isProxiedClass(Class currentClass)
currentClass
- current class
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |