Uses of Class
io.activej.codegen.DefiningClassLoader
| Package | Description |
|---|---|
| io.activej.codegen | |
| io.activej.codegen.util |
-
Uses of DefiningClassLoader in io.activej.codegen
Methods in io.activej.codegen that return DefiningClassLoader Modifier and Type Method Description static DefiningClassLoaderDefiningClassLoader. create()static DefiningClassLoaderDefiningClassLoader. create(ClassLoader parent)DefiningClassLoaderClassBuilder. getClassLoader()DefiningClassLoaderContext. getClassLoader()Methods in io.activej.codegen with parameters of type DefiningClassLoader Modifier and Type Method Description static <T> ClassBuilder<T>ClassBuilder. create(DefiningClassLoader classLoader, Class<? super T> implementation, Class<?>... interfaces)static <T> ClassBuilder<T>ClassBuilder. create(DefiningClassLoader classLoader, Class<? super T> implementation, List<Class<?>> interfaces)Constructors in io.activej.codegen with parameters of type DefiningClassLoader Constructor Description Context(DefiningClassLoader classLoader, ClassBuilder<?> builder, org.objectweb.asm.commons.GeneratorAdapter g, org.objectweb.asm.Type selfType, org.objectweb.asm.commons.Method method) -
Uses of DefiningClassLoader in io.activej.codegen.util
Methods in io.activej.codegen.util with parameters of type DefiningClassLoader Modifier and Type Method Description static DefiningClassWriterDefiningClassWriter. create(DefiningClassLoader classLoader)