Package io.quarkus.arc.deployment
Interface AutoAddScopeBuildItem.MatchPredicate
-
- Enclosing class:
- AutoAddScopeBuildItem
public static interface AutoAddScopeBuildItem.MatchPredicate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default AutoAddScopeBuildItem.MatchPredicateand(AutoAddScopeBuildItem.MatchPredicate other)booleantest(org.jboss.jandex.ClassInfo clazz, Collection<org.jboss.jandex.AnnotationInstance> annotations, org.jboss.jandex.IndexView index)
-
-
-
Method Detail
-
test
boolean test(org.jboss.jandex.ClassInfo clazz, Collection<org.jboss.jandex.AnnotationInstance> annotations, org.jboss.jandex.IndexView index)- Parameters:
clazz-annotations-index-- Returns:
trueif the input arguments match the predicate,falseotherwise
-
and
default AutoAddScopeBuildItem.MatchPredicate and(AutoAddScopeBuildItem.MatchPredicate other)
-
-