Interface InterceptFieldCallback
- All Known Implementing Classes:
AbstractInterceptFieldCallback
public interface InterceptFieldCallback
- Author:
- Juozas Baliuka
-
Method Summary
Modifier and TypeMethodDescriptionboolean
readBoolean
(Object obj, String name, boolean oldValue) byte
char
double
readDouble
(Object obj, String name, double oldValue) float
int
long
readObject
(Object obj, String name, Object oldValue) short
boolean
writeBoolean
(Object obj, String name, boolean oldValue, boolean newValue) byte
char
double
writeDouble
(Object obj, String name, double oldValue, double newValue) float
writeFloat
(Object obj, String name, float oldValue, float newValue) int
long
writeObject
(Object obj, String name, Object oldValue, Object newValue) short
writeShort
(Object obj, String name, short oldValue, short newValue)
-
Method Details
-
writeInt
-
writeChar
-
writeByte
-
writeBoolean
-
writeShort
-
writeFloat
-
writeDouble
-
writeLong
-
writeObject
-
readInt
-
readChar
-
readByte
-
readBoolean
-
readShort
-
readFloat
-
readDouble
-
readLong
-
readObject
-