Class LookupConditionsProcessor

java.lang.Object
io.quarkus.arc.deployment.LookupConditionsProcessor

public class LookupConditionsProcessor extends Object
  • Field Details

    • LOOKUP_BEAN_ANNOTATIONS

      public static final Set<org.jboss.jandex.DotName> 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)