public class PathOperationComponent extends MarkupComponent<PathOperationComponent.Parameters>
| Modifier and Type | Class and Description |
|---|---|
static class |
PathOperationComponent.Parameters |
COLON, config, context, extensionRegistry, labels, logger| Constructor and Description |
|---|
PathOperationComponent(Swagger2MarkupConverter.Context context,
DocumentResolver definitionDocumentResolver,
DocumentResolver securityDocumentResolver) |
| Modifier and Type | Method and Description |
|---|---|
io.github.swagger2markup.markup.builder.MarkupDocBuilder |
apply(io.github.swagger2markup.markup.builder.MarkupDocBuilder markupDocBuilder,
PathOperationComponent.Parameters params) |
static PathOperationComponent.Parameters |
parameters(PathOperation operation) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic PathOperationComponent(Swagger2MarkupConverter.Context context, DocumentResolver definitionDocumentResolver, DocumentResolver securityDocumentResolver)
public static PathOperationComponent.Parameters parameters(PathOperation operation)
public io.github.swagger2markup.markup.builder.MarkupDocBuilder apply(io.github.swagger2markup.markup.builder.MarkupDocBuilder markupDocBuilder,
PathOperationComponent.Parameters params)