Uses of Class
org.springframework.asm.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
Modifier 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
Modifier and TypeMethodDescriptionprotected final ClassWriter
DefaultGeneratorStrategy.getClassWriter()
-
Uses of ClassWriter in org.springframework.expression.spel
Modifier and TypeMethodDescriptionvoid
CodeFlow.FieldAdder.generateField
(ClassWriter cw, CodeFlow codeflow) ModifierConstructorDescriptionCodeFlow
(String className, ClassWriter classWriter) Construct a newCodeFlow
for the given class.