Package io.quarkus.arc.processor
Interface BeanConfiguratorBase.CheckActiveGeneration
- Enclosing class:
BeanConfiguratorBase<THIS extends BeanConfiguratorBase<THIS,T>, T>
public static interface BeanConfiguratorBase.CheckActiveGeneration
-
Method Summary
Modifier and TypeMethodDescriptionio.quarkus.gizmo2.creator.ClassCreatorReturns the generated class of the synthetic bean.io.quarkus.gizmo2.creator.BlockCreatorReturns theBlockCreatorfor the generatedcheckActivemethod.
-
Method Details
-
beanClass
io.quarkus.gizmo2.creator.ClassCreator beanClass()Returns the generated class of the synthetic bean. This class contains the generatedcheckActivemethod.- Returns:
- the generated class of the synthetic bean
- See Also:
-
checkActiveMethod
io.quarkus.gizmo2.creator.BlockCreator checkActiveMethod()Returns theBlockCreatorfor the generatedcheckActivemethod. This method is supposed to contain the logic to determine whether the bean is active or not.- Returns:
- the
BlockCreatorfor the generatedcheckActivemethod
-