public class OApiSpecParserSimple extends Object
| Constructor and Description |
|---|
OApiSpecParserSimple(String url) |
| Modifier and Type | Method and Description |
|---|---|
List<io.swagger.v3.oas.models.media.MediaType> |
getBodyMediaTypes() |
List<io.swagger.v3.oas.models.Operation> |
getOperations() |
List<io.swagger.v3.oas.models.PathItem> |
getPaths() |
List<io.swagger.v3.oas.models.parameters.RequestBody> |
getRequestBodies() |
List<OApiRuleContainer> |
getRuleContainers() |
public OApiSpecParserSimple(String url)
public List<io.swagger.v3.oas.models.PathItem> getPaths()
public List<io.swagger.v3.oas.models.Operation> getOperations()
public List<io.swagger.v3.oas.models.parameters.RequestBody> getRequestBodies()
public List<io.swagger.v3.oas.models.media.MediaType> getBodyMediaTypes()
public List<OApiRuleContainer> getRuleContainers()
Copyright © 2019. All rights reserved.