Class SpringProducesBuilder
- java.lang.Object
-
- org.jsondoc.springmvc.scanner.builder.SpringProducesBuilder
-
public class SpringProducesBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SpringProducesBuilder()
-
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.
-
-
-
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:
-
-