Query
with encodeValue = false
.@Documented
@Deprecated
@Target(value=PARAMETER)
@Retention(value=RUNTIME)
public @interface EncodedQuery
Values are converted to strings using String.valueOf(Object)
. Values are not URL
encoded. null
values will not include the query parameter in the URL. See
@Query
for URL-encoding equivalent.
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
Deprecated.
|
Copyright © 2014 Square, Inc.. All Rights Reserved.