public class TagsComponent extends MarkupComponent<TagsComponent.Parameters>
| Modifier and Type | Class and Description |
|---|---|
static class |
TagsComponent.Parameters |
COLON, config, context, extensionRegistry, labels, logger| Constructor and Description |
|---|
TagsComponent(Swagger2MarkupConverter.Context context) |
| Modifier and Type | Method and Description |
|---|---|
io.github.swagger2markup.markup.builder.MarkupDocBuilder |
apply(io.github.swagger2markup.markup.builder.MarkupDocBuilder markupDocBuilder,
TagsComponent.Parameters params) |
static TagsComponent.Parameters |
parameters(java.util.List<io.swagger.models.Tag> tags,
int titleLevel) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic TagsComponent(Swagger2MarkupConverter.Context context)
public static TagsComponent.Parameters parameters(java.util.List<io.swagger.models.Tag> tags, int titleLevel)
public io.github.swagger2markup.markup.builder.MarkupDocBuilder apply(io.github.swagger2markup.markup.builder.MarkupDocBuilder markupDocBuilder,
TagsComponent.Parameters params)