public class JavaNestedChainModelParser extends Object implements NestedChainModelParser
NestedChainModelParser for Java based syntax| Constructor and Description |
|---|
JavaNestedChainModelParser(ExtensionParameter extensionParameter) |
| Modifier and Type | Method and Description |
|---|---|
List<org.mule.runtime.api.meta.model.stereotype.StereotypeModel> |
getAllowedStereotypes(StereotypeModelFactory factory)
Returns a
List of allowed stereotypes. |
String |
getDescription() |
String |
getName() |
Set<String> |
getSemanticTerms() |
boolean |
isRequired() |
public JavaNestedChainModelParser(ExtensionParameter extensionParameter)
public String getName()
getName in interface NestedChainModelParserpublic String getDescription()
getDescription in interface NestedChainModelParserpublic boolean isRequired()
isRequired in interface NestedChainModelParserpublic List<org.mule.runtime.api.meta.model.stereotype.StereotypeModel> getAllowedStereotypes(StereotypeModelFactory factory)
AllowedStereotypesModelParserList of allowed stereotypes. Each item is created through the provided factory.getAllowedStereotypes in interface AllowedStereotypesModelParserfactory - a StereotypeModelFactorynullpublic Set<String> getSemanticTerms()
getSemanticTerms in interface SemanticTermsParserSet with the model's semantic termsCopyright © 2003–2022 MuleSoft, Inc.. All rights reserved.