Uses of Interface
io.quarkus.arc.deployment.AutoAddScopeBuildItem.MatchPredicate
Packages that use AutoAddScopeBuildItem.MatchPredicate
-
Uses of AutoAddScopeBuildItem.MatchPredicate in io.quarkus.arc.deployment
Methods in io.quarkus.arc.deployment that return AutoAddScopeBuildItem.MatchPredicateModifier and TypeMethodDescriptionAutoAddScopeBuildItem.MatchPredicate.and(AutoAddScopeBuildItem.MatchPredicate other) Methods in io.quarkus.arc.deployment with parameters of type AutoAddScopeBuildItem.MatchPredicateModifier 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.MatchPredicate.and(AutoAddScopeBuildItem.MatchPredicate other) AutoAddScopeBuildItem.Builder.match(AutoAddScopeBuildItem.MatchPredicate predicate) Set a custom predicate.