Interface QueryParameters


public interface QueryParameters
This interface allows to extract Query Parameters to be expanded in the URI Template.
  • Method Summary

    Modifier and Type
    Method
    Description
    Extracts the query parameters into a map for the URI template parsing.
  • Method Details

    • toQueryParameters

      @Nonnull Map<String,Object> toQueryParameters()
      Extracts the query parameters into a map for the URI template parsing.
      Returns:
      a Map of String to Object