Class AsmUtils
java.lang.Object
org.simpleflatmapper.lightningcsv.impl.AsmUtils
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringstatic Stringstatic StringtoGenericAsmType(Type type) static StringtoTargetTypeDeclaration(Type targetType) static StringtoTargetTypeDeclaration(String targetType) static byte[]writeClassToFile(String className, byte[] bytes) static byte[]writeClassToFileInDir(String className, byte[] bytes, File targetDir)
-
Field Details
-
ASM_DUMP_TARGET_DIR
- See Also:
-
API
public static final int API
-
-
Constructor Details
-
AsmUtils
public AsmUtils()
-
-
Method Details
-
writeClassToFile
- Throws:
IOException
-
writeClassToFileInDir
public static byte[] writeClassToFileInDir(String className, byte[] bytes, File targetDir) throws IOException - Throws:
IOException
-
toAsmType
-
toAsmType
-
toTargetTypeDeclaration
-
toTargetTypeDeclaration
-
toGenericAsmType
-