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.asm
Methods in org.springframework.asm with parameters of type ClassWriterModifier and TypeMethodDescriptionprotected ByteVector
Attribute.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 ClassWriter
DefaultGeneratorStrategy.getClassWriter()
-
Uses of ClassWriter in org.springframework.expression.spel
Methods in org.springframework.expression.spel with parameters of type ClassWriterModifier and TypeMethodDescriptionvoid
CodeFlow.FieldAdder.generateField
(ClassWriter cw, CodeFlow codeflow) Constructors in org.springframework.expression.spel with parameters of type ClassWriterModifierConstructorDescriptionCodeFlow
(String className, ClassWriter classWriter) Construct a newCodeFlow
for the given class.