|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.webbeans.util.Proxies
public class Proxies
Utilties for working with Javassist proxies
| Nested Class Summary | |
|---|---|
static class |
Proxies.TypeInfo
|
| Constructor Summary | |
|---|---|
Proxies()
|
|
| Method Summary | |
|---|---|
static javassist.util.proxy.ProxyFactory |
getProxyFactory(java.util.Set<java.lang.reflect.Type> types)
Get the proxy factory for the given set of types |
static boolean |
isClassProxyable(java.lang.Class<?> clazz)
Inidicates if a class is proxyable |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Proxies()
| Method Detail |
|---|
public static javassist.util.proxy.ProxyFactory getProxyFactory(java.util.Set<java.lang.reflect.Type> types)
types - The types to create the proxy factory forclasses - Additional interfaces the proxy should implement
public static boolean isClassProxyable(java.lang.Class<?> clazz)
clazz - The class to test
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||