Annotation Interface Header


Indicates that this parameter is bound from HTTP header.
Author:
Kohsuke Kawaguchi
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    HTTP header name.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    If true, request without this header will be rejected.
  • Element Details

    • value

      String value
      HTTP header name.
    • required

      boolean required
      If true, request without this header will be rejected.
      Default:
      false