T
- Path typeB
- Concrete builder typepublic static interface Path.Builder<T,B extends Path.Builder<T,B>> extends DataMappable.Builder<B>
Modifier and Type | Method and Description |
---|---|
B |
parent(Path<?> parent)
Sets the parent path
|
dataPath
B parent(Path<?> parent)
parent
- The parent path to setUnsupportedOperationException
- If this path is a final path, i.e. does not supports parent pathsCopyright © 2019 The Holon Platform. All rights reserved.