| Modifier and Type | Method and Description |
|---|---|
static SpecFormat |
SpecFormat.getFromString(String specName) |
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 |
|---|---|
RestConnect |
RestConnect.createConnectorFromSpec(File spec,
SpecFormat format,
Parser parser,
ConnectorType connectorType) |
| Modifier and Type | Field and Description |
|---|---|
protected SpecFormat |
ModelGenerator.specFormat |
| Modifier and Type | Method and Description |
|---|---|
static ModelGenerator |
ModelGenerator.get(SpecFormat format,
Parser parser) |
| Constructor and Description |
|---|
ModelGenerator(SpecFormat specFormat) |
| Constructor and Description |
|---|
AMFModelGenerator(SpecFormat specFormat) |
| Constructor and Description |
|---|
RamlParserModelGenerator(SpecFormat specFormat) |
Copyright © 2023. All rights reserved.