Package io.ran
Class AutoMapperClassWriter
java.lang.Object
org.objectweb.asm.ClassVisitor
org.objectweb.asm.ClassWriter
io.ran.AutoMapperClassWriter
- Direct Known Subclasses:
- AutoWrapperWriter,- MappingClassWriter,- QueryClassWriter
public class AutoMapperClassWriter
extends org.objectweb.asm.ClassWriter
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Class<?>protected Clazz<?>Fields inherited from class org.objectweb.asm.ClassWriterCOMPUTE_FRAMES, COMPUTE_MAXSFields inherited from class org.objectweb.asm.ClassVisitorapi, cv
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddAnnotation(Clazz<?> annotation, boolean visibleAtRuntime) voidgetName()protected Clazz<?>getSelf()method(Access access, MethodSignature signature) Methods inherited from class org.objectweb.asm.ClassWritergetClassLoader, 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
- 
Field Details- 
name
- 
shortName
- 
wrapperClass
- 
wrapperClazz
- 
postFix
 
- 
- 
Constructor Details- 
AutoMapperClassWriter
- 
AutoMapperClassWriterpublic AutoMapperClassWriter()
 
- 
- 
Method Details- 
getSelf
- 
method
- 
addAnnotation
- 
field
- 
getName
- 
getShortName
 
-