Package io.quarkus.arc.deployment
Interface AutoAddScopeBuildItem.MatchPredicate
- Enclosing class:
- AutoAddScopeBuildItem
public static interface AutoAddScopeBuildItem.MatchPredicate
-
Method Summary
Modifier and TypeMethodDescriptionbooleantest(org.jboss.jandex.ClassInfo clazz, Collection<org.jboss.jandex.AnnotationInstance> annotations, org.jboss.jandex.IndexView index)
-
Method Details
-
test
boolean test(org.jboss.jandex.ClassInfo clazz, Collection<org.jboss.jandex.AnnotationInstance> annotations, org.jboss.jandex.IndexView index) - Parameters:
clazz-annotations- The current set of (possibly transformed) annotationsindex-- Returns:
trueif the input arguments match the predicate,falseotherwise
-
and
-