public class AnnotationLiteralProcessor extends Object
This construct is thread-safe.
| Modifier and Type | Method and Description |
|---|---|
io.quarkus.gizmo.ResultHandle |
process(io.quarkus.gizmo.BytecodeCreator bytecode,
io.quarkus.gizmo.ClassOutput classOutput,
org.jboss.jandex.ClassInfo annotationClass,
org.jboss.jandex.AnnotationInstance annotationInstance,
String targetPackage) |
public io.quarkus.gizmo.ResultHandle process(io.quarkus.gizmo.BytecodeCreator bytecode,
io.quarkus.gizmo.ClassOutput classOutput,
org.jboss.jandex.ClassInfo annotationClass,
org.jboss.jandex.AnnotationInstance annotationInstance,
String targetPackage)
bytecode - classOutput - annotationClass - annotationInstance - targetPackage - Target package is only used if annotation literals are not sharedCopyright © 2021 JBoss by Red Hat. All rights reserved.