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