Package io.ran

Class MappingClassWriter

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

public class MappingClassWriter 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
     

    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

    • MappingClassWriter

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

    • build

      protected void build()