C
- The Class containing the Field to be accessedpublic static class UnsafeFieldAccess.UnsafeShortFieldAccess<C> extends UnsafeFieldAccess<C>
UnsafeFieldAccess.UnsafeBooleanFieldAccess<C>, UnsafeFieldAccess.UnsafeByteFieldAccess<C>, UnsafeFieldAccess.UnsafeCharFieldAccess<C>, UnsafeFieldAccess.UnsafeDoubleFieldAccess<C>, UnsafeFieldAccess.UnsafeFloatFieldAccess<C>, UnsafeFieldAccess.UnsafeIntFieldAccess<C>, UnsafeFieldAccess.UnsafeLongFieldAccess<C>, UnsafeFieldAccess.UnsafeShortFieldAccess<C>
Constructor and Description |
---|
UnsafeShortFieldAccess(Field f)
Construct a new instance for the given Field
|
Modifier and Type | Method and Description |
---|---|
short |
getShortValue(C parent)
Retrieve the value of the field for the given instance
|
Short |
getValue(C parent)
Retrieve the value of the field for the given instance
|
void |
putShortValue(C parent,
short newFieldValue)
Update the value of the field for the given instance
|
void |
putValue(C parent,
Object newFieldValue)
Update the value of the field for the given instance
|
declaringClass, field, fieldClass, fieldOffset, get, getBooleanValue, getByteValue, getCharValue, getDoubleValue, getFloatValue, getIntValue, getLongValue, putBooleanValue, putByteValue, putCharValue, putDoubleValue, putFloatValue, putIntValue, putLongValue
public UnsafeShortFieldAccess(Field f)
f
- The Field to be accessedpublic Short getValue(C parent)
FieldAccess
getValue
in interface FieldAccess<C>
getValue
in class UnsafeFieldAccess<C>
parent
- The instance to access the field forpublic short getShortValue(C parent)
FieldAccess
getShortValue
in interface FieldAccess<C>
getShortValue
in class UnsafeFieldAccess<C>
parent
- The instance to access the field forpublic void putValue(C parent, Object newFieldValue)
FieldAccess
putValue
in interface FieldAccess<C>
putValue
in class UnsafeFieldAccess<C>
parent
- The instance to access the field fornewFieldValue
- The new valuepublic void putShortValue(C parent, short newFieldValue)
FieldAccess
putShortValue
in interface FieldAccess<C>
putShortValue
in class UnsafeFieldAccess<C>
parent
- The instance to access the field fornewFieldValue
- The new value as a shortCopyright © 2010–2018 Jadira Systems. All rights reserved.