public class ManagedPath<T> extends Object
| Constructor and Description |
|---|
ManagedPath(HateoesContext context,
String fullPath,
Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
executeSelect(String[] pathSplit,
InitialQueryConnection<T,AbstractStatement<T>> select) |
boolean |
isMatch(String pathInfo) |
int |
size() |
String |
toString() |
public ManagedPath(HateoesContext context, String fullPath, Class<T> type)
Copyright © 2019. All rights reserved.