| Package | Description |
|---|---|
| org.mule.tools.apikit.input | |
| org.mule.tools.apikit.input.parsers | |
| org.mule.tools.apikit.model | |
| org.mule.tools.apikit.output.scopes |
| Modifier and Type | Method and Description |
|---|---|
Map<String,APIKitConfig> |
MuleConfigParser.getApikitConfigs() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,APIKitConfig> |
APIKitConfigParser.parse(org.jdom2.Document document) |
| Constructor and Description |
|---|
APIKitRoutersParser(Map<String,APIKitConfig> apikitConfigs,
Map<String,HttpListenerConfig> httpListenerConfigs,
Set<File> ramlPaths,
File file,
APIFactory apiFactory) |
| Modifier and Type | Method and Description |
|---|---|
APIKitConfig |
APIKitConfig.Builder.build() |
APIKitConfig |
API.getConfig() |
| Modifier and Type | Method and Description |
|---|---|
API |
APIFactory.createAPIBinding(File ramlFile,
File xmlFile,
String path,
APIKitConfig config,
HttpListenerConfig httpListenerConfig) |
API |
APIFactory.createAPIBinding(File ramlFile,
File xmlFile,
String baseUri,
String path,
APIKitConfig config) |
API |
APIFactory.createAPIBinding(File ramlFile,
File xmlFile,
String baseUri,
String path,
APIKitConfig config,
HttpListenerConfig httpListenerConfig,
Boolean useInboundEndpoint) |
void |
API.setConfig(APIKitConfig config) |
| Constructor and Description |
|---|
API(File ramlFile,
File xmlFile,
String baseUri,
String path,
APIKitConfig config) |
| Constructor and Description |
|---|
APIKitConfigScope(APIKitConfig config,
org.jdom2.Element mule,
String muleVersion) |
Copyright © 2021. All rights reserved.