| Package | Description |
|---|---|
| org.mule.datasense.impl.model.ast | |
| org.mule.datasense.impl.phases.builder | |
| org.mule.datasense.impl.phases.typing.resolver |
| Modifier and Type | Method and Description |
|---|---|
Optional<ComponentModelType> |
MessageProcessorNode.getComponentModelType() |
| Constructor and Description |
|---|
MessageProcessorNode(org.mule.runtime.api.component.ComponentIdentifier componentIdentifier,
org.mule.runtime.config.spring.dsl.model.ComponentModel componentModel,
List<MessageProcessorNode> messageProcessorNodeList,
org.mule.metadata.api.model.FunctionType declaredFunctionType,
ComponentModelType componentModelType) |
MessageProcessorNode(org.mule.runtime.api.component.ComponentIdentifier componentIdentifier,
org.mule.runtime.config.spring.dsl.model.ComponentModel componentModel,
List<MessageProcessorNode> messageProcessorNodeList,
org.mule.metadata.api.model.FunctionType declaredFunctionType,
ComponentModelType componentModelType,
boolean synthetic) |
| Modifier and Type | Method and Description |
|---|---|
static ComponentModelType |
ComponentModelType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComponentModelType[] |
ComponentModelType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<ComponentModelType> |
MuleAstParserContext.getComponentModelType(org.mule.runtime.config.spring.dsl.model.ComponentModel componentModel) |
Optional<ComponentModelType> |
ComponentModelClassifier.getComponentModelType(org.mule.runtime.config.spring.dsl.model.ComponentModel componentModel) |
| Modifier and Type | Method and Description |
|---|---|
MessageProcessorNodeBuilder |
MessageProcessorNodeBuilder.componentModelType(ComponentModelType componentModelType) |
Optional<AstNodeBuilder> |
MuleAstParseProvider.parse(org.mule.runtime.api.component.ComponentIdentifier componentIdentifier,
org.mule.runtime.config.spring.dsl.model.ComponentModel componentModel,
ComponentModelType componentModelType,
List<MessageProcessorNodeBuilder> messageProcessorNodeBuilders,
MuleAstParserContext muleAstParserContext) |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.