Uses of Interface
org.burningwave.core.classes.ClassFactory
Packages that use ClassFactory
-
Uses of ClassFactory in org.burningwave.core.assembler
Methods in org.burningwave.core.assembler that return ClassFactoryModifier and TypeMethodDescriptionComponentContainer.getClassFactory()ComponentSupplier.getClassFactory() -
Uses of ClassFactory in org.burningwave.core.classes
Classes in org.burningwave.core.classes that implement ClassFactoryMethods in org.burningwave.core.classes that return ClassFactoryModifier and TypeMethodDescriptionstatic ClassFactoryClassFactory.create(ByteCodeHunter byteCodeHunter, Supplier<ClassPathHunter> classPathHunterSupplier, JavaMemoryCompiler javaMemoryCompiler, PathHelper pathHelper, ClassPathHelper classPathHelper, Object defaultClassLoaderSupplier, Map<?, ?> config) Methods in org.burningwave.core.classes with parameters of type ClassFactoryModifier and TypeMethodDescriptionstatic FunctionalInterfaceFactoryFunctionalInterfaceFactory.create(ClassFactory classFactory) Method parameters in org.burningwave.core.classes with type arguments of type ClassFactoryModifier and TypeMethodDescriptionstatic CodeExecutorCodeExecutor.create(Supplier<ClassFactory> classFactorySupplier, PathHelper pathHelper, Map<?, ?> config)