| Package | Description |
|---|---|
| org.mule.connectivity.restconnect.api | |
| org.mule.connectivity.restconnect.internal.webapi.parser |
| Modifier and Type | Method and Description |
|---|---|
static Parser |
Parser.getFromString(String parserName) |
static Parser |
Parser.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Parser[] |
Parser.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ConnectorModel |
RestConnect.getConnectorModel(File descriptor,
File spec,
SpecFormat format,
Parser parser,
String rootDir,
boolean skipValidations) |
static void |
DescriptorScaffolder.scaffoldDescriptor(File spec,
SpecFormat format,
Parser parser,
Path outputDir,
DescriptorMode descriptorMode,
boolean skipValidation) |
static ConnectorDescriptor |
DescriptorScaffolder.scaffoldDescriptorModel(File spec,
SpecFormat format,
Parser parser,
DescriptorMode descriptorMode,
boolean skipValidation) |
| Modifier and Type | Method and Description |
|---|---|
static APIModel |
ApiParser.parseModel(File spec,
SpecFormat format,
Parser parser,
String rootDir,
boolean skipValidations) |
Copyright © 2020. All rights reserved.