Uses of Interface
io.quarkus.arc.processor.BeanConfiguratorBase.CreateGeneration
Packages that use BeanConfiguratorBase.CreateGeneration
-
Uses of BeanConfiguratorBase.CreateGeneration in io.quarkus.arc.processor
Fields in io.quarkus.arc.processor with type parameters of type BeanConfiguratorBase.CreateGenerationModifier and TypeFieldDescriptionprotected Consumer<BeanConfiguratorBase.CreateGeneration> BeanConfiguratorBase.creatorConsumerMethod parameters in io.quarkus.arc.processor with type arguments of type BeanConfiguratorBase.CreateGenerationModifier and TypeMethodDescriptionBeanConfiguratorBase.creator(Consumer<BeanConfiguratorBase.CreateGeneration> creatorConsumer) The first method parameter is the synthetic creational context, i.e. theMethodCreator#getMethodParam(0)returns aSyntheticCreationalContextinstance that can be used to obtain contextual references for synthetic injection points and build-time parameters.