Package | Description |
---|---|
org.springframework.restdocs.generate |
Classes that drive the generation of the documentation snippets.
|
Constructor and Description |
---|
RestDocumentationGenerator(java.lang.String identifier,
RequestConverter<REQ> requestConverter,
ResponseConverter<RESP> responseConverter,
OperationRequestPreprocessor requestPreprocessor,
OperationResponsePreprocessor responsePreprocessor,
Snippet... snippets)
Creates a new
RestDocumentationGenerator for the operation identified by
the given identifier . |
RestDocumentationGenerator(java.lang.String identifier,
RequestConverter<REQ> requestConverter,
ResponseConverter<RESP> responseConverter,
OperationRequestPreprocessor requestPreprocessor,
Snippet... snippets)
Creates a new
RestDocumentationGenerator for the operation identified by
the given identifier . |
RestDocumentationGenerator(java.lang.String identifier,
RequestConverter<REQ> requestConverter,
ResponseConverter<RESP> responseConverter,
OperationResponsePreprocessor responsePreprocessor,
Snippet... snippets)
Creates a new
RestDocumentationGenerator for the operation identified by
the given identifier . |
RestDocumentationGenerator(java.lang.String identifier,
RequestConverter<REQ> requestConverter,
ResponseConverter<RESP> responseConverter,
Snippet... snippets)
Creates a new
RestDocumentationGenerator for the operation identified by
the given identifier . |