Class SpringConsumesBuilder
- java.lang.Object
-
- org.jsondoc.springmvc.scanner.builder.SpringConsumesBuilder
-
public class SpringConsumesBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SpringConsumesBuilder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Set<java.lang.String>buildConsumes(java.lang.reflect.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.
-
-
-
Method Detail
-
buildConsumes
public static java.util.Set<java.lang.String> buildConsumes(java.lang.reflect.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:
-
-