Class AsmUtils
java.lang.Object
org.simpleflatmapper.lightningcsv.impl.AsmUtils
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
static String
static String
toGenericAsmType
(Type type) static String
toTargetTypeDeclaration
(Type targetType) static String
toTargetTypeDeclaration
(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
-