| Modifier and Type | Method and Description |
|---|---|
Bindings |
bindings() |
Collection<Context<?>> |
childs()
Child paths.
|
Class<T> |
clazz()
Class of the object identified by this path.
|
String |
name()
Name of the object identified by this path.
|
T |
node()
Object identified by this path.
|
static <T> Spec<T> |
of(Class<T> clazz) |
static <T> Spec<T> |
of(Class<T> clazz,
Bindings bindings) |
static <T,E> Spec<T> |
of(Class<T> clazz,
Class<E> componentClazz,
int size) |
static <T,E> Spec<T> |
of(Class<T> clazz,
Class<E> componentClazz,
int size,
Bindings bindings) |
Context<T> |
parent()
Parent path.
|
public static <T,E> Spec<T> of(Class<T> clazz, Class<E> componentClazz, int size, Bindings bindings)
public Class<T> clazz()
Pathpublic String name()
PathCopyright © 2021. All rights reserved.