(Object instance)
| 138 | } |
| 139 | |
| 140 | public byte getByte(Object instance) throws IllegalAccessException { |
| 141 | return ((Byte) get(instance)).byteValue(); |
| 142 | } |
| 143 | |
| 144 | public short getShort(Object instance) throws IllegalAccessException { |
| 145 | return ((Short) get(instance)).shortValue(); |