| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.meta.model.error.ErrorModel |
ErrorsModelFactory.getErrorModel(ErrorModelParser errorModelParser)
Transforms an
ErrorModelParser into an ErrorModel |
| Constructor and Description |
|---|
ErrorTypeDefinitionParserAdapter(ErrorModelParser parser) |
| Constructor and Description |
|---|
ErrorsModelFactory(List<ErrorModelParser> extensionErrorParsers,
String extensionNamespace)
Creates a new instance of the factory
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseErrorModelParser
Base
ErrorModelParser implementation. |
| Modifier and Type | Method and Description |
|---|---|
List<ErrorModelParser> |
OperationModelParser.getErrorModelParsers() |
List<ErrorModelParser> |
ExtensionModelParser.getErrorModelParsers() |
Optional<ErrorModelParser> |
ErrorModelParser.getParent() |
Optional<ErrorModelParser> |
BaseErrorModelParser.getParent() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseErrorModelParser.setParent(ErrorModelParser parent) |
| Modifier and Type | Method and Description |
|---|---|
List<ErrorModelParser> |
JavaOperationModelParser.getErrorModelParsers() |
List<ErrorModelParser> |
JavaExtensionModelParser.getErrorModelParsers() |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaErrorModelParser
ErrorModelParser implementation for errors defined through the Java language API. |
| Modifier and Type | Method and Description |
|---|---|
static ErrorModelParser |
JavaErrorModelParserUtils.toParser(String extensionNamespace,
org.mule.sdk.api.error.ErrorTypeDefinition<?> errorTypeDefinition) |
| Modifier and Type | Method and Description |
|---|---|
static List<ErrorModelParser> |
JavaErrorModelParserUtils.parseExtensionErrorModels(ExtensionElement element,
String extensionNamespace)
Parses the error types defined at the extension level
|
static List<ErrorModelParser> |
JavaErrorModelParserUtils.parseOperationErrorModels(ExtensionModelParser extensionParser,
ExtensionElement extensionElement,
OperationElement operation)
Parses the errors defined by the
operation |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaErrorModelParser.setParent(Optional<ErrorModelParser> parent) |
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.