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 Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected String
protected String
protected Class<?>
protected Clazz<?>
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 -
Method Summary
Modifier and TypeMethodDescriptionvoid
addAnnotation
(Clazz<?> annotation, boolean visibleAtRuntime) void
getName()
protected Clazz<?>
getSelf()
method
(Access access, MethodSignature signature) 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
-
Field Details
-
name
-
shortName
-
wrapperClass
-
wrapperClazz
-
postFix
-
-
Constructor Details
-
AutoMapperClassWriter
-
AutoMapperClassWriter
public AutoMapperClassWriter()
-
-
Method Details
-
getSelf
-
method
-
addAnnotation
-
field
-
getName
-
getShortName
-