public class RefFieldContext<T> extends ValueContext<T> implements FieldAccessor<T>
| Constructor and Description |
|---|
RefFieldContext(Bindings bindings,
Field field) |
RefFieldContext(ValueContext<?> parent,
Field field) |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends Context<?>> |
childs() |
Class<T> |
clazz() |
T |
get()
Return underlying value.
|
String |
name() |
T |
node() |
void |
set(T value)
Set underlying value.
|
bindings, getStage, parent, setStagepublic RefFieldContext(ValueContext<?> parent, Field field)
public Collection<? extends Context<?>> childs()
Copyright © 2021. All rights reserved.