Class SpringProducesBuilder
java.lang.Object
org.jsondoc.springmvc.scanner.builder.SpringProducesBuilder
public class SpringProducesBuilder extends Object
-
Constructor Summary
Constructors Constructor Description SpringProducesBuilder() -
Method Summary
Modifier and Type Method Description static Set<String>buildProduces(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.
-
Constructor Details
-
SpringProducesBuilder
public SpringProducesBuilder()
-
-
Method Details
-
buildProduces
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:
-