Package io.quarkus.test.component
Interface QuarkusComponentTestCallbacks.BeforeBuildContext
- All Superinterfaces:
QuarkusComponentTestCallbacks.ComponentTestContext
- Enclosing interface:
QuarkusComponentTestCallbacks
public static interface QuarkusComponentTestCallbacks.BeforeBuildContext
extends QuarkusComponentTestCallbacks.ComponentTestContext
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddAnnotationTransformation(org.jboss.jandex.AnnotationTransformation transformation) voidaddBeanRegistrar(io.quarkus.arc.processor.BeanRegistrar beanRegistrar) voidaddBytecodeTransformer(io.quarkus.arc.processor.BytecodeTransformer bytecodeTransformer) org.jboss.jandex.IndexVieworg.jboss.jandex.IndexViewMethods inherited from interface io.quarkus.test.component.QuarkusComponentTestCallbacks.ComponentTestContext
getTestClass
-
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)
-