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