- buildConsumes(Method) - Static method in class org.jsondoc.springmvc.scanner.builder.SpringConsumesBuilder
-
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.
- buildHeaders(Method) - Static method in class org.jsondoc.springmvc.scanner.builder.SpringHeaderBuilder
-
From Spring's documentation: Supported at the type level as well as at
the method level! When used at the type level, all method-level mappings
inherit this header restriction.
- buildJSONDocObjectsCandidates(Set<Class<?>>, Class<?>, Type, Reflections) - Static method in class org.jsondoc.springmvc.scanner.AbstractSpringJSONDocScanner
-
Returns a set of classes that are either return types or body objects
- buildObject(Class<?>) - Static method in class org.jsondoc.springmvc.scanner.builder.SpringObjectBuilder
-
- buildPath(Method) - Static method in class org.jsondoc.springmvc.scanner.builder.SpringPathBuilder
-
From Spring's documentation: Supported at the type level as well as at
the method level! When used at the type level, all method-level mappings
inherit this primary mapping, narrowing it for a specific handler method.
- buildPathVariable(Method) - Static method in class org.jsondoc.springmvc.scanner.builder.SpringPathVariableBuilder
-
- buildProduces(Method) - Static method in class org.jsondoc.springmvc.scanner.builder.SpringProducesBuilder
-
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.
- buildQueryParams(Method) - Static method in class org.jsondoc.springmvc.scanner.builder.SpringQueryParamBuilder
-
From Spring's documentation: Supported at the type level as well as at
the method level! When used at the type level, all method-level mappings
inherit this parameter restriction
- buildRequestBody(Method) - Static method in class org.jsondoc.springmvc.scanner.builder.SpringRequestBodyBuilder
-
- buildResponse(Method) - Static method in class org.jsondoc.springmvc.scanner.builder.SpringResponseBuilder
-
Builds the ApiResponseObjectDoc from the method's return type and checks if the first type corresponds to a ResponseEntity class.
- buildResponseStatusCode(Method) - Static method in class org.jsondoc.springmvc.scanner.builder.SpringResponseStatusBuilder
-
- buildVerb(Method) - Static method in class org.jsondoc.springmvc.scanner.builder.SpringVerbBuilder
-
From Spring's documentation: When [RequestMapping method is] used at the type level, all method-level mappings inherit this HTTP method restriction