Uses of Interface
org.mule.runtime.extension.api.stereotype.StereotypeDefinition
Packages that use StereotypeDefinition
Package
Description
-
Uses of StereotypeDefinition in org.mule.runtime.extension.api.declaration.type.annotation
Method parameters in org.mule.runtime.extension.api.declaration.type.annotation with type arguments of type StereotypeDefinitionModifier and TypeMethodDescriptionstatic StereotypeTypeAnnotationStereotypeTypeAnnotation.fromDefinitions(List<Class<? extends StereotypeDefinition>> definitionClasses) Creates a new instance which only holds a reference to thedefinitionClasses.voidStereotypeTypeAnnotation.resolveStereotypes(Function<Class<? extends StereotypeDefinition>, org.mule.runtime.api.meta.model.stereotype.StereotypeModel> resolver) Deprecated.since 1.5.0.voidStereotypeTypeAnnotation.resolveStereotypes(org.mule.metadata.api.model.ObjectType objectType, BiFunction<org.mule.metadata.api.model.ObjectType, Class<? extends StereotypeDefinition>, org.mule.runtime.api.meta.model.stereotype.StereotypeModel> resolver) Deprecated.since 1.5.0. -
Uses of StereotypeDefinition in org.mule.runtime.extension.api.stereotype
Classes in org.mule.runtime.extension.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 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.runtime.extension.api.stereotype declared as StereotypeDefinitionModifier and TypeFieldDescriptionstatic final StereotypeDefinitionMuleStereotypes.APP_CONFIG_DEFINITIONDeprecated.static final StereotypeDefinitionMuleStereotypes.CHAIN_DEFINITIONDeprecated.static final StereotypeDefinitionMuleStereotypes.CONFIG_DEFINITIONDeprecated.static final StereotypeDefinitionMuleStereotypes.CONNECTION_DEFINITIONDeprecated.static final StereotypeDefinitionMuleStereotypes.ERROR_HANDLER_DEFINITIONDeprecated.static final StereotypeDefinitionMuleStereotypes.FLOW_DEFINITIONDeprecated.static final StereotypeDefinitionMuleStereotypes.OBJECT_STORE_DEFINITIONDeprecated.static final StereotypeDefinitionMuleStereotypes.ON_ERROR_DEFINITIONDeprecated.static final StereotypeDefinitionMuleStereotypes.PROCESSOR_DEFINITIONDeprecated.static final StereotypeDefinitionMuleStereotypes.SERIALIZER_DEFINITIONDeprecated.static final StereotypeDefinitionMuleStereotypes.SOURCE_DEFINITIONDeprecated.static final StereotypeDefinitionMuleStereotypes.SUB_FLOW_DEFINITIONDeprecated.static final StereotypeDefinitionMuleStereotypes.VALIDATOR_DEFINITIONDeprecated.Methods in org.mule.runtime.extension.api.stereotype that return types with arguments of type StereotypeDefinitionModifier and TypeMethodDescriptionImplicitStereotypeDefinition.getParent()default Optional<StereotypeDefinition>StereotypeDefinition.getParent()ValidatorStereotype.getParent()Constructors in org.mule.runtime.extension.api.stereotype with parameters of type StereotypeDefinitionModifierConstructorDescriptionImplicitStereotypeDefinition(String name, StereotypeDefinition parent)