public interface SearchModel<T>
Modifier and Type | Method and Description |
---|---|
default String |
attributePath() |
default List<String> |
buildPath() |
SearchModel<T> |
getParent() |
String |
getPathSegment() |
default boolean |
hasPath(List<String> pathSegments)
Checks if the given pathSegments matches the path of the parents and the current one of this search model.
|
@Nullable SearchModel<T> getParent()
default String attributePath()
default boolean hasPath(List<String> pathSegments)
pathSegments
- the path segments, the most closer element is one the right side