Interface QuarkusComponentTestCallbacks.BeforeBuildContext

All Superinterfaces:
QuarkusComponentTestCallbacks.ComponentTestContext
Enclosing interface:
QuarkusComponentTestCallbacks

public static interface QuarkusComponentTestCallbacks.BeforeBuildContext extends QuarkusComponentTestCallbacks.ComponentTestContext
  • Method Details

    • getImmutableBeanArchiveIndex

      org.jboss.jandex.IndexView getImmutableBeanArchiveIndex()
    • getComputingBeanArchiveIndex

      org.jboss.jandex.IndexView getComputingBeanArchiveIndex()
    • addAnnotationTransformation

      void addAnnotationTransformation(org.jboss.jandex.AnnotationTransformation transformation)
    • addBeanRegistrar

      void addBeanRegistrar(io.quarkus.arc.processor.BeanRegistrar beanRegistrar)
    • addBytecodeTransformer

      void addBytecodeTransformer(io.quarkus.arc.processor.BytecodeTransformer bytecodeTransformer)