| Package | Description |
|---|---|
| org.mule.runtime.api.meta.model | |
| org.mule.runtime.api.meta.model.declaration.fluent | |
| org.mule.runtime.api.meta.model.operation |
| Modifier and Type | Method and Description |
|---|---|
Set<Stereotype> |
ComponentModel.getStereotypes() |
| Modifier and Type | Method and Description |
|---|---|
Set<Stereotype> |
RouteDeclaration.getAllowedStereotypes() |
Set<Stereotype> |
ComponentDeclaration.getStereotypes() |
| Modifier and Type | Method and Description |
|---|---|
RouteDeclaration |
RouteDeclaration.addAllowedStereotype(Stereotype stereotype) |
void |
ComponentDeclaration.addStereotype(Stereotype stereotype) |
RouteDeclarer |
RouteDeclarer.withAllowedStereotypes(Stereotype... stereotypes)
Adds the given
stereotypes to the ones which are allowed on
the route. |
T |
ComponentDeclarer.withStereotype(Stereotype stereotype)
Adds the given
stereotype |
| Modifier and Type | Method and Description |
|---|---|
Optional<Set<Stereotype>> |
RouteModel.getAllowedStereotypes()
|
Copyright © 2017 MuleSoft, Inc.. All rights reserved.