Uses of Interface
org.mule.sdk.api.stereotype.StereotypeDefinition
Packages that use StereotypeDefinition
-
Uses of StereotypeDefinition in org.mule.sdk.api.stereotype
Classes in org.mule.sdk.api.stereotype that implement StereotypeDefinitionModifier and TypeClassDescriptionfinal classStereotypeDefinitionfor any generic config global element.final classStereotypeDefinitionfor the chain of components defined through a DSL.final classStereotypeDefinitionfor elements within theconfigurationglobal element.final classStereotypeDefinitionfor any generic connection.final classStereotypeDefinitionforerror-handlercore componentsfinal classStereotypeDefinitionforflowcore componentsclassA 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.final classStereotypeDefinitionfor any generic config global element.classMarker interface that identifies a givenStereotypeDefinitionas a Mule stereotype.classStereotypeDefinitionfor a genericObjectdefinitionfinal classStereotypeDefinitionfor a genericObjectStoredefinitionfinal classStereotypeDefinitionforon-errorcore componentsfinal classStereotypeDefinitionfor any generic processor that can be executed by mule runtime.final classStereotypeDefinitionforserializercomponentsfinal classStereotypeDefinitionfor any generic source that can be executed by mule runtime.final classStereotypeDefinitionforsub-flowcore componentsfinal classStereotypeDefinitionfor anyvalidatorcomponent.Fields in org.mule.sdk.api.stereotype declared as StereotypeDefinitionModifier and TypeFieldDescriptionstatic final StereotypeDefinitionMuleStereotypes.APP_CONFIG_DEFINITIONstatic final StereotypeDefinitionMuleStereotypes.CHAIN_DEFINITIONstatic final StereotypeDefinitionMuleStereotypes.CONFIG_DEFINITIONstatic final StereotypeDefinitionMuleStereotypes.CONFIGURATION_ELEMENT_DEFINITIONstatic final StereotypeDefinitionMuleStereotypes.CONNECTION_DEFINITIONstatic final StereotypeDefinitionMuleStereotypes.ERROR_HANDLER_DEFINITIONstatic final StereotypeDefinitionMuleStereotypes.FLOW_DEFINITIONstatic final StereotypeDefinitionMuleStereotypes.OBJECT_STORE_DEFINITIONstatic final StereotypeDefinitionMuleStereotypes.ON_ERROR_DEFINITIONstatic final StereotypeDefinitionMuleStereotypes.PROCESSOR_DEFINITIONstatic final StereotypeDefinitionMuleStereotypes.SERIALIZER_DEFINITIONstatic final StereotypeDefinitionMuleStereotypes.SOURCE_DEFINITIONstatic final StereotypeDefinitionMuleStereotypes.SUB_FLOW_DEFINITIONstatic final StereotypeDefinitionMuleStereotypes.VALIDATOR_DEFINITIONMethods in org.mule.sdk.api.stereotype that return types with arguments of type StereotypeDefinitionModifier and TypeMethodDescriptionImplicitStereotypeDefinition.getParent()default Optional<StereotypeDefinition>StereotypeDefinition.getParent()ValidatorStereotype.getParent()Constructors in org.mule.sdk.api.stereotype with parameters of type StereotypeDefinitionModifierConstructorDescriptionImplicitStereotypeDefinition(String name, StereotypeDefinition parent)