Uses of Interface
io.quarkus.arc.processor.BeanRegistrar.RegistrationContext
-
-
Uses of BeanRegistrar.RegistrationContext in io.quarkus.arc.processor
Methods in io.quarkus.arc.processor that return BeanRegistrar.RegistrationContext Modifier and Type Method Description BeanRegistrar.RegistrationContextBeanProcessor. 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.RegistrationContext Modifier and Type Method Description voidBeanRegistrar. register(BeanRegistrar.RegistrationContext context)
-