Class SpringProducesBuilder


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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Set<java.lang.String> buildProduces​(java.lang.reflect.Method method)
      From Spring's documentation: [produces 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 produces restriction.
      • Methods inherited from class java.lang.Object

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

      • SpringProducesBuilder

        public SpringProducesBuilder()
    • Method Detail

      • buildProduces

        public static java.util.Set<java.lang.String> buildProduces​(java.lang.reflect.Method method)
        From Spring's documentation: [produces 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 produces restriction.
        Parameters:
        method -
        Returns: