| Modifier and Type | Method and Description |
|---|---|
StereotypeModel |
WithStereotypesDeclaration.getStereotype() |
StereotypeModel |
StereotypedDeclaration.getStereotype() |
| Modifier and Type | Method and Description |
|---|---|
List<StereotypeModel> |
ParameterDeclaration.getAllowedStereotypeModels() |
Set<StereotypeModel> |
NestedComponentDeclaration.getAllowedStereotypes() |
Set<StereotypeModel> |
WithAllowedStereotypesDeclaration.getAllowedStereotypes() |
| Modifier and Type | Method and Description |
|---|---|
T |
NestedComponentDeclaration.addAllowedStereotype(StereotypeModel stereotype) |
T |
WithAllowedStereotypesDeclaration.addAllowedStereotype(StereotypeModel stereotype) |
NestedComponentDeclarer |
NestedComponentDeclarer.withAllowedStereotypes(StereotypeModel... stereotypes)
Adds the given
stereotypes to the ones which are allowed on
the route. |
ConfigurationDeclarer |
ConfigurationDeclarer.withStereotype(StereotypeModel stereotype)
Adds the given
stereotype |
ConnectionProviderDeclarer |
ConnectionProviderDeclarer.withStereotype(StereotypeModel stereotype)
Adds the given
stereotype |
void |
WithStereotypesDeclaration.withStereotype(StereotypeModel stereotype) |
T |
ComponentDeclarer.withStereotype(StereotypeModel stereotype)
Adds the given
stereotype |
void |
StereotypedDeclaration.withStereotype(StereotypeModel stereotype) |
T |
HasStereotypeDeclarer.withStereotype(StereotypeModel stereotype)
Adds the given
stereotype |
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterDeclaration.setAllowedStereotypeModels(List<StereotypeModel> allowedStereotypeModels) |
T |
ParameterDeclarer.withAllowedStereotypes(List<StereotypeModel> stereotypeModels)
Sets the given
List of StereotypeModel |
| Modifier and Type | Method and Description |
|---|---|
Set<StereotypeModel> |
NestedComponentModel.getAllowedStereotypes() |
| Modifier and Type | Method and Description |
|---|---|
List<StereotypeModel> |
ParameterModel.getAllowedStereotypes() |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableStereotypeModel
Default and immutable implementation of
StereotypeModel |
| Modifier and Type | Method and Description |
|---|---|
StereotypeModel |
StereotypeModelBuilder.build() |
StereotypeModel |
HasStereotypeModel.getStereotype() |
| Modifier and Type | Method and Description |
|---|---|
Optional<StereotypeModel> |
ImmutableStereotypeModel.getParent() |
Optional<StereotypeModel> |
StereotypeModel.getParent() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ImmutableStereotypeModel.isAssignableTo(StereotypeModel other) |
boolean |
StereotypeModel.isAssignableTo(StereotypeModel other) |
StereotypeModelBuilder |
StereotypeModelBuilder.withParent(StereotypeModel parent) |
| Constructor and Description |
|---|
ImmutableStereotypeModel(String name,
String namespace,
StereotypeModel parent) |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.