Interface URLPatternMapper<T>


public interface URLPatternMapper<T>
  • Method Details

    • consumeValues

      void consumeValues(Consumer<T> consumer, String urlPath)
    • getValue

      T getValue(String urlPath)
    • getValues

      default Set<T> getValues(String urlPath)