Uses of Interface
io.quarkus.arc.processor.BeanRegistrar.RegistrationContext
Packages that use BeanRegistrar.RegistrationContext
-
Uses of BeanRegistrar.RegistrationContext in io.quarkus.arc.processor
Methods in io.quarkus.arc.processor that return BeanRegistrar.RegistrationContextModifier and TypeMethodDescriptionBeanProcessor.registerBeans()Analyze the deployment and register all beans and observers declared on the classes.Methods in io.quarkus.arc.processor with parameters of type BeanRegistrar.RegistrationContextModifier and TypeMethodDescriptionvoidBeanRegistrar.register(BeanRegistrar.RegistrationContext context) -
Uses of BeanRegistrar.RegistrationContext in io.quarkus.arc.processor.bcextensions
Methods in io.quarkus.arc.processor.bcextensions with parameters of type BeanRegistrar.RegistrationContextModifier and TypeMethodDescriptionvoidExtensionsEntryPoint.registerSyntheticBeans(BeanRegistrar.RegistrationContext context, Predicate<org.jboss.jandex.DotName> isApplicationClass) Must be called afterrunSynthesisand beforerunRegistrationAgain.