Uses of Class
io.quarkus.arc.deployment.AutoAddScopeBuildItem.Builder
Packages that use AutoAddScopeBuildItem.Builder
-
Uses of AutoAddScopeBuildItem.Builder in io.quarkus.arc.deployment
Methods in io.quarkus.arc.deployment that return AutoAddScopeBuildItem.BuilderModifier and TypeMethodDescriptionAutoAddScopeBuildItem.Builder.and(AutoAddScopeBuildItem.MatchPredicate other) The final predicate is a short-circuiting logical AND of the previous predicate (if any) and this condition.AutoAddScopeBuildItem.Builder.anyMethodMatches(Predicate<org.jboss.jandex.MethodInfo> predicate) The class declares a method that matches the given predicate.AutoAddScopeBuildItem.builder()AutoAddScopeBuildItem.Builder.containsAnnotations(org.jboss.jandex.DotName... annotationNames) The class or any of its element must be annotated with the given annotation.AutoAddScopeBuildItem.Builder.defaultScope(BuiltinScope scope) The scope annotation added to the class.AutoAddScopeBuildItem.Builder.defaultScope(org.jboss.jandex.DotName scopeAnnotationName) The scope annotation added to the class.AutoAddScopeBuildItem.Builder.implementsInterface(org.jboss.jandex.DotName interfaceName) The class must directly or indirectly implement the given interface.AutoAddScopeBuildItem.Builder.isAnnotatedWith(org.jboss.jandex.DotName annotationName) The class must be annotated with the given annotation.AutoAddScopeBuildItem.Builder.match(AutoAddScopeBuildItem.MatchPredicate predicate) Set a custom predicate.AutoAddScopeBuildItem.Builder.priority(int priority) Set the priority.Specify an optional reason description that is used in log messages.AutoAddScopeBuildItem.Builder.requiresContainerServices()At least one injection point or lifecycle callback must be declared in the class hierarchy.AutoAddScopeBuildItem.Builder.scopeAlreadyAdded(BiConsumer<org.jboss.jandex.DotName, String> consumer) If a scope was already added by anotherAutoAddScopeBuildItemthen this consumer is used to handle this situation, i.e.AutoAddScopeBuildItem.Builder.unremovable()The bean will be unremovable.