| 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 |
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 | Field and Description |
|---|---|
static StereotypeDefinition |
MuleStereotypes.APP_CONFIG_DEFINITION |
static StereotypeDefinition |
MuleStereotypes.CHAIN_DEFINITION |
static StereotypeDefinition |
MuleStereotypes.CONFIG_DEFINITION |
static StereotypeDefinition |
MuleStereotypes.CONNECTION_DEFINITION |
static StereotypeDefinition |
MuleStereotypes.ERROR_HANDLER_DEFINITION |
static StereotypeDefinition |
MuleStereotypes.FLOW_DEFINITION |
static StereotypeDefinition |
MuleStereotypes.OBJECT_STORE_DEFINITION |
static StereotypeDefinition |
MuleStereotypes.ON_ERROR_DEFINITION |
static StereotypeDefinition |
MuleStereotypes.PROCESSOR_DEFINITION |
static StereotypeDefinition |
MuleStereotypes.SERIALIZER_DEFINITION |
static StereotypeDefinition |
MuleStereotypes.SOURCE_DEFINITION |
static StereotypeDefinition |
MuleStereotypes.SUB_FLOW_DEFINITION |
static StereotypeDefinition |
MuleStereotypes.VALIDATOR_DEFINITION |
| Modifier and Type | Method and Description |
|---|---|
Optional<StereotypeDefinition> |
ValidatorStereotype.getParent() |
Optional<StereotypeDefinition> |
ImplicitStereotypeDefinition.getParent() |
default Optional<StereotypeDefinition> |
StereotypeDefinition.getParent() |
| Constructor and Description |
|---|
ImplicitStereotypeDefinition(String name,
StereotypeDefinition parent) |
Copyright © 2022. All rights reserved.