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 Details

    • getKey

      Key getKey()
    • getResource

      Resource getResource()