Class SpringConsumesBuilder

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

public class SpringConsumesBuilder
extends Object
  • Constructor Details

    • SpringConsumesBuilder

      public SpringConsumesBuilder()
  • Method Details

    • buildConsumes

      public static Set<String> buildConsumes​(Method method)
      From Spring's documentation: [consumes is] supported at the type level as well as at the method level! When used at the type level, all method-level mappings override this consumes restriction.
      Parameters:
      method -
      Returns: