public final class StatePropertyAccessor<T> extends Object implements StateAccessible<T>
| Constructor and Description |
|---|
StatePropertyAccessor(Method getter,
Setter<T> setter) |
| Modifier and Type | Method and Description |
|---|---|
T |
read(Object reactiveObject) |
void |
write(Object reactiveObject,
T state) |
Copyright © 2015. All Rights Reserved.