Package io.quarkus.deployment
Class QuarkusClassWriter
- java.lang.Object
-
- org.objectweb.asm.ClassVisitor
-
- org.objectweb.asm.ClassWriter
-
- io.quarkus.deployment.QuarkusClassWriter
-
public class QuarkusClassWriter extends org.objectweb.asm.ClassWriterClassWriter which tries to get around ClassNotFoundExceptions related to reflection usage in getCommonSuperClass.- Author:
- Stéphane Épardaud
-
-
Constructor Summary
Constructors Constructor Description QuarkusClassWriter(int flags)QuarkusClassWriter(org.objectweb.asm.ClassReader classReader, int flags)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ClassLoadergetClassLoader()-
Methods inherited from class org.objectweb.asm.ClassWriter
getCommonSuperClass, newClass, newConst, newConstantDynamic, newField, newHandle, newHandle, newInvokeDynamic, newMethod, newMethodType, newModule, newNameType, newPackage, newUTF8, toByteArray, visit, visitAnnotation, visitAttribute, visitEnd, visitField, visitInnerClass, visitMethod, visitModule, visitNestHost, visitNestMember, visitOuterClass, visitPermittedSubclass, visitRecordComponent, visitSource, visitTypeAnnotation
-
-
-
-
Method Detail
-
getClassLoader
protected ClassLoader getClassLoader()
- Overrides:
getClassLoaderin classorg.objectweb.asm.ClassWriter
-
-