Interface BeanConfiguratorBase.CheckActiveGeneration

Enclosing class:
BeanConfiguratorBase<THIS extends BeanConfiguratorBase<THIS,T>,T>

public static interface BeanConfiguratorBase.CheckActiveGeneration
  • Method Summary

    Modifier and Type
    Method
    Description
    io.quarkus.gizmo2.creator.ClassCreator
    Returns the generated class of the synthetic bean.
    io.quarkus.gizmo2.creator.BlockCreator
    Returns the BlockCreator for the generated checkActive method.
  • Method Details

    • beanClass

      io.quarkus.gizmo2.creator.ClassCreator beanClass()
      Returns the generated class of the synthetic bean. This class contains the generated checkActive method.
      Returns:
      the generated class of the synthetic bean
      See Also:
    • checkActiveMethod

      io.quarkus.gizmo2.creator.BlockCreator checkActiveMethod()
      Returns the BlockCreator for the generated checkActive method. This method is supposed to contain the logic to determine whether the bean is active or not.
      Returns:
      the BlockCreator for the generated checkActive method