QueryMap

annotation class QueryMap(val encoded: Boolean = false)

Query parameter keys and values appended to the URL.

A null value for the map, as a key is not allowed.

See also

Properties

Link copied to clipboard
val encoded: Boolean = false

Specifies whether the argument value to the annotated method parameter is already URL encoded.