Package org.burningwave.core.classes
Interface CodeExecutor
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic CodeExecutorcreate(Supplier<ClassFactory> classFactorySupplier, PathHelper pathHelper, Map<?, ?> config) <E extends ExecuteConfig<E>,T>
Texecute(E config) <E extends ExecuteConfig<E>,T>
Texecute(BodySourceGenerator body) <E extends ExecuteConfig<E>,T>
Texecute(ExecuteConfig.ForProperties config) <T> TexecuteProperty(String propertyName, Object... params) <E extends LoadOrBuildAndDefineConfig.ForCodeExecutorAbst<E>,T extends Executable>
Class<T> loadOrBuildAndDefineExecutorSubType(E config)
-
Method Details
-
create
static CodeExecutor create(Supplier<ClassFactory> classFactorySupplier, PathHelper pathHelper, Map<?, ?> config) -
executeProperty
-
execute
-
execute
-
execute
-
loadOrBuildAndDefineExecutorSubType
<E extends LoadOrBuildAndDefineConfig.ForCodeExecutorAbst<E>,T extends Executable> Class<T> loadOrBuildAndDefineExecutorSubType(E config)
-