Uses of Class
org.jboss.weld.util.Proxies.TypeInfo
-
Packages that use Proxies.TypeInfo Package Description org.jboss.weld.bean.proxy org.jboss.weld.util -
-
Uses of Proxies.TypeInfo in org.jboss.weld.bean.proxy
Methods in org.jboss.weld.bean.proxy with parameters of type Proxies.TypeInfo Modifier and Type Method Description static ClassLoaderProxyFactory. resolveClassLoaderForBeanProxy(String contextId, Class<?> proxiedType, Proxies.TypeInfo typeInfo, org.jboss.weld.serialization.spi.ProxyServices proxyServices)Figures out the correct class loader to use for a proxy for a given bean -
Uses of Proxies.TypeInfo in org.jboss.weld.util
Methods in org.jboss.weld.util that return Proxies.TypeInfo Modifier and Type Method Description static Proxies.TypeInfoProxies.TypeInfo. of(Set<? extends Type> types)
-