Annotation Type CustomHeaderFeature.Require
-
@Retention(RUNTIME) @Documented @Target(METHOD) public static @interface CustomHeaderFeature.Require
A method annotation to be placed on those resource methods to which a validatingCustomHeaderFilterinstance should be added.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description StringheaderNameExpected custom header name to be validated by theCustomHeaderFilter.StringheaderValueExpected custom header value to be validated by theCustomHeaderFilter.
-
-
-
Element Detail
-
headerName
String headerName
Expected custom header name to be validated by theCustomHeaderFilter.
-
-
-
headerValue
String headerValue
Expected custom header value to be validated by theCustomHeaderFilter.
-
-