public interface ComponentMetadataAst
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ComponentMetadataAst.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ComponentMetadataAst.Builder |
builder() |
Map<String,String> |
getDocAttributes() |
OptionalInt |
getEndColumn() |
OptionalInt |
getEndLine() |
Optional<String> |
getFileName() |
Map<String,Object> |
getParserAttributes() |
Optional<String> |
getSourceCode() |
OptionalInt |
getStartColumn() |
OptionalInt |
getStartLine() |
static ComponentMetadataAst.Builder builder()
Optional<String> getFileName()
OptionalInt getStartLine()
OptionalInt getStartColumn()
OptionalInt getEndLine()
OptionalInt getEndColumn()
Optional<String> getSourceCode()
Map<String,String> getDocAttributes()
java.util.Map with the doc metadata from the source config.Copyright © 2021 MuleSoft, Inc.. All rights reserved.