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).
SpEL's central implementation package.
- 
Uses of ClassWriter in org.springframework.asmMethods 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.coreMethods in org.springframework.cglib.core that return ClassWriterModifier and TypeMethodDescriptionprotected final ClassWriterDefaultGeneratorStrategy.getClassWriter()
- 
Uses of ClassWriter in org.springframework.expression.spelMethods in org.springframework.expression.spel with parameters of type ClassWriterModifier and TypeMethodDescriptionvoidCodeFlow.FieldAdder.generateField(ClassWriter cw, CodeFlow codeflow) Constructors in org.springframework.expression.spel with parameters of type ClassWriterModifierConstructorDescriptionCodeFlow(String className, ClassWriter classWriter) Construct a newCodeFlowfor the given class.