Interface FieldAccessor
public interface FieldAccessor
-
Method Summary
Modifier and TypeMethodDescriptionbooleangetBoolean(Object target) bytechardoublefloatintlongshortvoidvoidsetBoolean(Object target, boolean value) voidvoidvoidvoidvoidvoidvoid
-
Method Details
-
get
-
getBoolean
-
getByte
-
getChar
-
getShort
-
getInt
-
getLong
-
getFloat
-
getDouble
-
set
- Throws:
IllegalAccessException
-
setBoolean
- Throws:
IllegalAccessException
-
setByte
- Throws:
IllegalAccessException
-
setChar
- Throws:
IllegalAccessException
-
setShort
- Throws:
IllegalAccessException
-
setInt
- Throws:
IllegalAccessException
-
setLong
- Throws:
IllegalAccessException
-
setFloat
- Throws:
IllegalAccessException
-
setDouble
- Throws:
IllegalAccessException
-