public abstract class SnippetWritingResultHandler extends Object implements ResultHandler
ResultHandler that writes a documentation snippet| Modifier | Constructor and Description |
|---|---|
protected |
SnippetWritingResultHandler(String outputDir,
String fileName) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(MvcResult result) |
protected abstract void |
handle(MvcResult result,
DocumentationWriter writer) |
protected abstract void handle(MvcResult result, DocumentationWriter writer) throws IOException
IOExceptionpublic void handle(MvcResult result) throws IOException
handle in interface ResultHandlerIOException