public static interface AutoAddScopeBuildItem.MatchPredicate
| Modifier and Type | Method and Description |
|---|---|
default AutoAddScopeBuildItem.MatchPredicate |
and(AutoAddScopeBuildItem.MatchPredicate other) |
boolean |
test(org.jboss.jandex.ClassInfo clazz,
Collection<org.jboss.jandex.AnnotationInstance> annotations,
org.jboss.jandex.IndexView index) |
boolean test(org.jboss.jandex.ClassInfo clazz,
Collection<org.jboss.jandex.AnnotationInstance> annotations,
org.jboss.jandex.IndexView index)
clazz - annotations - index - true if the input arguments match the predicate,
false otherwisedefault AutoAddScopeBuildItem.MatchPredicate and(AutoAddScopeBuildItem.MatchPredicate other)
Copyright © 2021 JBoss by Red Hat. All rights reserved.