@Target(value={PARAMETER,FIELD}) @Retention(value=RUNTIME) public @interface QueryParam
String
value
public abstract String value
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.
Copyright © 2019. All rights reserved.