public static interface ExpressionLanguageMetadataTypeResolver.MessageCallback
| Modifier and Type | Method and Description |
|---|---|
void |
error(String message,
ExpressionLanguageMetadataTypeResolver.MessageLocation location)
Is called when a error message happens while resolving metadata
|
void |
warning(String message,
ExpressionLanguageMetadataTypeResolver.MessageLocation location)
Is called when a warning message happens while resolving metadata
|
void warning(String message, ExpressionLanguageMetadataTypeResolver.MessageLocation location)
message - The messagelocation - The location of the messagevoid error(String message, ExpressionLanguageMetadataTypeResolver.MessageLocation location)
message - The messagelocation - The location of the messageCopyright © 2020 MuleSoft, Inc.. All rights reserved.