| Package | Description |
|---|---|
| org.mule.runtime.api.meta.model.declaration.fluent | |
| org.mule.runtime.api.meta.model.nested | |
| org.mule.runtime.api.meta.model.stereotype |
| Modifier and Type | Method and Description |
|---|---|
Set<StereotypeModel> |
NestedComponentDeclaration.getAllowedStereotypes() |
Set<StereotypeModel> |
ComponentDeclaration.getStereotypes() |
| Modifier and Type | Method and Description |
|---|---|
T |
NestedComponentDeclaration.addAllowedStereotype(StereotypeModel stereotype) |
void |
ComponentDeclaration.addStereotype(StereotypeModel stereotype) |
NestedComponentDeclarer |
NestedComponentDeclarer.withAllowedStereotypes(StereotypeModel... stereotypes)
Adds the given
stereotypes to the ones which are allowed on
the route. |
| Modifier and Type | Method and Description |
|---|---|
Set<StereotypeModel> |
NestedComponentModel.getAllowedStereotypes() |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableStereotypeModel
Default and immutable implementation of
StereotypeModel |
| Modifier and Type | Method and Description |
|---|---|
StereotypeModel |
StereotypeModelBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
Optional<StereotypeModel> |
ImmutableStereotypeModel.getParent() |
Optional<StereotypeModel> |
StereotypeModel.getParent() |
Set<StereotypeModel> |
StereotypedModel.getStereotypes() |
| Modifier and Type | Method and Description |
|---|---|
StereotypeModelBuilder |
StereotypeModelBuilder.withParent(StereotypeModel parent) |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.