public abstract class Accessor extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Accessor.Factory |
| Modifier and Type | Method and Description |
|---|---|
abstract <T> T |
get(Object owner)
Get the field value.
|
abstract void |
set(Object owner,
Object value)
Set the field value.
|
Copyright © 2009–2022. All rights reserved.