接口 InterceptFieldCallback
- 所有已知实现类:
AbstractInterceptFieldCallback
public interface InterceptFieldCallback
- 作者:
- Juozas Baliuka
-
方法概要
修饰符和类型方法说明booleanreadBoolean(Object obj, String name, boolean oldValue) bytechardoublereadDouble(Object obj, String name, double oldValue) floatintlongreadObject(Object obj, String name, Object oldValue) shortbooleanwriteBoolean(Object obj, String name, boolean oldValue, boolean newValue) bytechardoublewriteDouble(Object obj, String name, double oldValue, double newValue) floatwriteFloat(Object obj, String name, float oldValue, float newValue) intlongwriteObject(Object obj, String name, Object oldValue, Object newValue) shortwriteShort(Object obj, String name, short oldValue, short newValue)
-
方法详细资料
-
writeInt
-
writeChar
-
writeByte
-
writeBoolean
-
writeShort
-
writeFloat
-
writeDouble
-
writeLong
-
writeObject
-
readInt
-
readChar
-
readByte
-
readBoolean
-
readShort
-
readFloat
-
readDouble
-
readLong
-
readObject
-