| 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.dsl.api.component.config.ComponentIdentifier componentIdentifier,
org.mule.runtime.config.spring.dsl.model.ComponentModel componentModel,
List<MessageProcessorNode> messageProcessorNodeList,
org.mule.metadata.api.model.FunctionType declaredFunctionType,
ComponentModelType componentModelType) |
| 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> |
ComponentModelClassifier.getComponentModelType(org.mule.runtime.config.spring.dsl.model.ComponentModel componentModel) |
Optional<ComponentModelType> |
MuleAstParserContext.getComponentModelType(org.mule.runtime.config.spring.dsl.model.ComponentModel componentModel) |
| Modifier and Type | Method and Description |
|---|---|
MessageProcessorNodeBuilder |
MessageProcessorNodeBuilder.componentModelType(ComponentModelType componentModelType) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ComponentModelType> |
PollTypeResolver.getComponentModelType() |
Optional<ComponentModelType> |
SetVariableTypeResolver.getComponentModelType() |
Optional<ComponentModelType> |
ProcessorChainTypeResolver.getComponentModelType() |
Optional<ComponentModelType> |
BaseTypeResolver.getComponentModelType() |
Optional<ComponentModelType> |
TypeResolver.getComponentModelType() |
Optional<ComponentModelType> |
TransformTypeResolver.getComponentModelType() |
Optional<ComponentModelType> |
LoggerTypeResolver.getComponentModelType() |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.