Interface ContextConfigurator.CreateGeneration

Enclosing class:
ContextConfigurator

public static interface ContextConfigurator.CreateGeneration
  • Method Summary

    Modifier and Type
    Method
    Description
    io.quarkus.gizmo2.Var
    Returns the variable that contains the CurrentContextFactory.
    io.quarkus.gizmo2.creator.BlockCreator
    Returns the BlockCreator for the method that instantiates the context object.
  • Method Details

    • method

      io.quarkus.gizmo2.creator.BlockCreator method()
      Returns the BlockCreator for the method that instantiates the context object. This method is supposed to contain the creation logic.
      Returns:
      the BlockCreator for the method that instantiates the context object
    • currentContextFactory

      io.quarkus.gizmo2.Var currentContextFactory()
      Returns the variable that contains the CurrentContextFactory.
      Returns:
      the variable that contains the CurrentContextFactory