Interface InterceptFieldCallback

All Known Implementing Classes:
AbstractInterceptFieldCallback

public interface InterceptFieldCallback
Author:
Juozas Baliuka
  • Method Details

    • writeInt

      int writeInt(Object obj, String name, int oldValue, int newValue)
    • writeChar

      char writeChar(Object obj, String name, char oldValue, char newValue)
    • writeByte

      byte writeByte(Object obj, String name, byte oldValue, byte newValue)
    • writeBoolean

      boolean writeBoolean(Object obj, String name, boolean oldValue, boolean newValue)
    • writeShort

      short writeShort(Object obj, String name, short oldValue, short newValue)
    • writeFloat

      float writeFloat(Object obj, String name, float oldValue, float newValue)
    • writeDouble

      double writeDouble(Object obj, String name, double oldValue, double newValue)
    • writeLong

      long writeLong(Object obj, String name, long oldValue, long newValue)
    • writeObject

      Object writeObject(Object obj, String name, Object oldValue, Object newValue)
    • readInt

      int readInt(Object obj, String name, int oldValue)
    • readChar

      char readChar(Object obj, String name, char oldValue)
    • readByte

      byte readByte(Object obj, String name, byte oldValue)
    • readBoolean

      boolean readBoolean(Object obj, String name, boolean oldValue)
    • readShort

      short readShort(Object obj, String name, short oldValue)
    • readFloat

      float readFloat(Object obj, String name, float oldValue)
    • readDouble

      double readDouble(Object obj, String name, double oldValue)
    • readLong

      long readLong(Object obj, String name, long oldValue)
    • readObject

      Object readObject(Object obj, String name, Object oldValue)