クラスの使用
org.springframework.asm.ClassWriter
ClassWriter を使用するパッケージ
パッケージ
説明
ASM 9.x の Spring の再パッケージ化(Spring 固有のパッチを使用。内部使用のみ)。
Spring の CGLIB コアパッケージの再パッケージ化(内部使用のみ)。
SpEL の中央実装パッケージ。
org.springframework.asm 内の ClassWriter 使用
型 ClassWriter のパラメーターを持つ org.springframework.asm のメソッド修飾子と型メソッド説明static byte[]Attribute.write(Attribute attribute, ClassWriter classWriter, byte[] code, int codeLength, int maxStack, int maxLocals) 指定された属性のコンテンツのバイト配列形式を返します。protected ByteVectorAttribute.write(ClassWriter classWriter, byte[] code, int codeLength, int maxStack, int maxLocals) この属性のコンテンツのバイト配列形式を返します。org.springframework.cglib.core 内の ClassWriter 使用
ClassWriter を返す org.springframework.cglib.core のメソッドorg.springframework.expression.spel 内の ClassWriter 使用
型 ClassWriter のパラメーターを持つ org.springframework.expression.spel のメソッド型 ClassWriter のパラメーターを持つ org.springframework.expression.spel のコンストラクター