public class ClassLoaderProxyService extends Object implements DefiningClassService
| Constructor and Description |
|---|
ClassLoaderProxyService(WebBeansContext context) |
| Modifier and Type | Method and Description |
|---|---|
<T> Class<T> |
defineAndLoad(String name,
byte[] bytecode,
Class<T> proxiedClass) |
ClassLoader |
getProxyClassLoader(Class<?> forClass) |
public ClassLoaderProxyService(WebBeansContext context)
public ClassLoader getProxyClassLoader(Class<?> forClass)
getProxyClassLoader in interface DefiningClassServicepublic <T> Class<T> defineAndLoad(String name, byte[] bytecode, Class<T> proxiedClass)
defineAndLoad in interface DefiningClassServiceCopyright © 2008–2019 The Apache Software Foundation. All rights reserved.