public class HttpieRequestSnippet extends TemplatedSnippet
Snippet
that documents the HTTPie command for a request.CliDocumentation.httpieRequest()
,
CliDocumentation.httpieRequest(Map)
Modifier | Constructor and Description |
---|---|
protected |
HttpieRequestSnippet(CommandFormatter commandFormatter)
Creates a new
HttpieRequestSnippet that will use the given
commandFormatter to format the HTTPie command. |
protected |
HttpieRequestSnippet(java.util.Map<java.lang.String,java.lang.Object> attributes,
CommandFormatter commandFormatter)
Creates a new
HttpieRequestSnippet with the given additional
attributes that will be included in the model during template rendering. |
Modifier and Type | Method and Description |
---|---|
protected java.util.Map<java.lang.String,java.lang.Object> |
createModel(Operation operation)
Create the model that should be used during template rendering to document the
given
operation . |
document, getAttributes, getSnippetName
protected HttpieRequestSnippet(CommandFormatter commandFormatter)
HttpieRequestSnippet
that will use the given
commandFormatter
to format the HTTPie command.commandFormatter
- The formatterprotected HttpieRequestSnippet(java.util.Map<java.lang.String,java.lang.Object> attributes, CommandFormatter commandFormatter)
HttpieRequestSnippet
with the given additional
attributes
that will be included in the model during template rendering.
The given commandFormaatter
will be used to format the HTTPie command.attributes
- The additional attributescommandFormatter
- The formatter for generating the snippetprotected java.util.Map<java.lang.String,java.lang.Object> createModel(Operation operation)
TemplatedSnippet
operation
. Any additional attributes that were supplied when this
TemplatedSnippet
were created will be automatically added to the model
prior to rendering.createModel
in class TemplatedSnippet
operation
- The operation