spring-framework / org.springframework.asm / ClassWriter / toByteArray

toByteArray

open fun toByteArray(): ByteArray

Returns the bytecode of the class that was build with this class writer.

Return
the bytecode of the class that was build with this class writer.