Class AbstractInterceptFieldCallback
java.lang.Object
org.springframework.cglib.transform.impl.AbstractInterceptFieldCallback
- All Implemented Interfaces:
- InterceptFieldCallback
- Author:
- Chris Nokleberg
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanreadBoolean(Object obj, String name, boolean oldValue) bytechardoublereadDouble(Object obj, String name, double oldValue) floatintlongreadObject(Object obj, String name, Object oldValue) shortbooleanwriteBoolean(Object obj, String name, boolean oldValue, boolean newValue) bytechardoublewriteDouble(Object obj, String name, double oldValue, double newValue) floatwriteFloat(Object obj, String name, float oldValue, float newValue) intlongwriteObject(Object obj, String name, Object oldValue, Object newValue) shortwriteShort(Object obj, String name, short oldValue, short newValue) 
- 
Constructor Details- 
AbstractInterceptFieldCallbackpublic AbstractInterceptFieldCallback()
 
- 
- 
Method Details- 
writeInt- Specified by:
- writeIntin interface- InterceptFieldCallback
 
- 
writeChar- Specified by:
- writeCharin interface- InterceptFieldCallback
 
- 
writeByte- Specified by:
- writeBytein interface- InterceptFieldCallback
 
- 
writeBoolean- Specified by:
- writeBooleanin interface- InterceptFieldCallback
 
- 
writeShort- Specified by:
- writeShortin interface- InterceptFieldCallback
 
- 
writeFloat- Specified by:
- writeFloatin interface- InterceptFieldCallback
 
- 
writeDouble- Specified by:
- writeDoublein interface- InterceptFieldCallback
 
- 
writeLong- Specified by:
- writeLongin interface- InterceptFieldCallback
 
- 
writeObject- Specified by:
- writeObjectin interface- InterceptFieldCallback
 
- 
readInt- Specified by:
- readIntin interface- InterceptFieldCallback
 
- 
readChar- Specified by:
- readCharin interface- InterceptFieldCallback
 
- 
readByte- Specified by:
- readBytein interface- InterceptFieldCallback
 
- 
readBoolean- Specified by:
- readBooleanin interface- InterceptFieldCallback
 
- 
readShort- Specified by:
- readShortin interface- InterceptFieldCallback
 
- 
readFloat- Specified by:
- readFloatin interface- InterceptFieldCallback
 
- 
readDouble- Specified by:
- readDoublein interface- InterceptFieldCallback
 
- 
readLong- Specified by:
- readLongin interface- InterceptFieldCallback
 
- 
readObject- Specified by:
- readObjectin interface- InterceptFieldCallback
 
 
-