Annotation Type QueryParam

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String value
      The name of the query parameter.
    • Element Detail

      • value

        String value
        The name of the query parameter.

        If left blank the method parameter name is used.

        We typically use this when the query parameter uses snake-case or similar that does not map to a valid java/kotlin parameter name.

        Default:
        ""