public final class UnsafeAccessor extends Accessor
Accessor.Factory| Modifier and Type | Field and Description |
|---|---|
long |
offset |
| Constructor and Description |
|---|
UnsafeAccessor(Field f) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
get(Object owner)
Get the field value.
|
void |
set(Object owner,
Object value)
Set the field value.
|
public UnsafeAccessor(Field f)
Copyright © 2009–2017. All rights reserved.