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