Uses of Class
io.quarkus.arc.deployment.UnremovableBeanBuildItem
Packages that use UnremovableBeanBuildItem
-
Uses of UnremovableBeanBuildItem in io.quarkus.arc.deployment
Methods in io.quarkus.arc.deployment that return UnremovableBeanBuildItemModifier and TypeMethodDescriptionstatic UnremovableBeanBuildItemUnremovableBeanBuildItem.beanClassAnnotation(String nameStartsWith) Match class beans whose target class contains an annotation whose name starts with the specified value.static UnremovableBeanBuildItemUnremovableBeanBuildItem.beanClassAnnotation(org.jboss.jandex.DotName annotationName) Match class beans whose target class contains the specified annotation.static UnremovableBeanBuildItemUnremovableBeanBuildItem.beanClassNames(String... classNames) Match beans whose bean class matches any of the specified class names.static UnremovableBeanBuildItemUnremovableBeanBuildItem.beanClassNames(Set<String> classNames) Match beans whose bean class matches any of the specified class names.static UnremovableBeanBuildItemMatch beans which have any of the specified type names in its set of bean types.static UnremovableBeanBuildItemMatch beans which have any of the specified type names in its set of bean types.static UnremovableBeanBuildItemUnremovableBeanBuildItem.beanTypes(org.jboss.jandex.DotName... typeNames) Match beans which have any of the specified type names in its set of bean types.static UnremovableBeanBuildItemUnremovableBeanBuildItem.targetWithAnnotation(org.jboss.jandex.DotName annotationName) Match beans whose target (class, method or field) is annotated with the specified annotation.(package private) UnremovableBeanBuildItemArcProcessor.unremovableAsyncObserverExceptionHandlers()(package private) UnremovableBeanBuildItemShutdownBuildSteps.unremovableBeans()(package private) UnremovableBeanBuildItemStartupBuildSteps.unremovableBeans()(package private) UnremovableBeanBuildItemUnremovableAnnotationsProcessor.unremovableBeans()Method parameters in io.quarkus.arc.deployment with type arguments of type UnremovableBeanBuildItemModifier and TypeMethodDescription(package private) voidConfigBuildStep.validateConfigMappingsInjectionPoints(ArcConfig arcConfig, ValidationPhaseBuildItem validationPhase, List<UnremovableBeanBuildItem> unremovableBeans, List<ConfigClassBuildItem> configClasses, BuildProducer<ConfigMappingBuildItem> configMappings)