Package io.quarkus.arc.deployment
Class LookupConditionsProcessor
java.lang.Object
io.quarkus.arc.deployment.LookupConditionsProcessor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) List<org.jboss.jandex.AnnotationInstance>findAnnotations(org.jboss.jandex.AnnotationTarget target, org.jboss.jandex.DotName annotationName, org.jboss.jandex.DotName containingAnnotationName, org.jboss.jandex.IndexView index) (package private) voidsuppressConditionsGenerators(BuildProducer<SuppressConditionGeneratorBuildItem> generators, BeanArchiveIndexBuildItem beanArchiveIndex)
-
Field Details
-
LOOKUP_BEAN_ANNOTATIONS
-
-
Constructor Details
-
LookupConditionsProcessor
public LookupConditionsProcessor()
-
-
Method Details
-
suppressConditionsGenerators
void suppressConditionsGenerators(BuildProducer<SuppressConditionGeneratorBuildItem> generators, BeanArchiveIndexBuildItem beanArchiveIndex) -
findAnnotations
List<org.jboss.jandex.AnnotationInstance> findAnnotations(org.jboss.jandex.AnnotationTarget target, org.jboss.jandex.DotName annotationName, org.jboss.jandex.DotName containingAnnotationName, org.jboss.jandex.IndexView index)
-