public class AnnotatorsRegistry extends Object
| Constructor and Description |
|---|
AnnotatorsRegistry() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Annotator annotator) |
void |
annotate(MessageProcessorNode messageProcessorNode,
AnnotatingMuleAstVisitorContext annotatingMuleAstVisitorContext) |
void |
annotate(MuleApplicationNode muleApplicationNode,
AnnotatingMuleAstVisitorContext annotatingMuleAstVisitorContext) |
void |
annotate(MuleFlowNode muleFlowNode,
AnnotatingMuleAstVisitorContext annotatingMuleAstVisitorContext) |
public void add(Annotator annotator)
public void annotate(MessageProcessorNode messageProcessorNode, AnnotatingMuleAstVisitorContext annotatingMuleAstVisitorContext)
public void annotate(MuleFlowNode muleFlowNode, AnnotatingMuleAstVisitorContext annotatingMuleAstVisitorContext)
public void annotate(MuleApplicationNode muleApplicationNode, AnnotatingMuleAstVisitorContext annotatingMuleAstVisitorContext)
Copyright © 2022 MuleSoft, Inc.. All rights reserved.