| Modifier and Type | Method and Description |
|---|---|
static SpecFormat |
SpecFormat.getFromString(String formatName) |
static SpecFormat |
SpecFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpecFormat[] |
SpecFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static APIModel |
ApiParser.parseModel(File spec,
SpecFormat format,
String rootDir,
boolean skipValidations) |
| Constructor and Description |
|---|
AMFAPIModel(File apiSpec,
String rootDir,
SpecFormat specFormat,
boolean skipValidations) |
Copyright © 2021. All rights reserved.