Annotation Type HeaderValue
-
@Target(PARAMETER) @Retention(RUNTIME) public @interface HeaderValueAnnotation that indicates method parameter should be bound to the HTTP header with the specified name.Supported for
HttpRouteannotated handler methods.- Since:
- 1.1
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueReturns the name of the value in HTTP header.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanrequiredReturns whether the header is required.
-