クラス AbstractInterceptFieldCallback
java.lang.ObjectSE
org.springframework.cglib.transform.impl.AbstractInterceptFieldCallback
- 実装されたすべてのインターフェース:
InterceptFieldCallback
- 作成者:
- Chris Nokleberg
コンストラクターのサマリー
コンストラクター方法の概要
修飾子と型メソッド説明boolean
readBoolean
(ObjectSE obj, StringSE name, boolean oldValue) byte
char
double
readDouble
(ObjectSE obj, StringSE name, double oldValue) float
int
long
readObject
(ObjectSE obj, StringSE name, ObjectSE oldValue) short
boolean
writeBoolean
(ObjectSE obj, StringSE name, boolean oldValue, boolean newValue) byte
char
double
writeDouble
(ObjectSE obj, StringSE name, double oldValue, double newValue) float
writeFloat
(ObjectSE obj, StringSE name, float oldValue, float newValue) int
long
writeObject
(ObjectSE obj, StringSE name, ObjectSE oldValue, ObjectSE newValue) short
writeShort
(ObjectSE obj, StringSE name, short oldValue, short newValue)
コンストラクターの詳細
AbstractInterceptFieldCallback
public AbstractInterceptFieldCallback()
メソッドの詳細
writeInt
- 次で指定:
- インターフェース
InterceptFieldCallback
のwriteInt
writeChar
- 次で指定:
- インターフェース
InterceptFieldCallback
のwriteChar
writeByte
- 次で指定:
- インターフェース
InterceptFieldCallback
のwriteByte
writeBoolean
- 次で指定:
- インターフェース
InterceptFieldCallback
のwriteBoolean
writeShort
- 次で指定:
- インターフェース
InterceptFieldCallback
のwriteShort
writeFloat
- 次で指定:
- インターフェース
InterceptFieldCallback
のwriteFloat
writeDouble
- 次で指定:
- インターフェース
InterceptFieldCallback
のwriteDouble
writeLong
- 次で指定:
- インターフェース
InterceptFieldCallback
のwriteLong
writeObject
- 次で指定:
- インターフェース
InterceptFieldCallback
のwriteObject
readInt
- 次で指定:
- インターフェース
InterceptFieldCallback
のreadInt
readChar
- 次で指定:
- インターフェース
InterceptFieldCallback
のreadChar
readByte
- 次で指定:
- インターフェース
InterceptFieldCallback
のreadByte
readBoolean
- 次で指定:
- インターフェース
InterceptFieldCallback
のreadBoolean
readShort
- 次で指定:
- インターフェース
InterceptFieldCallback
のreadShort
readFloat
- 次で指定:
- インターフェース
InterceptFieldCallback
のreadFloat
readDouble
- 次で指定:
- インターフェース
InterceptFieldCallback
のreadDouble
readLong
- 次で指定:
- インターフェース
InterceptFieldCallback
のreadLong
readObject
- 次で指定:
- インターフェース
InterceptFieldCallback
のreadObject