mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 17:59:03 +00:00
Merge branch '2.1.x'
This commit is contained in:
+3
-3
@@ -145,12 +145,12 @@ public class MappingsEndpointServletDocumentationTests
|
||||
.type(JsonFieldType.OBJECT)
|
||||
.description("Details of the method, if any, "
|
||||
+ "that will handle requests to this mapping."),
|
||||
fieldWithPath("*.[].details.handlerMethod.className")
|
||||
fieldWithPath("*.[].details.handlerMethod.className").optional()
|
||||
.type(JsonFieldType.STRING)
|
||||
.description("Fully qualified name of the class of the method."),
|
||||
fieldWithPath("*.[].details.handlerMethod.name")
|
||||
fieldWithPath("*.[].details.handlerMethod.name").optional()
|
||||
.type(JsonFieldType.STRING).description("Name of the method."),
|
||||
fieldWithPath("*.[].details.handlerMethod.descriptor")
|
||||
fieldWithPath("*.[].details.handlerMethod.descriptor").optional()
|
||||
.type(JsonFieldType.STRING)
|
||||
.description("Descriptor of the method as specified in the Java "
|
||||
+ "Language Specification."));
|
||||
|
||||
Reference in New Issue
Block a user