Package io.micronaut.http.annotation
Annotation Type QueryValue
-
@Documented @Retention(RUNTIME) @Target({FIELD,PARAMETER,ANNOTATION_TYPE}) @Bindable @Inherited public @interface QueryValue
Indicates that the parameter to a method should be bound from a value in the query string or path of the URI.- Since:
- 1.0
- See Also:
URI.getQuery()
,URI.getPath()
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
defaultValue
java.lang.String
value
-