| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectnet.sf.cglib.transform.impl.AbstractInterceptFieldCallbackpublic class AbstractInterceptFieldCallbackextends java.lang.Objectimplements InterceptFieldCallbackMethod Summary | |
boolean |
|
byte |
|
char |
|
double |
|
float |
|
int |
|
long |
|
Object |
|
short |
|
boolean |
|
byte |
|
char |
|
double |
|
float |
|
int |
|
long |
|
Object |
|
short |
|
public boolean readBoolean(Object obj,
String name,
boolean oldValue)
- Specified by:
- readBoolean in interface InterceptFieldCallback
public byte readByte(Object obj,
String name,
byte oldValue)
- Specified by:
- readByte in interface InterceptFieldCallback
public char readChar(Object obj,
String name,
char oldValue)
- Specified by:
- readChar in interface InterceptFieldCallback
public double readDouble(Object obj,
String name,
double oldValue)
- Specified by:
- readDouble in interface InterceptFieldCallback
public float readFloat(Object obj,
String name,
float oldValue)
- Specified by:
- readFloat in interface InterceptFieldCallback
public int readInt(Object obj,
String name,
int oldValue)
- Specified by:
- readInt in interface InterceptFieldCallback
public long readLong(Object obj,
String name,
long oldValue)
- Specified by:
- readLong in interface InterceptFieldCallback
public Object readObject(Object obj,
String name,
Object oldValue)
- Specified by:
- readObject in interface InterceptFieldCallback
public short readShort(Object obj,
String name,
short oldValue)
- Specified by:
- readShort in interface InterceptFieldCallback
public boolean writeBoolean(Object obj,
String name,
boolean oldValue,
boolean newValue)
- Specified by:
- writeBoolean in interface InterceptFieldCallback
public byte writeByte(Object obj,
String name,
byte oldValue,
byte newValue)
- Specified by:
- writeByte in interface InterceptFieldCallback
public char writeChar(Object obj,
String name,
char oldValue,
char newValue)
- Specified by:
- writeChar in interface InterceptFieldCallback
public double writeDouble(Object obj,
String name,
double oldValue,
double newValue)
- Specified by:
- writeDouble in interface InterceptFieldCallback
public float writeFloat(Object obj,
String name,
float oldValue,
float newValue)
- Specified by:
- writeFloat in interface InterceptFieldCallback
public int writeInt(Object obj,
String name,
int oldValue,
int newValue)
- Specified by:
- writeInt in interface InterceptFieldCallback
public long writeLong(Object obj,
String name,
long oldValue,
long newValue)
- Specified by:
- writeLong in interface InterceptFieldCallback
public Object writeObject(Object obj,
String name,
Object oldValue,
Object newValue)
- Specified by:
- writeObject in interface InterceptFieldCallback
public short writeShort(Object obj,
String name,
short oldValue,
short newValue)
- Specified by:
- writeShort in interface InterceptFieldCallback