Uses of Interface
org.burningwave.core.classes.ClassFactory
| Package | Description |
|---|---|
| org.burningwave.core.assembler | |
| org.burningwave.core.classes |
-
Uses of ClassFactory in org.burningwave.core.assembler
Methods in org.burningwave.core.assembler that return ClassFactory Modifier and Type Method Description ClassFactoryComponentContainer. getClassFactory()ClassFactoryComponentSupplier. getClassFactory() -
Uses of ClassFactory in org.burningwave.core.classes
Classes in org.burningwave.core.classes that implement ClassFactory Modifier and Type Class Description classClassFactoryImplMethods in org.burningwave.core.classes that return ClassFactory Modifier and Type Method Description static ClassFactoryClassFactory. create(ByteCodeHunter byteCodeHunter, Supplier<ClassPathHunter> classPathHunterSupplier, JavaMemoryCompiler javaMemoryCompiler, PathHelper pathHelper, ClassPathHelper classPathHelper, Object defaultClassLoaderSupplier, Properties config)Methods in org.burningwave.core.classes with parameters of type ClassFactory Modifier and Type Method Description static FunctionalInterfaceFactoryFunctionalInterfaceFactory. create(ClassFactory classFactory)Method parameters in org.burningwave.core.classes with type arguments of type ClassFactory Modifier and Type Method Description static CodeExecutorCodeExecutor. create(Supplier<ClassFactory> classFactorySupplier, PathHelper pathHelper, Properties config)