| Modifier and Type | Class and Description |
|---|---|
static class |
Init.Builder<T> |
| Modifier and Type | Method and Description |
|---|---|
static <T> Init.Builder<T> |
builder(Class<T> clazz) |
java.util.stream.Stream<Path<?,?>> |
child()
Child paths.
|
Class<T> |
clazz()
Class of the object identified by this path.
|
Bindings |
getBindings() |
GeneratedEngine |
getGeneratedEngine() |
String |
name()
Name of the object identified by this path.
|
T |
node()
Object identified by this path.
|
Path<?,? extends Context<T>> |
parent()
Parent path.
|
public String name()
Pathpublic Path<?,? extends Context<T>> parent()
Pathpublic java.util.stream.Stream<Path<?,?>> child()
Pathpublic static <T> Init.Builder<T> builder(Class<T> clazz)
public Bindings getBindings()
getBindings in interface Context<T>public GeneratedEngine getGeneratedEngine()
getGeneratedEngine in interface Context<T>Copyright © 2020. All rights reserved.