Uses of Class
io.quarkus.arc.processor.BytecodeTransformer
Packages that use BytecodeTransformer
-
Uses of BytecodeTransformer in io.quarkus.arc.processor
Methods in io.quarkus.arc.processor that return BytecodeTransformerModifier and TypeMethodDescriptionstatic BytecodeTransformerBytecodeTransformer.forInputTransformer(String classToTransform, BiFunction<String, byte[], byte[]> inputTransformer) Method parameters in io.quarkus.arc.processor with type arguments of type BytecodeTransformerModifier and TypeMethodDescriptionBeanProcessor.generateResources(ReflectionRegistration reflectionRegistration, Set<String> existingClasses, Consumer<BytecodeTransformer> bytecodeTransformerConsumer, boolean detectUnusedFalsePositives, ExecutorService executor) voidBeanProcessor.initialize(Consumer<BytecodeTransformer> bytecodeTransformerConsumer, List<Predicate<BeanInfo>> additionalUnusedBeanExclusions) BeanProcessor.validate(Consumer<BytecodeTransformer> bytecodeTransformerConsumer)