Uses of Interface
io.quarkus.arc.deployment.AutoAddScopeBuildItem.MatchPredicate
-
Packages that use AutoAddScopeBuildItem.MatchPredicate Package Description io.quarkus.arc.deployment -
-
Uses of AutoAddScopeBuildItem.MatchPredicate in io.quarkus.arc.deployment
Methods in io.quarkus.arc.deployment that return AutoAddScopeBuildItem.MatchPredicate Modifier and Type Method Description default AutoAddScopeBuildItem.MatchPredicateAutoAddScopeBuildItem.MatchPredicate. and(AutoAddScopeBuildItem.MatchPredicate other)Methods in io.quarkus.arc.deployment with parameters of type AutoAddScopeBuildItem.MatchPredicate Modifier and Type Method Description default AutoAddScopeBuildItem.MatchPredicateAutoAddScopeBuildItem.MatchPredicate. and(AutoAddScopeBuildItem.MatchPredicate other)AutoAddScopeBuildItem.BuilderAutoAddScopeBuildItem.Builder. match(AutoAddScopeBuildItem.MatchPredicate predicate)Set a custom predicate.
-