Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey
Filter by
Sorted by
Tagged with
0 votes
1 answer
109 views

I am trying to generate C# models and client using openapi specification yaml If I have a property of type enum in multipart/form-data as below : requestBody: required: true ...
Akash Rawat's user avatar
0 votes
1 answer
156 views

I'm trying to document inner constraint for Collections (NotBlank and Size) like: @Valid private List<@NotBlank @Size(min = 1, max = 100) String> someAnotherUsefulInformationList; Can I do ...
Grigorii Riabov's user avatar
0 votes
1 answer
545 views

i have problems with Spring REST Docs and preventing deep-level documentation of fields within a request body: @Transactional @RequestMapping(path = "/edit", method = RequestMethod.POST) ...
alex_steward's user avatar
0 votes
0 answers
1k views

I use spring rest docs to document my api. Now I want to document my document my path in the form of .../accounts/{userId} but I get .../accounts/123 The test part look as follows: mockMvc.perform(...
FishingIsLife's user avatar
0 votes
1 answer
379 views

This is my first question on StackOverflow. I am using Java 11, Spring Boot 2.4.0, JUnit 5, Auto Rest Docs 2.0.9. I am getting the following warning when I am generating the document: asciidoctor: ...
Kashan Nadeem's user avatar
0 votes
1 answer
245 views

I have a Rest service with two operations /balance and /transactions to get the balance and transactions of a customer. The return type of this operations is BalanceResponse and TransactionResponse ...
Raj's user avatar
  • 321
1 vote
2 answers
546 views

I want to customize Section "title" in auto-section.adoc[] file generated by Spring Auto Rest Docs. Spring Auto Rest Docs resolves section title using @title Javadoc tag on the method(if present) or ...
HelloWorld's user avatar
0 votes
1 answer
515 views

I'm using Spring REST Docs (2.0.3.RELEASE) and Spring Auto Restdocs (2.0.6) to document a REST API. When the request contains a query parameter that has no assigned value (empty string) the snippets ...
Bruno Silva's user avatar
5 votes
1 answer
3k views

I am trying to setup spring-auto-restdocs in my project, which uses JDK 11, Gradle 5, JUnit5 and Spring Webflux with spring boot 2.1.1. I've followed the normal spring-restdocs setup guide here: ...
logi0517's user avatar
  • 845
0 votes
1 answer
275 views

I am coming across an issue with Spring AutoRest Docs. It seems to stem from this code .alwaysDo<DefaultMockMvcBuilder>(JacksonResultHandlers.prepareJackson(objectMapper)) Full configuration: ...
tjb's user avatar
  • 108
5 votes
2 answers
3k views

I am new to Spring-Boot. I want to auto generate my REST api documentation into RAML from my Spring MVC controllers. Is there anything to do that? or any guide that I could use it for generating my ...
user avatar
-1 votes
1 answer
1k views

I use Java 8, Spring Boot 2.0, JUnit4. I try to make a proper documentation with Spring Auto REST Docs. Here is my dto: @Data @NoArgsConstructor public class ESLogRequestDTO { /** * Дата ...
Nikita Krasnov's user avatar
3 votes
0 answers
296 views

Currently, when using Spring Auto REST Docs to generate response fields, all objects are flattened out into the response. For example consider these two classes: public class Foo { private Bar ...
Bram's user avatar
  • 1,216
1 vote
1 answer
592 views

Is it possible to use spring-auto-restdocs with Swagger/SpringFox, swagger2markup? I'd like to: - Use Swagger/SpringFox to provide the test area BUT then I want the examples in that UI to be similar ...
Melissa's user avatar
  • 882
0 votes
0 answers
990 views

I am not getting how do you use JavaDocs, with Spring Auto Rest Docs. I can generate my java-docs locally by using STS, UI option. However,i am not sure how to generate java-docs using Spring Auto ...
GoPro's user avatar
  • 738

15 30 50 per page