| Modifier and Type | Class and Description |
|---|---|
class |
InvalidSourceException |
class |
MalformedSpecException
There was a user error in the provided API spec.
|
class |
UnsupportedSecuritySchemeException |
| Modifier and Type | Method and Description |
|---|---|
static APIModel |
ApiParser.parseModel(File spec,
boolean skipValidations) |
| Modifier and Type | Method and Description |
|---|---|
AMFAPIModel |
AMFAPIModelFactory.build(Path apiSpecPath,
boolean skipValidations)
Builds an API model from an API spec file.
|
AMFAPIModel |
AMFAPIModelFactory.build(String apiSpec,
boolean skipValidations)
Builds an API model from a string containing an API spec.
|
| Constructor and Description |
|---|
AMFAPIModel(amf.apicontract.client.platform.model.domain.api.WebApi webApi,
boolean isRaml) |
AMFOperationModel(amf.apicontract.client.platform.model.domain.EndPoint endPoint,
amf.apicontract.client.platform.model.domain.Operation operation,
boolean isRaml) |
Copyright © 2023. All rights reserved.