public class AbstractInterceptFieldCallback extends Object implements InterceptFieldCallback
Constructor and Description |
---|
AbstractInterceptFieldCallback() |
Modifier and Type | Method and Description |
---|---|
boolean |
readBoolean(Object obj,
String name,
boolean oldValue) |
byte |
readByte(Object obj,
String name,
byte oldValue) |
char |
readChar(Object obj,
String name,
char oldValue) |
double |
readDouble(Object obj,
String name,
double oldValue) |
float |
readFloat(Object obj,
String name,
float oldValue) |
int |
readInt(Object obj,
String name,
int oldValue) |
long |
readLong(Object obj,
String name,
long oldValue) |
Object |
readObject(Object obj,
String name,
Object oldValue) |
short |
readShort(Object obj,
String name,
short oldValue) |
boolean |
writeBoolean(Object obj,
String name,
boolean oldValue,
boolean newValue) |
byte |
writeByte(Object obj,
String name,
byte oldValue,
byte newValue) |
char |
writeChar(Object obj,
String name,
char oldValue,
char newValue) |
double |
writeDouble(Object obj,
String name,
double oldValue,
double newValue) |
float |
writeFloat(Object obj,
String name,
float oldValue,
float newValue) |
int |
writeInt(Object obj,
String name,
int oldValue,
int newValue) |
long |
writeLong(Object obj,
String name,
long oldValue,
long newValue) |
Object |
writeObject(Object obj,
String name,
Object oldValue,
Object newValue) |
short |
writeShort(Object obj,
String name,
short oldValue,
short newValue) |
public int writeInt(Object obj, String name, int oldValue, int newValue)
writeInt
in interface InterceptFieldCallback
public char writeChar(Object obj, String name, char oldValue, char newValue)
writeChar
in interface InterceptFieldCallback
public byte writeByte(Object obj, String name, byte oldValue, byte newValue)
writeByte
in interface InterceptFieldCallback
public boolean writeBoolean(Object obj, String name, boolean oldValue, boolean newValue)
writeBoolean
in interface InterceptFieldCallback
public short writeShort(Object obj, String name, short oldValue, short newValue)
writeShort
in interface InterceptFieldCallback
public float writeFloat(Object obj, String name, float oldValue, float newValue)
writeFloat
in interface InterceptFieldCallback
public double writeDouble(Object obj, String name, double oldValue, double newValue)
writeDouble
in interface InterceptFieldCallback
public long writeLong(Object obj, String name, long oldValue, long newValue)
writeLong
in interface InterceptFieldCallback
public Object writeObject(Object obj, String name, Object oldValue, Object newValue)
writeObject
in interface InterceptFieldCallback
public int readInt(Object obj, String name, int oldValue)
readInt
in interface InterceptFieldCallback
public char readChar(Object obj, String name, char oldValue)
readChar
in interface InterceptFieldCallback
public byte readByte(Object obj, String name, byte oldValue)
readByte
in interface InterceptFieldCallback
public boolean readBoolean(Object obj, String name, boolean oldValue)
readBoolean
in interface InterceptFieldCallback
public short readShort(Object obj, String name, short oldValue)
readShort
in interface InterceptFieldCallback
public float readFloat(Object obj, String name, float oldValue)
readFloat
in interface InterceptFieldCallback
public double readDouble(Object obj, String name, double oldValue)
readDouble
in interface InterceptFieldCallback
public long readLong(Object obj, String name, long oldValue)
readLong
in interface InterceptFieldCallback
public Object readObject(Object obj, String name, Object oldValue)
readObject
in interface InterceptFieldCallback
Copyright © 2019. All rights reserved.