public class ResponseComponent extends MarkupComponent<ResponseComponent.Parameters>
| Modifier and Type | Class and Description |
|---|---|
static class |
ResponseComponent.Parameters |
COLON, config, context, extensionRegistry, labels, logger| Modifier and Type | Method and Description |
|---|---|
io.github.swagger2markup.markup.builder.MarkupDocBuilder |
apply(io.github.swagger2markup.markup.builder.MarkupDocBuilder markupDocBuilder,
ResponseComponent.Parameters params) |
static ResponseComponent.Parameters |
parameters(PathOperation operation,
int titleLevel,
java.util.List<ObjectType> inlineDefinitions) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static ResponseComponent.Parameters parameters(PathOperation operation, int titleLevel, java.util.List<ObjectType> inlineDefinitions)
public io.github.swagger2markup.markup.builder.MarkupDocBuilder apply(io.github.swagger2markup.markup.builder.MarkupDocBuilder markupDocBuilder,
ResponseComponent.Parameters params)