N - type of the object identified by this path.P - Type of container which contains object.public interface Path<N,P extends Path<N,P>>
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<Path<?,?>> |
child()
Child paths.
|
Class<N> |
clazz()
Class of the object identified by this path.
|
String |
name()
Name of the object identified by this path.
|
N |
node()
Object identified by this path.
|
Path<?,? extends P> |
parent()
Parent path.
|
default java.util.stream.Stream<Path<?,?>> |
stream() |
Class<N> clazz()
N node()
String name()
java.util.stream.Stream<Path<?,?>> child()
default java.util.stream.Stream<Path<?,?>> stream()
Copyright © 2020. All rights reserved.