| Package | Description |
|---|---|
| org.mule.sdk.api.stereotype |
| Modifier and Type | Class and Description |
|---|---|
class |
AppConfigStereotype
StereotypeDefinition for any generic config global element. |
class |
ChainStereotype
StereotypeDefinition for the chain of components defined through a DSL. |
class |
ConfigurationElementStereotype
StereotypeDefinition for elements within the configuration global element. |
class |
ConnectionStereotype
StereotypeDefinition for any generic connection. |
class |
ErrorHandlerStereotype
StereotypeDefinition for error-handler core components |
class |
FlowStereotype
StereotypeDefinition for flow core components |
class |
ImplicitStereotypeDefinition
A special kind of stereotype definition, to be automatically added to top level pojos and interfaces form an extension that do
not already have an associated stereotype.
|
class |
ModuleConfigStereotype
StereotypeDefinition for any generic config global element. |
class |
MuleStereotypeDefinition
Marker interface that identifies a given
StereotypeDefinition as a Mule stereotype. |
class |
ObjectStereotype
StereotypeDefinition for a generic Object definition |
class |
ObjectStoreStereotype
StereotypeDefinition for a generic ObjectStore definition |
class |
OnErrorStereotype
StereotypeDefinition for on-error core components |
class |
ProcessorStereotype
StereotypeDefinition for any generic processor that can be executed by mule runtime. |
class |
SerializerStereotype
StereotypeDefinition for serializer components |
class |
SourceStereotype
StereotypeDefinition for any generic source that can be executed by mule runtime. |
class |
SubFlowStereotype
StereotypeDefinition for sub-flow core components |
class |
ValidatorStereotype
StereotypeDefinition for any validator component. |
| Modifier and Type | Method and Description |
|---|---|
default Optional<StereotypeDefinition> |
StereotypeDefinition.getParent() |
Optional<StereotypeDefinition> |
ImplicitStereotypeDefinition.getParent() |
Optional<StereotypeDefinition> |
ValidatorStereotype.getParent() |
| Constructor and Description |
|---|
ImplicitStereotypeDefinition(String name,
StereotypeDefinition parent) |
Copyright © 2023. All rights reserved.