Uses of Class
org.springframework.asm.ClassWriter
Packages that use ClassWriter
Package
Description
Spring's repackaging of
ASM 9.x
(with Spring-specific patches; for internal use only).
Spring's repackaging of the
CGLIB core package
(for internal use only).
-
Uses of ClassWriter in org.springframework.asm
Methods in org.springframework.asm with parameters of type ClassWriterModifier and TypeMethodDescriptionstatic byte[]Attribute.write(Attribute attribute, ClassWriter classWriter, byte[] code, int codeLength, int maxStack, int maxLocals) Returns the byte array form of the content of the given attribute.protected ByteVectorAttribute.write(ClassWriter classWriter, byte[] code, int codeLength, int maxStack, int maxLocals) Returns the byte array form of the content of this attribute. -
Uses of ClassWriter in org.springframework.cglib.core
Methods in org.springframework.cglib.core that return ClassWriterModifier and TypeMethodDescriptionprotected final ClassWriterDefaultGeneratorStrategy.getClassWriter()