Class SpringHeaderBuilder

java.lang.Object
org.jsondoc.springmvc.scanner.builder.SpringHeaderBuilder

public class SpringHeaderBuilder
extends Object
  • Constructor Details

    • SpringHeaderBuilder

      public SpringHeaderBuilder()
  • Method Details

    • buildHeaders

      public static Set<org.jsondoc.core.pojo.ApiHeaderDoc> buildHeaders​(Method method)
      From Spring's documentation: Supported at the type level as well as at the method level! When used at the type level, all method-level mappings inherit this header restriction. Finally it looks for @ApiHeader annotations on parameters and adds the result to the final Set
      Parameters:
      method -
      Returns: