| Modifier and Type | Method and Description |
|---|---|
DslElementSyntax |
DslSyntaxResolver.resolve(SourceModel component)
Resolves the
DslElementSyntax for the given component. |
| Modifier and Type | Method and Description |
|---|---|
Optional<SourceModel> |
DataSenseInfo.getSourceModel() |
Optional<SourceModel> |
DataSenseComponentInfo.getSourceModel() |
| Modifier and Type | Method and Description |
|---|---|
DataSenseInfo.Builder |
DataSenseInfo.Builder.withSourceModel(SourceModel sourceModel) |
| Constructor and Description |
|---|
DataSenseComponentInfo(OperationModel operationModel,
SourceModel sourceModel,
List<String> messages,
List<DataSenseNotification> notifications) |
| Modifier and Type | Method and Description |
|---|---|
Optional<SourceModel> |
ExtensionModel.getSourceModel(String name) |
List<SourceModel> |
ExtensionModel.getSourceModels() |
| Constructor and Description |
|---|
ExtensionModel(String name,
Category category,
String vendor,
Set<String> resources,
Set<ImportedTypeModel> importedTypes,
Set<SubTypesModel> subTypes,
Set<org.mule.metadata.api.model.ObjectType> types,
String minMuleVersion,
String version,
XmlDslModel xmlDslModel,
String description,
DisplayModel displayModel,
Set<ExternalLibraryModel> externalLibraryModels,
List<ConfigurationModel> configurationModels,
List<OperationModel> operationModels,
List<ConnectionProviderModel> connectionProviders,
List<SourceModel> sourceModels,
List<FunctionModel> functionModels,
List<ConstructModel> constructModels,
Set<ErrorModel> errorModels,
DeprecationModel deprecationModel) |
| Modifier and Type | Method and Description |
|---|---|
Optional<SourceModel> |
ConfigurationModel.getSourceModel(String name) |
List<SourceModel> |
ConfigurationModel.getSourceModels() |
| Constructor and Description |
|---|
ConfigurationModel(String name,
String description,
List<ParameterGroupModel> parameterGroupModels,
List<OperationModel> operationModels,
Set<ExternalLibraryModel> externalLibraryModels,
List<SourceModel> sourceModels,
List<ConnectionProviderModel> connectionProviders,
DisplayModel displayModel,
StereotypeModel stereotype,
DeprecationModel deprecationModel) |
Copyright © 2020 MuleSoft, Inc.. All rights reserved.