public interface ResourceLookup<T extends AbstractResource>
Modifier and Type | Interface and Description |
---|---|
static class |
ResourceLookup.EmptyResourceLookup<T extends AbstractResource> |
Modifier and Type | Method and Description |
---|---|
T |
get(java.lang.String id) |
boolean |
isEmpty() |
java.util.List<ResolvableLink<T>> |
links() |
T get(java.lang.String id)
java.util.List<ResolvableLink<T>> links()
boolean isEmpty()