Package io.quarkus.arc.processor
Interface ContextConfigurator.CreateGeneration
- Enclosing class:
ContextConfigurator
public static interface ContextConfigurator.CreateGeneration
-
Method Summary
Modifier and TypeMethodDescriptionio.quarkus.gizmo2.VarReturns the variable that contains theCurrentContextFactory.io.quarkus.gizmo2.creator.BlockCreatormethod()Returns theBlockCreatorfor the method that instantiates the context object.
-
Method Details
-
method
io.quarkus.gizmo2.creator.BlockCreator method()Returns theBlockCreatorfor the method that instantiates the context object. This method is supposed to contain the creation logic.- Returns:
- the
BlockCreatorfor the method that instantiates the context object
-
currentContextFactory
io.quarkus.gizmo2.Var currentContextFactory()Returns the variable that contains theCurrentContextFactory.- Returns:
- the variable that contains the
CurrentContextFactory
-