Class SpringHeaderBuilder


  • public class SpringHeaderBuilder
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Set<org.jsondoc.core.pojo.ApiHeaderDoc> buildHeaders​(java.lang.reflect.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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SpringHeaderBuilder

        public SpringHeaderBuilder()
    • Method Detail

      • buildHeaders

        public static java.util.Set<org.jsondoc.core.pojo.ApiHeaderDoc> buildHeaders​(java.lang.reflect.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: