public class WithFallbackParsingStrategy.FallbackParseResult extends Object implements ParseResult
| Modifier and Type | Method and Description |
|---|---|
org.mule.apikit.model.ApiSpecification |
get() |
List<ParsingIssue> |
getErrors() |
List<ParsingIssue> |
getWarnings() |
boolean |
success() |
public org.mule.apikit.model.ApiSpecification get()
get in interface ParseResultpublic boolean success()
success in interface ParseResultpublic List<ParsingIssue> getErrors()
getErrors in interface ParseResultpublic List<ParsingIssue> getWarnings()
getWarnings in interface ParseResultCopyright © 2020. All rights reserved.