Package io.ran

Class QueryClassWriter

java.lang.Object
org.objectweb.asm.ClassVisitor
org.objectweb.asm.ClassWriter
io.ran.AutoMapperClassWriter
io.ran.QueryClassWriter

public class QueryClassWriter extends AutoMapperClassWriter
  • Field Summary

    Fields inherited from class io.ran.AutoMapperClassWriter

    name, postFix, shortName, wrapperClass, wrapperClazz

    Fields inherited from class org.objectweb.asm.ClassWriter

    COMPUTE_FRAMES, COMPUTE_MAXS

    Fields inherited from class org.objectweb.asm.ClassVisitor

    api, cv
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     
    protected void
     

    Methods inherited from class io.ran.AutoMapperClassWriter

    addAnnotation, field, getName, getSelf, getShortName, method

    Methods inherited from class org.objectweb.asm.ClassWriter

    getClassLoader, 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • QueryClassWriter

      public QueryClassWriter(Class<?> clazz)
  • Method Details

    • build

      protected void build()
    • buildMethodRefs

      protected void buildMethodRefs()