Interface Parameters


public interface Parameters
  • Method Details

    • getValue

      @CheckForNull String getValue(String key)
      In the case of a multi value parameter, returns the first element
    • getValues

      List<String> getValues(String key)
    • getKeys

      Set<String> getKeys()