spring-restdocs
spring-restdocs copied to clipboard
Test-driven documentation for RESTful services
#42 added support for resolving constraint descriptions for a property on a class. This works well for simple payloads. For more complex payloads it would be useful to be able...
Inspired by [this question](http://stackoverflow.com/questions/33680699/spring-restdocs-document-links-in-child-documents) on Stack Overflow from @matsev. I had always assumed that links in embedded resources would be documented as part of the embedded resource's documentation, rather than...
gh-887 - Groups can be obtained from configuration (key: **groups**) - As an alternative solution, `ConstraintDescriptions` can be extended with additional methods with `groups` as an argument. P.S. docs also...
Hi, I have two JSON string. ```json { "a": { "b": [ { "c": "c1" } ] } } ``` ```json { "a": [ { "b": [ { "c": "c1"...