Interface ResourceConfiguration<Key,Resource>
-
- All Known Implementing Classes:
StringUriResourceConfiguration
public interface ResourceConfiguration<Key,Resource>Abstraction for the single key , resource mapping configured e.g. via spring.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KeygetKey()ResourcegetResource()
-