Uses of Class
io.quarkus.deployment.builditem.BytecodeTransformerBuildItem
-
Packages that use BytecodeTransformerBuildItem Package Description io.quarkus.deployment.builditem io.quarkus.deployment.dev.testing io.quarkus.deployment.logging io.quarkus.deployment.steps -
-
Uses of BytecodeTransformerBuildItem in io.quarkus.deployment.builditem
Methods in io.quarkus.deployment.builditem that return BytecodeTransformerBuildItem Modifier and Type Method Description BytecodeTransformerBuildItemBytecodeTransformerBuildItem.Builder. build() -
Uses of BytecodeTransformerBuildItem in io.quarkus.deployment.dev.testing
Method parameters in io.quarkus.deployment.dev.testing with type arguments of type BytecodeTransformerBuildItem Modifier and Type Method Description voidTestTracingProcessor. instrumentTestClasses(CombinedIndexBuildItem combinedIndexBuildItem, LaunchModeBuildItem launchModeBuildItem, BuildProducer<BytecodeTransformerBuildItem> transformerProducer) -
Uses of BytecodeTransformerBuildItem in io.quarkus.deployment.logging
Method parameters in io.quarkus.deployment.logging with type arguments of type BytecodeTransformerBuildItem Modifier and Type Method Description voidLoggingWithPanacheProcessor. process(CombinedIndexBuildItem index, BuildProducer<BytecodeTransformerBuildItem> transformers) -
Uses of BytecodeTransformerBuildItem in io.quarkus.deployment.steps
Method parameters in io.quarkus.deployment.steps with type arguments of type BytecodeTransformerBuildItem Modifier and Type Method Description (package private) TransformedClassesBuildItemClassTransformingBuildStep. handleClassTransformation(List<BytecodeTransformerBuildItem> bytecodeTransformerBuildItems, ApplicationArchivesBuildItem appArchives, LiveReloadBuildItem liveReloadBuildItem, LaunchModeBuildItem launchModeBuildItem, ClassLoadingConfig classLoadingConfig, CurateOutcomeBuildItem curateOutcomeBuildItem, List<RemovedResourceBuildItem> removedResourceBuildItems, ArchiveRootBuildItem archiveRoot, LaunchModeBuildItem launchMode, PackageConfig packageConfig)
-