Home » cglib-src-2.2 » net.sf.cglib.transform.impl » [javadoc | source]
net.sf.cglib.transform.impl
public class: AbstractInterceptFieldCallback [javadoc | source]
java.lang.Object
   net.sf.cglib.transform.impl.AbstractInterceptFieldCallback

All Implemented Interfaces:
    InterceptFieldCallback

Method from net.sf.cglib.transform.impl.AbstractInterceptFieldCallback Summary:
readBoolean,   readByte,   readChar,   readDouble,   readFloat,   readInt,   readLong,   readObject,   readShort,   writeBoolean,   writeByte,   writeChar,   writeDouble,   writeFloat,   writeInt,   writeLong,   writeObject,   writeShort
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from net.sf.cglib.transform.impl.AbstractInterceptFieldCallback Detail:
 public boolean readBoolean(Object obj,
    String name,
    boolean oldValue) 
 public byte readByte(Object obj,
    String name,
    byte oldValue) 
 public char readChar(Object obj,
    String name,
    char oldValue) 
 public double readDouble(Object obj,
    String name,
    double oldValue) 
 public float readFloat(Object obj,
    String name,
    float oldValue) 
 public int readInt(Object obj,
    String name,
    int oldValue) 
 public long readLong(Object obj,
    String name,
    long oldValue) 
 public Object readObject(Object obj,
    String name,
    Object oldValue) 
 public short readShort(Object obj,
    String name,
    short oldValue) 
 public boolean writeBoolean(Object obj,
    String name,
    boolean oldValue,
    boolean newValue) 
 public byte writeByte(Object obj,
    String name,
    byte oldValue,
    byte newValue) 
 public char writeChar(Object obj,
    String name,
    char oldValue,
    char newValue) 
 public double writeDouble(Object obj,
    String name,
    double oldValue,
    double newValue) 
 public float writeFloat(Object obj,
    String name,
    float oldValue,
    float newValue) 
 public int writeInt(Object obj,
    String name,
    int oldValue,
    int newValue) 
 public long writeLong(Object obj,
    String name,
    long oldValue,
    long newValue) 
 public Object writeObject(Object obj,
    String name,
    Object oldValue,
    Object newValue) 
 public short writeShort(Object obj,
    String name,
    short oldValue,
    short newValue)