public class ObjectContext<T> extends ValueContext<T>
| Constructor and Description |
|---|
ObjectContext(Class<T> clazz,
Bindings bindings,
tech.generated.common.engine.spi.summner.GeneratedEngine generatedEngine) |
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<Path<?,?>> |
child()
Child paths.
|
Class<T> |
clazz()
Class of the object identified by this path.
|
T |
get()
Return underlying value.
|
String |
name()
Name of the object identified by this path.
|
T |
node()
Object identified by this path.
|
void |
set(T value)
Set underlying value.
|
getBindings, getGeneratedEngine, isActiveted, parent, setActivetedpublic T get()
Accessorpublic void set(T value)
Accessorvalue - value.public Class<T> clazz()
Pathpublic T node()
Pathpublic String name()
Pathpublic java.util.stream.Stream<Path<?,?>> child()
PathCopyright © 2020. All rights reserved.