- abort(ExecutionContext) - Method in interface org.mule.runtime.module.extension.internal.runtime.execution.interceptor.InterceptorChain
-
Executes the Interceptor.after(ExecutionContext, Object) phase on each added interceptor, using null as the
second argument.
- AbstractAnnotatedDeclarationEnricher - Class in org.mule.runtime.module.extension.internal.loader.java.enricher
-
Base class for implementations of DeclarationEnricher which provides utility methods for enriching
declarations constructed from annotated java classes
- AbstractAnnotatedDeclarationEnricher() - Constructor for class org.mule.runtime.module.extension.internal.loader.java.enricher.AbstractAnnotatedDeclarationEnricher
-
- AbstractAnnotatedFieldDeclarationEnricher - Class in org.mule.runtime.module.extension.internal.loader.java.enricher
-
Base class for implementations of DeclarationEnricher that works on ConfigurationDeclaration and
ConnectionProviderDeclaration with fields annotated with the given annotation.
- AbstractAnnotatedFieldDeclarationEnricher() - Constructor for class org.mule.runtime.module.extension.internal.loader.java.enricher.AbstractAnnotatedFieldDeclarationEnricher
-
- AbstractExecutionContextAdapterDecorator<M extends org.mule.runtime.api.meta.model.ComponentModel> - Class in org.mule.runtime.module.extension.internal.runtime
-
- AbstractExecutionContextAdapterDecorator(ExecutionContextAdapter<M>) - Constructor for class org.mule.runtime.module.extension.internal.runtime.AbstractExecutionContextAdapterDecorator
-
- AbstractExtensionModelLoader - Class in org.mule.runtime.module.extension.internal.loader
-
Base implementation for an ExtensionModelLoader
- AbstractExtensionModelLoader() - Constructor for class org.mule.runtime.module.extension.internal.loader.AbstractExtensionModelLoader
-
- AbstractJavaExtensionModelLoader - Class in org.mule.runtime.module.extension.internal.loader.java
-
- AbstractJavaExtensionModelLoader(String, BiFunction<Class<?>, String, ModelLoaderDelegate>) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.AbstractJavaExtensionModelLoader
-
Deprecated.
- AbstractJavaExtensionModelLoader(String, ModelLoaderDelegateFactory) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.AbstractJavaExtensionModelLoader
-
Deprecated.
- AbstractJavaExtensionModelLoader(String) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.AbstractJavaExtensionModelLoader
-
- AbstractResourcesGenerator - Class in org.mule.runtime.module.extension.internal.resources
-
Base implementation of ResourcesGenerator that takes care of the basic contract except for actually writing the
resources to a persistent store.
- AbstractResourcesGenerator(Collection<GeneratedResourceFactory>) - Constructor for class org.mule.runtime.module.extension.internal.resources.AbstractResourcesGenerator
-
- AbstractReturnDelegate - Class in org.mule.runtime.module.extension.internal.runtime.result
-
- AbstractReturnDelegate(ComponentModel, MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.result.AbstractReturnDelegate
-
Creates a new instance
- AbstractReturnDelegate.ConnectedInputStreamWrapper - Class in org.mule.runtime.module.extension.internal.runtime.result
-
- AbstractSourceResultArgumentResolver<T> - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
- AbstractSourceResultArgumentResolver(ArgumentResolver<Error>) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.AbstractSourceResultArgumentResolver
-
- accept(Consumer<PollContext.PollItem<T, A>>) - Method in class org.mule.runtime.module.extension.internal.runtime.source.legacy.LegacyPollContextAdapter
-
- ACCEPTED_ITEM_MESSAGE - Static variable in class org.mule.runtime.module.extension.internal.runtime.source.poll.PollingSourceWrapper
-
- ACCEPTED_POLL_ITEM_INFORMATION - Static variable in class org.mule.runtime.module.extension.internal.runtime.source.poll.PollingSourceWrapper
-
- accepts(Object) - Method in class org.mule.runtime.module.extension.api.tooling.ExtensionConnectivityTestingStrategy
-
- acceptsReferences(ParameterModel) - Static method in class org.mule.runtime.module.extension.internal.runtime.resolver.ResolverSetUtils
-
- accessibility(PropertyElement.Accessibility) - Method in class org.mule.runtime.module.extension.api.loader.java.type.PropertyElement.PropertyElementBuilder
-
- add(String, ValueResolver) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ResolverSet
-
- add(String, Object) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ResolverSetResult.Builder
-
Adds a new result value for the given key
- addActiveComponent() - Method in interface org.mule.runtime.module.extension.internal.runtime.config.MutableConfigurationStats
-
Increments the return value of ConfigurationStats.getActiveComponents() by one
- addAdditionalPackageFinder(ClassPackageFinder) - Method in class org.mule.runtime.module.extension.internal.resources.manifest.DefaultClassPackageFinder
-
- addAll(Map<String, ValueResolver<?>>) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ResolverSet
-
- addAllowedStereotypes(AllowedStereotypesModelParser, NestedComponentDeclarer) - Method in class org.mule.runtime.module.extension.internal.loader.delegate.StereotypeModelLoaderDelegate
-
- addCustomTerms(WithAnnotations, Set<String>) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.semantics.SemanticTermsParserUtils
-
- addInflightOperation() - Method in interface org.mule.runtime.module.extension.internal.runtime.config.MutableConfigurationStats
-
- addInterceptor(Interceptor) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.interceptor.InterceptorChain.Builder
-
Adds the given interceptor to the product chain.
- AdditionalPropertiesModelParser - Interface in org.mule.runtime.module.extension.internal.loader.parser
-
General contract for a model parser capable of reading additional model properties
- addPropertyResolver(String, ValueResolver<? extends Object>) - Method in class org.mule.runtime.module.extension.internal.runtime.objectbuilder.DefaultObjectBuilder
-
Adds a property which value is to be obtained from a
ValueResolver
- addPropertyResolver(Field, ValueResolver<? extends Object>) - Method in class org.mule.runtime.module.extension.internal.runtime.objectbuilder.DefaultObjectBuilder
-
Adds a property which value is to be obtained from a
ValueResolver
- addPropertyResolver(String, ValueResolver<? extends Object>) - Method in class org.mule.runtime.module.extension.internal.runtime.objectbuilder.ExclusiveParameterGroupObjectBuilder
-
- addPropertyResolver(Field, ValueResolver<? extends Object>) - Method in class org.mule.runtime.module.extension.internal.runtime.objectbuilder.ExclusiveParameterGroupObjectBuilder
-
- addPropertyResolver(DefaultObjectBuilder, ValueResolver<?>, ObjectFieldType, Field) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ParametersResolver
-
- addRunningSource() - Method in interface org.mule.runtime.module.extension.internal.runtime.config.MutableConfigurationStats
-
- addSemanticTerms(WithSemanticTermsDeclaration, SemanticTermsParser) - Static method in class org.mule.runtime.module.extension.internal.loader.utils.ModelLoaderUtils
-
Adds all the semantic terms in the parser into the given declaration
- addSourcePointcutParametersIntoEvent(Component, TypedValue<?>, InternalEvent) - Method in class org.mule.runtime.module.extension.internal.policy.NoOpPolicyManager
-
- addStereotypes(StereotypeModelParser, T, Optional<Supplier<StereotypeModel>>) - Method in class org.mule.runtime.module.extension.internal.loader.delegate.StereotypeModelLoaderDelegate
-
- addStereotypes(ParameterModelParser, ParameterDeclarer) - Method in class org.mule.runtime.module.extension.internal.loader.delegate.StereotypeModelLoaderDelegate
-
- addTermIfPresent(Set<String>, String, String, Set<String>) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.semantics.SemanticTermsParserUtils
-
- addToResolverSet(ParameterModel, ResolverSet, ValueResolver<?>) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ParametersResolver
-
- addType(StackableType) - Method in class org.mule.runtime.module.extension.internal.loader.java.property.stackabletypes.StackedTypesModelProperty.Builder
-
- addVariable(String, Object) - Method in class org.mule.runtime.module.extension.internal.runtime.source.legacy.LegacySourceCallbackContextAdapter
-
- addVariable(String, Object) - Method in class org.mule.runtime.module.extension.internal.runtime.source.legacy.SdkSourceCallBackContextAdapter
-
- ADVANCED_TAB_NAME - Static variable in class org.mule.runtime.module.extension.internal.ExtensionProperties
-
The name of the tab in which advanced parameters should appear
- after(ExecutionContext<ComponentModel>, Object) - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.ConnectionInterceptor
-
- afterRead(int) - Method in class org.mule.runtime.module.extension.internal.runtime.result.AbstractReturnDelegate.ConnectedInputStreamWrapper
-
Automatically closes the stream if the end of stream was reached.
- allKeys() - Method in class org.mule.runtime.module.extension.internal.store.SdkObjectStoreAdapter
-
- AllowedStereotypesModelParser - Interface in org.mule.runtime.module.extension.internal.loader.parser
-
General contract for a model parser capable of reading a component's allowed stereotypes
- AnnotationValueFetcher<A extends Annotation> - Interface in org.mule.runtime.module.extension.api.loader.java.type
-
- apply(Publisher<CoreEvent>) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessor
-
- applyChecked(ExecutionContextAdapter, Object) - Method in class org.mule.runtime.module.extension.internal.runtime.streaming.PagingResultTransformer
-
- applyOn(OutputDeclarer<T>) - Method in interface org.mule.runtime.module.extension.internal.loader.parser.OutputModelParser
-
Configures the given declarer with the values extracted by this parser
- ArgumentResolver<T> - Interface in org.mule.runtime.module.extension.internal.runtime.resolver
-
A component for resolving the value of an operation's argument
- ArgumentResolverDelegate - Interface in org.mule.runtime.module.extension.internal.runtime.execution
-
Extracts argument values from an ExecutionContext and exposes them as an array
- asDefinition(StereotypeModel) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.stereotypes.JavaStereotypeModelParserUtils
-
Translates the given model into a StereotypeDefinition
- asMap() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ResolverSetResult
-
- asMetadataType() - Method in interface org.mule.runtime.module.extension.api.loader.java.type.Type
-
- asMetadataType() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.ParameterTypeWrapper
-
- asMetadataType() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.TypeWrapper
-
- asProcessingType(ExecutionType) - Static method in class org.mule.runtime.module.extension.internal.runtime.ExecutionTypeMapper
-
- asReturnValue(Object, ExecutionContextAdapter) - Method in class org.mule.runtime.module.extension.internal.runtime.result.PayloadTargetReturnDelegate
-
- asReturnValue(Object, ExecutionContextAdapter) - Method in interface org.mule.runtime.module.extension.internal.runtime.result.ReturnDelegate
-
- asReturnValue(Object, ExecutionContextAdapter) - Method in class org.mule.runtime.module.extension.internal.runtime.result.TargetReturnDelegate
-
- asReturnValue(Object, ExecutionContextAdapter) - Method in class org.mule.runtime.module.extension.internal.runtime.result.ValueReturnDelegate
-
If the value is a Message, then a new one is created merging the contents of the returned value with the ones
of the input message.
- asReturnValue(Object, ExecutionContextAdapter) - Method in class org.mule.runtime.module.extension.internal.runtime.result.VoidReturnDelegate
-
- assignableFromAny(Class<?>, Collection<Class<?>>) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
Determines if the given type is assignable from any of the matchingTypes
- AstElementErrorTypeDefinitionAdapter<E extends Enum<E>> - Class in org.mule.runtime.module.extension.internal.error
-
Adapts a Java AST
Element into an sdk-api
ErrorTypeDefinition.
- AstElementErrorTypeDefinitionAdapter(Element) - Constructor for class org.mule.runtime.module.extension.internal.error.AstElementErrorTypeDefinitionAdapter
-
- AttributesResolverFactory - Class in org.mule.runtime.module.extension.internal.metadata
-
Factory of AttributesTypeResolver
- AttributesResolverFactory() - Constructor for class org.mule.runtime.module.extension.internal.metadata.AttributesResolverFactory
-
- AttributesResolverModelParser - Interface in org.mule.runtime.module.extension.internal.loader.parser
-
Parses the syntactic definition of the attributes output metadata so that the semantics reflected in it can be extracted in a
uniform way, regardless of the actual syntax used by the extension developer.
- AugmentedLegacySourceCallbackContext - Interface in org.mule.runtime.module.extension.internal.runtime.source.legacy
-
Augments the legacy SourceCallbackContext contract with internal behavior we don't want exposed on the public API
- AUTHORIZATION_CODE_STATE_INTERFACES - Static variable in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ExtensionsOAuthUtils
-
- AuthorizationCodeConfig - Class in org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode
-
Holds the values used to configure an extension to consume a particular OAuth provider using the Authorization-Code grant type
- AuthorizationCodeConfig(String, Optional<OAuthObjectStoreConfig>, MultiMap<String, String>, MultiMap<String, String>, Map<Field, String>, AuthorizationCodeGrantType, OAuthCallbackConfig, String, String, String, String, String, String, String, String) - Constructor for class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode.AuthorizationCodeConfig
-
- AuthorizationCodeConnectionProviderObjectBuilder<C> - Class in org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode
-
- AuthorizationCodeConnectionProviderObjectBuilder(ConnectionProviderModel, ResolverSet, PoolingProfile, ReconnectionConfig, AuthorizationCodeGrantType, AuthorizationCodeOAuthHandler, ExtensionModel, ExpressionManager, MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode.AuthorizationCodeConnectionProviderObjectBuilder
-
- AuthorizationCodeConnectionProviderWrapper<C> - Class in org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode
-
A
ReconnectableConnectionProviderWrapper which makes sure that by the time the
ConnectionProvider.connect()
method is invoked on the delegate, the authorization dance has been completed and the
AuthorizationCodeState and
OAuthCallbackValue fields have been properly injected
- AuthorizationCodeConnectionProviderWrapper(ConnectionProvider<C>, AuthorizationCodeConfig, Map<Field, String>, AuthorizationCodeOAuthHandler, ReconnectionConfig) - Constructor for class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode.AuthorizationCodeConnectionProviderWrapper
-
- AuthorizationCodeOAuthHandler - Class in org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode
-
OAuthHandler implementation for the authorization code grant type
- AuthorizationCodeOAuthHandler() - Constructor for class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode.AuthorizationCodeOAuthHandler
-
- cacheIdGenerator - Variable in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
-
- call(Object[], BindingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.function.ReflectiveExpressionFunctionExecutor
-
- callbackValues - Variable in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.BaseOAuthConnectionProviderWrapper
-
- changeEvent(CoreEvent) - Method in interface org.mule.runtime.module.extension.api.runtime.privileged.EventedExecutionContext
-
Changes the
CoreEvent on which an operation is to be executed.
- changeEvent(CoreEvent) - Method in class org.mule.runtime.module.extension.internal.runtime.AbstractExecutionContextAdapterDecorator
-
- changeEvent(CoreEvent) - Method in class org.mule.runtime.module.extension.internal.runtime.DefaultExecutionContext
-
- changeEvent(CoreEvent) - Method in class org.mule.runtime.module.extension.internal.runtime.LazyExecutionContext
-
- changeEvent(CoreEvent) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ValueResolvingContext
-
- checkInstantiable(Class<?>, ReflectionCache) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
- checkInstantiable(Class<?>, boolean, ReflectionCache) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
- checkParameterGroupExclusiveness(Optional<ParameterizedModel>, List<ParameterGroupModel>, Map<String, ?>, Map<String, String>) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
-
Checks the given ParameterGroupModels against the given resolved parameters and validates that the group
exclusiveness is honored.
- ChildContextChain - Interface in org.mule.runtime.module.extension.api.runtime.privileged
-
- ClassBasedAnnotationValueFetcher<T extends Annotation> - Class in org.mule.runtime.module.extension.internal.loader.java.type.runtime
-
- ClassBasedAnnotationValueFetcher(Class<T>, AnnotatedElement, ClassTypeLoader) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.type.runtime.ClassBasedAnnotationValueFetcher
-
- ClassBasedAnnotationValueFetcher(T, ClassTypeLoader) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.type.runtime.ClassBasedAnnotationValueFetcher
-
- classLoader - Variable in class org.mule.runtime.module.extension.internal.runtime.config.ClassLoaderConnectionProviderWrapper
-
- classLoader - Variable in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
-
- ClassloaderClassPackageFinder - Class in org.mule.runtime.module.extension.internal.resources.manifest
-
ClassPackageFinder implementation that uses the current class loader to obtain the package.
- ClassloaderClassPackageFinder() - Constructor for class org.mule.runtime.module.extension.internal.resources.manifest.ClassloaderClassPackageFinder
-
- ClassLoaderConnectionProviderWrapper<C> - Class in org.mule.runtime.module.extension.internal.runtime.config
-
- ClassPackageFinder - Interface in org.mule.runtime.module.extension.internal.resources.manifest
-
Given a
Class name returns the given package where the class belongs.
- clear() - Method in class org.mule.runtime.module.extension.internal.store.SdkObjectStoreAdapter
-
- CLIENT_CREDENTIALS_STATE_INTERFACES - Static variable in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ExtensionsOAuthUtils
-
- ClientCredentialsConfig - Class in org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.clientcredentials
-
OAuthConfig specialization for client credentials grant type
- ClientCredentialsConfig(String, Optional<OAuthObjectStoreConfig>, MultiMap<String, String>, MultiMap<String, String>, Map<Field, String>, String, String, String, String, CredentialsPlacement, ClientCredentialsGrantType) - Constructor for class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.clientcredentials.ClientCredentialsConfig
-
- ClientCredentialsConnectionProviderObjectBuilder<C> - Class in org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.clientcredentials
-
- ClientCredentialsConnectionProviderObjectBuilder(ConnectionProviderModel, ResolverSet, PoolingProfile, ReconnectionConfig, ClientCredentialsGrantType, ClientCredentialsOAuthHandler, ExtensionModel, ExpressionManager, MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.clientcredentials.ClientCredentialsConnectionProviderObjectBuilder
-
- ClientCredentialsConnectionProviderWrapper<C> - Class in org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.clientcredentials
-
A
ReconnectableConnectionProviderWrapper which makes sure that by the time the
ConnectionProvider.connect()
method is invoked on the delegate, the authorization dance has been completed and the
ClientCredentialsState and
OAuthCallbackValue fields have been properly injected
- ClientCredentialsConnectionProviderWrapper(ConnectionProvider<C>, ClientCredentialsConfig, Map<Field, String>, ClientCredentialsOAuthHandler, ReconnectionConfig) - Constructor for class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.clientcredentials.ClientCredentialsConnectionProviderWrapper
-
- ClientCredentialsOAuthHandler - Class in org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.clientcredentials
-
OAuthHandler implementation for the client credentials grant type
- ClientCredentialsOAuthHandler() - Constructor for class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.clientcredentials.ClientCredentialsOAuthHandler
-
- cloneAndEnrichValue(Value, List<ParameterModel>) - Static method in class org.mule.runtime.module.extension.internal.value.ValueProviderUtils
-
- cloneAndEnrichValue(Value, List<ParameterModel>) - Static method in class org.mule.runtime.module.extension.internal.value.ValueProviderUtils
-
- cloneAndEnrichValue(Value, List<ParameterModel>, String) - Static method in class org.mule.runtime.module.extension.internal.value.ValueProviderUtils
-
- cloneAndEnrichValue(Value, List<ParameterModel>, String, String) - Static method in class org.mule.runtime.module.extension.internal.value.ValueProviderUtils
-
- close() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ValueResolvingContext
-
- close() - Method in class org.mule.runtime.module.extension.internal.runtime.result.AbstractReturnDelegate.ConnectedInputStreamWrapper
-
- close() - Method in class org.mule.runtime.module.extension.internal.runtime.streaming.PagingProviderProducer
-
Closes the delegate
- close() - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.TransactionalConnectionHandler
-
Closes the connection making sure that the owning transaction is resolved.
- close() - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.XAExtensionTransactionalResource
- close() - Method in class org.mule.runtime.module.extension.internal.store.SdkObjectStoreAdapter
-
- CollectionReturnHandler - Class in org.mule.runtime.module.extension.internal.runtime.operation.resulthandler
-
- CollectionReturnHandler(MetadataType) - Constructor for class org.mule.runtime.module.extension.internal.runtime.operation.resulthandler.CollectionReturnHandler
-
- CollectionValueResolver<T> - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
- CollectionValueResolver(Class<? extends Collection>, List<ValueResolver<T>>) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.CollectionValueResolver
-
Creates a new instance
- collectRelativeClasses(MetadataType, ClassLoader) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
Given a
MetadataType it adds all the
Class that are related from that type.
- collectRelativeClassesAsString(MetadataType) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
Given a
MetadataType it adds all the
Class that are related from that type.
- commit() - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.DefaultTransactionHandle
- commit() - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.ExtensionTransactionalResource
- commit() - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.legacy.LegacyTransactionHandle
-
- commit() - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.NullTransactionHandle
- CompileTimeModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.property
-
Marker ModelProperty to communicate that the Extension model is being generated during compile time instead of being a
runtime model loading.
- CompileTimeModelProperty() - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.CompileTimeModelProperty
-
- CompletableComponentExecutorModelProperty - Class in org.mule.runtime.module.extension.api.loader.java.property
-
A ModelProperty meant to be used on component models, which provides access to a
ComponentExecutorFactory used to execute such component
- CompletableComponentExecutorModelProperty(CompletableComponentExecutorFactory) - Constructor for class org.mule.runtime.module.extension.api.loader.java.property.CompletableComponentExecutorModelProperty
-
Creates a new instance
- CompletableMethodOperationExecutor<M extends org.mule.runtime.api.meta.model.ComponentModel> - Class in org.mule.runtime.module.extension.internal.runtime.execution
-
- CompletableMethodOperationExecutor(M, Method, Object) - Constructor for class org.mule.runtime.module.extension.internal.runtime.execution.CompletableMethodOperationExecutor
-
- CompletableOperationExecutorFactory<T,M extends org.mule.runtime.api.meta.model.ComponentModel> - Class in org.mule.runtime.module.extension.internal.runtime.execution
-
- CompletableOperationExecutorFactory(Class<T>, Method) - Constructor for class org.mule.runtime.module.extension.internal.runtime.execution.CompletableOperationExecutorFactory
-
- complete(Object) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.PreservingThreadContextExecutorCallback
-
- COMPLETION_CALLBACK_CONTEXT_PARAM - Static variable in class org.mule.runtime.module.extension.api.runtime.privileged.ExecutionContextProperties
-
The key of an execution context variable which holds the CompletionCallback that a non blocking component will use to
notify completion or failure
- CompletionCallbackArgumentResolver - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
- CompletionCallbackArgumentResolver() - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.CompletionCallbackArgumentResolver
-
- component - Variable in class org.mule.runtime.module.extension.internal.metadata.MetadataMediator
-
- COMPONENT_CONFIG_NAME - Static variable in class org.mule.runtime.module.extension.internal.ExtensionProperties
-
The key of a property or variable holding the name of a component's config object
- ComponentElement - Interface in org.mule.runtime.module.extension.api.loader.java.type
-
A generic contract for any component that is considered as declaring point of different extensions components (Sources,
Connection Providers and Operation Containers)
- componentExecutor - Variable in class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessor
-
- ComponentExecutorCompletableAdapterFactory<T extends org.mule.runtime.api.meta.model.ComponentModel> - Class in org.mule.runtime.module.extension.internal.runtime.execution.deprecated
-
Adapts a legacy ComponentExecutorFactory into a CompletableComponentExecutorFactory.
- ComponentExecutorCompletableAdapterFactory(ComponentExecutorFactory<T>) - Constructor for class org.mule.runtime.module.extension.internal.runtime.execution.deprecated.ComponentExecutorCompletableAdapterFactory
-
- ComponentExecutorModelProperty - Class in org.mule.runtime.module.extension.api.loader.java.property
-
- ComponentExecutorModelProperty(ComponentExecutorFactory) - Constructor for class org.mule.runtime.module.extension.api.loader.java.property.ComponentExecutorModelProperty
-
Deprecated.
Creates a new instance
- ComponentLocationArgumentResolver - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
- ComponentLocationArgumentResolver() - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.ComponentLocationArgumentResolver
-
- ComponentLocationModelValidator - Class in org.mule.runtime.module.extension.internal.loader.java.validation
-
Validates that no
Source implementation has more than one
Field of type
ComponentLocation
- ComponentLocationModelValidator() - Constructor for class org.mule.runtime.module.extension.internal.loader.java.validation.ComponentLocationModelValidator
-
- componentLocator - Variable in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
-
- ComponentMessageProcessor<T extends org.mule.runtime.api.meta.model.ComponentModel> - Class in org.mule.runtime.module.extension.internal.runtime.operation
-
A
Processor capable of executing extension components.
- ComponentMessageProcessor(ExtensionModel, T, ValueResolver<ConfigurationProvider>, String, String, ResolverSet, CursorProviderFactory, RetryPolicyTemplate, MessageProcessorChain, ExtensionManager, PolicyManager, ReflectionCache, ResultTransformer, long) - Constructor for class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessor
-
- ComponentMessageProcessorBuilder<M extends org.mule.runtime.api.meta.model.ComponentModel,P extends ExtensionComponent> - Class in org.mule.runtime.module.extension.internal.runtime.operation
-
Base class for creating MessageProcessor instances of a given ComponentModel
- ComponentMessageProcessorBuilder(ExtensionModel, M, PolicyManager, ReflectionCache, ExpressionManager, MuleContext, Registry) - Constructor for class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessorBuilder
-
- componentModel - Variable in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
-
- ComponentParameterizationUtils - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
Utils class to create ComponentParameterizations.
- ComponentRetryPolicyTemplateResolver - Class in org.mule.runtime.module.extension.internal.runtime.operation.retry
-
Resolves a retry policy template for a component processor.
- ComponentRetryPolicyTemplateResolver(RetryPolicyTemplate, ConnectionManagerAdapter) - Constructor for class org.mule.runtime.module.extension.internal.runtime.operation.retry.ComponentRetryPolicyTemplateResolver
-
- ComponentVisibilityParser - Interface in org.mule.runtime.module.extension.internal.loader.parser
-
General contract for a model parser capable of reading component visibility
- ComposedSourceCallbackExecutor - Class in org.mule.runtime.module.extension.internal.runtime.source
-
A SourceCallbackExecutor that allows chain the execution of two delegating SourceCallbackExecutors.
- CompositeArtifactExtensionManager - Class in org.mule.runtime.module.extension.internal.manager
-
Composes
ExtensionManager from a child and a parent artifacts, so child artifact can access extensions provided by the
parent.
- CompositeArtifactExtensionManager(ExtensionManager, ExtensionManager) - Constructor for class org.mule.runtime.module.extension.internal.manager.CompositeArtifactExtensionManager
-
Creates a composed extension manager
- compute(Serializable) - Method in class org.mule.runtime.module.extension.internal.metadata.MuleMetadataCacheValueResolverAdapter
-
- compute(Serializable) - Method in class org.mule.runtime.module.extension.internal.metadata.SdkMetadataCacheValueResolverAdapter
-
- computeIfAbsent(Serializable, MetadataCache.MetadataCacheValueResolver) - Method in class org.mule.runtime.module.extension.internal.metadata.MuleMetadataCacheAdapter
-
- computeIfAbsent(Serializable, MetadataCache.MetadataCacheValueResolver) - Method in class org.mule.runtime.module.extension.internal.metadata.SdkMetadataCacheAdapter
-
- ConfigOverrideValueResolverWrapper<T> - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
A
ValueResolver wrapper which defaults to obtaining the value from the current
ConfigurationInstance if the
given
delegate results in a
null value.
- ConfigTypeModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.property
-
- ConfigTypeModelProperty(Class<?>) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.ConfigTypeModelProperty
-
Creates a new instance for the given configType
- CONFIGURATION_MODEL_PROPERTY_NAME - Static variable in class org.mule.runtime.module.extension.internal.ExtensionProperties
-
The name to be used in a property of a
ValueResolvingContext to store the
ConfigurationModel being used in
that context.
- ConfigurationArgumentResolver - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
An implementation of
ArgumentResolver which returns the value obtained through
ExecutionContext.getConfiguration()
- ConfigurationArgumentResolver() - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.ConfigurationArgumentResolver
-
- ConfigurationCreationUtils - Class in org.mule.runtime.module.extension.internal.runtime.config
-
- ConfigurationElement - Interface in org.mule.runtime.module.extension.api.loader.java.type
-
A contract for an element from which an extension configuration can be derived
- ConfigurationExpirationMonitor - Interface in org.mule.runtime.module.extension.internal.manager
-
Monitors configuration instances looking for those which should be expired.
- ConfigurationFactoryModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.property
-
A model property which gives access to a ConfigurationFactory
- ConfigurationFactoryModelProperty(ConfigurationFactory) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.ConfigurationFactoryModelProperty
-
- ConfigurationInstanceFactory<T> - Class in org.mule.runtime.module.extension.internal.runtime.config
-
Reusable and thread-safe factory that creates instances of ConfigurationInstance
- ConfigurationInstanceFactory(ExtensionModel, ConfigurationModel, ResolverSet, ExpressionManager, MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.config.ConfigurationInstanceFactory
-
Creates a new instance which provides instances derived from the given configurationModel and resolverSet
- ConfigurationModelParser - Interface in org.mule.runtime.module.extension.internal.loader.parser
-
Parses the syntactic definition of a ConfigurationModel so that the semantics reflected in it can be extracted in a
uniform way, regardless of the actual syntax used by the extension developer.
- ConfigurationObjectBuilder<T> - Class in org.mule.runtime.module.extension.internal.runtime.config
-
Implementation of
ObjectBuilder to create instances that match a given
ConfigurationModel.
- ConfigurationObjectBuilder(ConfigurationModel, ResolverSet, ExpressionManager, MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.config.ConfigurationObjectBuilder
-
- configurationProvider - Variable in class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessorBuilder
-
- ConfigurationProviderFactory - Interface in org.mule.runtime.module.extension.internal.runtime.config
-
A factory which creates instances of ConfigurationProvider
- ConfigurationProviderToolingAdapter - Class in org.mule.runtime.module.extension.internal.runtime.config
-
- ConfigurationProviderValueResolver - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
Implementation of
ValueResolver which locates and returns a
ConfigurationProvider associated with a given
configuration provider reference.
- ConfigurationProviderValueResolver(String) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.ConfigurationProviderValueResolver
-
Construct a new instance.
- ConfigurationValueResolver<T> - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
A value resolver which returns the values of a ConfigurationInstance obtained through a ConfigurationProvider
- ConfigurationValueResolver(ConfigurationProvider) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.ConfigurationValueResolver
-
- configure(Object, Optional<ConfigurationInstance>) - Method in class org.mule.runtime.module.extension.internal.runtime.source.SourceConfigurer
-
Performs the configuration of the given source and returns the result
- configureContextBeforeDeclaration(ExtensionLoadingContext) - Method in class org.mule.runtime.module.extension.internal.loader.AbstractExtensionModelLoader
- configureContextBeforeDeclaration(ExtensionLoadingContext) - Method in class org.mule.runtime.module.extension.internal.loader.java.AbstractJavaExtensionModelLoader
- connect() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.connection.SdkConnectionProviderAdapter
-
- connect() - Method in class org.mule.runtime.module.extension.internal.runtime.config.ClassLoaderConnectionProviderWrapper
-
- connect() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode.AuthorizationCodeConnectionProviderWrapper
-
- connect() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.clientcredentials.ClientCredentialsConnectionProviderWrapper
-
- connect() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs.PlatformManagedOAuthConnectionProvider
-
- connect() - Method in class org.mule.runtime.module.extension.internal.runtime.source.SourceConnectionProvider
-
- CONNECTION_PARAM - Static variable in class org.mule.runtime.module.extension.internal.ExtensionProperties
-
The key of an execution context variable on which the connection to be used was set
- ConnectionArgumentResolver - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
- ConnectionArgumentResolver() - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.ConnectionArgumentResolver
-
- ConnectionInterceptor - Class in org.mule.runtime.module.extension.internal.runtime.connectivity
-
- ConnectionInterceptor(ExtensionConnectionSupplier) - Constructor for class org.mule.runtime.module.extension.internal.runtime.connectivity.ConnectionInterceptor
-
- connectionManager - Variable in class org.mule.runtime.module.extension.internal.runtime.config.ConfigurationProviderToolingAdapter
-
- connectionManager - Variable in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
-
- ConnectionProviderAwareMetadataContext - Interface in org.mule.runtime.module.extension.internal.metadata
-
A MetadataContext which is aware of the ConnectionProvider used to provide its connection.
- ConnectionProviderElement - Interface in org.mule.runtime.module.extension.api.loader.java.type
-
A contract for an element from which an extension connection provider can be derived
- ConnectionProviderFactoryModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.property
-
A ModelProperty meant to be used on connection provider models, which provides access
to a ConnectionProviderFactory used to create such providers
- ConnectionProviderFactoryModelProperty(ConnectionProviderFactory) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.ConnectionProviderFactoryModelProperty
-
Creates a new instance
- ConnectionProviderModelParser - Interface in org.mule.runtime.module.extension.internal.loader.parser
-
Parses the syntactic definition of a ConnectionProviderModel so that the semantics reflected in it can be extracted in
a uniform way, regardless of the actual syntax used by the extension developer.
- ConnectionProviderObjectBuilder<C> - Class in org.mule.runtime.module.extension.internal.runtime.config
-
- ConnectionProviderObjectBuilder(ConnectionProviderModel, ResolverSet, ExtensionModel, ExpressionManager, MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.config.ConnectionProviderObjectBuilder
-
Creates a new instances which produces instances based on the given providerModel and resolverSet
- ConnectionProviderObjectBuilder(Class<?>, ConnectionProviderModel, ResolverSet, PoolingProfile, ReconnectionConfig, ExtensionModel, ExpressionManager, MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.config.ConnectionProviderObjectBuilder
-
- ConnectionProviderObjectBuilder(ConnectionProviderModel, ResolverSet, PoolingProfile, ReconnectionConfig, ExtensionModel, ExpressionManager, MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.config.ConnectionProviderObjectBuilder
-
- ConnectionProviderObjectBuilder(ConnectionProviderModel, Class<?>, ResolverSet, PoolingProfile, ReconnectionConfig, ExtensionModel, ExpressionManager, MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.config.ConnectionProviderObjectBuilder
-
- ConnectionProviderResolver<C> - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
- ConnectionProviderResolver(ConnectionProviderObjectBuilder<C>, ResolverSet, MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.ConnectionProviderResolver
-
Creates a new instance
- ConnectionProviderSettings - Class in org.mule.runtime.module.extension.internal.runtime.connectivity
-
Groups configurations elements for connection providers
- ConnectionProviderSettings(ConnectionProviderModel, ComponentParameterization, PoolingProfile, ReconnectionConfig, AuthorizationCodeOAuthHandler, ClientCredentialsOAuthHandler, PlatformManagedOAuthHandler) - Constructor for class org.mule.runtime.module.extension.internal.runtime.connectivity.ConnectionProviderSettings
-
- ConnectionProviderTypeWrapper<T> - Class in org.mule.runtime.module.extension.internal.loader.java.type.runtime
-
TypeWrapper specification for classes that are considered as Connection Providers
- ConnectionProviderTypeWrapper(Class<T>, ClassTypeLoader) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.type.runtime.ConnectionProviderTypeWrapper
-
- ConnectionProviderValueResolver<C> - Interface in org.mule.runtime.module.extension.internal.runtime.resolver
-
Provides de capability to obtain (if there is any) the
ResolverSet used to resolve the event.
- ConnectionTypeModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.property
-
A ModelProperty meant to be used on connection provider models, which indicates the
type of the produced connections
- ConnectionTypeModelProperty(Class<?>) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.ConnectionTypeModelProperty
-
Creates a new instance
- ConnectionTypeModelProperty(Type) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.ConnectionTypeModelProperty
-
- ConnectivityModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.property
-
- ConnectivityModelProperty(Class<?>) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.ConnectivityModelProperty
-
Creates a new instance for the given connectionType
- ConnectivityModelProperty(Type) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.ConnectivityModelProperty
-
Creates a new instance for the given connectionType
- ConstructMessageProcessor - Class in org.mule.runtime.module.extension.internal.runtime.operation
-
- ConstructMessageProcessor(ExtensionModel, ConstructModel, ValueResolver<ConfigurationProvider>, String, String, ResolverSet, CursorProviderFactory, RetryPolicyTemplate, MessageProcessorChain, ExtensionManager, PolicyManager, ReflectionCache, long) - Constructor for class org.mule.runtime.module.extension.internal.runtime.operation.ConstructMessageProcessor
-
- ConstructMessageProcessorBuilder - Class in org.mule.runtime.module.extension.internal.runtime.operation
-
- ConstructMessageProcessorBuilder(ExtensionModel, ConstructModel, PolicyManager, ReflectionCache, ExpressionManager, MuleContext, Registry) - Constructor for class org.mule.runtime.module.extension.internal.runtime.operation.ConstructMessageProcessorBuilder
-
- contains(String) - Method in class org.mule.runtime.module.extension.internal.store.SdkObjectStoreAdapter
-
- convertToMuleObjectStoreSettings(ObjectStoreSettings) - Static method in class org.mule.runtime.module.extension.internal.store.SdkObjectStoreUtils
-
Converts the SDK api OS settings ObjectStoreSettings into the corresponding Mule api OS
settings ObjectStoreSettings
- convertToSdkObjectStoreSettings(ObjectStoreSettings) - Static method in class org.mule.runtime.module.extension.internal.store.SdkObjectStoreUtils
-
Converts the Mule object store settings ObjectStoreSettings into the corresponding SDK api OS settings
ObjectStoreSettings.
- copy() - Method in class org.mule.runtime.module.extension.api.runtime.privileged.EventedResult
-
- copy() - Method in class org.mule.runtime.module.extension.api.runtime.privileged.EventedSdkResult
-
- copy() - Method in class org.mule.runtime.module.extension.internal.runtime.execution.SdkInternalContext
-
- copy() - Method in class org.mule.runtime.module.extension.internal.runtime.source.legacy.LegacyResultAdapter
-
- CorrelationInfoArgumentResolver - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
- CorrelationInfoArgumentResolver() - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.CorrelationInfoArgumentResolver
-
- COULD_NOT_CREATE_A_CONNECTION_SUPPLIER - Static variable in class org.mule.runtime.module.extension.internal.runtime.streaming.PagingProviderProducer
-
- COULD_NOT_EXECUTE - Static variable in class org.mule.runtime.module.extension.internal.runtime.streaming.PagingProviderProducer
-
- COULD_NOT_OBTAIN_A_CONNECTION - Static variable in class org.mule.runtime.module.extension.internal.runtime.streaming.PagingProviderProducer
-
- CRAFTED_LOADER_ID - Static variable in class org.mule.runtime.module.extension.internal.loader.java.CraftedExtensionModelLoader
-
- CraftedExtensionModelLoader - Class in org.mule.runtime.module.extension.internal.loader.java
-
ExtensionModelLoader implementation to be used for extensions which model is hand crafted.
- CraftedExtensionModelLoader() - Constructor for class org.mule.runtime.module.extension.internal.loader.java.CraftedExtensionModelLoader
-
- create(MuleContext) - Method in class org.mule.runtime.module.extension.api.manager.DefaultExtensionManagerFactory
-
- create(MuleContext) - Method in interface org.mule.runtime.module.extension.api.manager.ExtensionManagerFactory
-
- create(Object, DataType) - Method in interface org.mule.runtime.module.extension.internal.runtime.function.FunctionParameterDefaultValueResolverFactory
-
- createAdapter(Object) - Static method in class org.mule.runtime.module.extension.internal.runtime.source.legacy.SdkSourceAdapterFactory
-
Given an
Object: if it is a
Source, the same instance is returned.
- createAdapter(Optional<ConfigurationInstance>, SourceCallbackFactory, Component, SourceConnectionManager, boolean) - Method in class org.mule.runtime.module.extension.internal.runtime.source.SourceAdapterFactory
-
- createArgumentResolver(M) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.deprecated.ReactiveMethodOperationExecutor
-
Deprecated.
- createArgumentResolver(M) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.deprecated.ReactiveOperationExecutionWrapper
-
Deprecated.
- createArgumentResolver(T) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.deprecated.ReactiveOperationExecutorFactoryWrapper
-
Deprecated.
- createArgumentResolver(M) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.GeneratedMethodComponentExecutor
-
- createArgumentResolver(T) - Method in interface org.mule.runtime.module.extension.internal.runtime.execution.OperationArgumentResolverFactory
-
Builds the argument resolver based on an executionContext and the internal state of this object.
- createAuthentication(Credentials) - Method in class org.mule.runtime.module.extension.internal.runtime.security.adapter.SdkAuthenticationHandlerAdapter
-
- createAuthentication(Credentials) - Method in class org.mule.runtime.module.extension.internal.runtime.security.DefaultAuthenticationHandler
- createCompletionHandler(SourceCallbackContextAdapter) - Method in interface org.mule.runtime.module.extension.internal.runtime.source.SourceCompletionHandlerFactory
-
- createComponentParameterization(ParameterizedModel, Map<String, Object>) - Static method in class org.mule.runtime.module.extension.internal.runtime.resolver.ComponentParameterizationUtils
-
Creates a ComponentParameterization of a ParameterizedModel based on static values of its parameters.
- createConfiguration(String, CoreEvent, ConnectionProviderValueResolver<C>) - Method in class org.mule.runtime.module.extension.internal.runtime.config.ConfigurationInstanceFactory
-
Creates a new instance using the given event to obtain the configuration's parameter values.
- createConfiguration(String, ResolverSetResult, CoreEvent, Optional<ConnectionProviderValueResolver<C>>) - Method in class org.mule.runtime.module.extension.internal.runtime.config.ConfigurationInstanceFactory
-
Creates a new instance using the given resolverSetResult to obtain the configuration's parameter values
- createConfiguration(String, ResolverSetResult, CoreEvent, ConnectionProviderValueResolver<C>, ResolverSetResult) - Method in class org.mule.runtime.module.extension.internal.runtime.config.ConfigurationInstanceFactory
-
Creates a new instance using the given configValues and connectionProviderValues to obtain the
configuration's parameter values
- createConfigurationProvider(ExtensionModel, ConfigurationModel, String, Map<String, Object>, Optional<ExpirationPolicy>, Optional<ConnectionProviderValueResolver>, ConfigurationProviderFactory, ExpressionManager, ReflectionCache, String, DslSyntaxResolver, ClassLoader, MuleContext) - Static method in class org.mule.runtime.module.extension.internal.runtime.config.ConfigurationCreationUtils
-
- createConnectionProviderResolver(ExtensionModel, ConnectionProviderSettings, ConfigurationProperties, ExpressionManager, ReflectionCache, String, DslSyntaxResolver, MuleContext) - Static method in class org.mule.runtime.module.extension.internal.runtime.config.ConfigurationCreationUtils
-
- createContext() - Method in class org.mule.runtime.module.extension.internal.runtime.source.legacy.LegacySourceCallbackAdapter
-
- createContext() - Method in class org.mule.runtime.module.extension.internal.runtime.source.legacy.SdkSourceCallbackAdapter
-
- createCredentialsBuilder() - Method in class org.mule.runtime.module.extension.internal.runtime.security.adapter.SdkAuthenticationHandlerAdapter
-
- createCredentialsBuilder() - Method in class org.mule.runtime.module.extension.internal.runtime.security.DefaultAuthenticationHandler
- createDefaultExtensionManager() - Static method in class org.mule.runtime.module.extension.api.util.MuleExtensionUtils
-
- createDynamicConfigurationProvider(String, ExtensionModel, ConfigurationModel, ResolverSet, ConnectionProviderValueResolver, ExpirationPolicy, ReflectionCache, ExpressionManager, MuleContext) - Method in interface org.mule.runtime.module.extension.internal.runtime.config.ConfigurationProviderFactory
-
Creates a new ConfigurationProvider which servers instances of a dynamic configuration
- createDynamicConfigurationProvider(String, ExtensionModel, ConfigurationModel, ResolverSet, ConnectionProviderValueResolver, ExpirationPolicy, ReflectionCache, ExpressionManager, MuleContext) - Method in class org.mule.runtime.module.extension.internal.runtime.config.DefaultConfigurationProviderFactory
-
Creates a new ConfigurationProvider which servers instances of a dynamic configuration
- createExecutionMediator() - Method in class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessor
-
- createExecutor(M, Map<String, Object>) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.CompletableOperationExecutorFactory
-
- createExecutor(T, Map<String, Object>) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.deprecated.ComponentExecutorCompletableAdapterFactory
-
- createExecutor(M, Map<String, Object>) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.deprecated.ReactiveOperationExecutorFactory
-
Deprecated.
- createExecutor(T, Map<String, Object>) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.deprecated.ReactiveOperationExecutorFactoryWrapper
-
Deprecated.
- createExecutor(FunctionModel, FunctionParameterDefaultValueResolverFactory) - Method in interface org.mule.runtime.module.extension.internal.runtime.function.FunctionExecutorFactory
-
Creates a new ExpressionFunction based on a given FunctionModel
- createExecutor(FunctionModel, FunctionParameterDefaultValueResolverFactory) - Method in class org.mule.runtime.module.extension.internal.runtime.function.ReflectiveFunctionExecutorFactory
-
- createFactory(ParameterValueResolver, Supplier<Object>, Supplier<Object>, ReflectionCache, MuleContext, ParameterizedModel) - Method in class org.mule.runtime.module.extension.internal.loader.java.property.SampleDataProviderFactoryModelProperty
-
- createFactory(ParameterValueResolver, Supplier<Object>, Supplier<Object>, ReflectionCache, MuleContext, ParameterizedModel) - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ValueProviderFactoryModelProperty
-
- createFailureResponseParameters(CoreEvent) - Method in class org.mule.runtime.module.extension.internal.runtime.source.NullSourceCompletionHandler
-
- createFailureResponseParameters(CoreEvent) - Method in class org.mule.runtime.module.extension.internal.runtime.source.SourceAdapter.DefaultSourceCompletionHandler
-
- createFailureResponseParameters(CoreEvent) - Method in interface org.mule.runtime.module.extension.internal.runtime.source.SourceCompletionHandler
-
Resolves the set of parameters of the failure response function of the source against the supplied Event.
- createHandler() - Method in class org.mule.runtime.module.extension.internal.runtime.exception.DefaultExceptionHandlerFactory
-
- createImplicitConfigurationProvider(ExtensionModel, ConfigurationModel, CoreEvent, ReflectionCache, ExpressionManager) - Method in class org.mule.runtime.module.extension.internal.runtime.config.DefaultImplicitConfigurationProviderFactory
-
Creates an implicit configuration provider
- createImplicitConfigurationProvider(ExtensionModel, ConfigurationModel, CoreEvent, ReflectionCache, ExpressionManager) - Method in interface org.mule.runtime.module.extension.internal.runtime.config.ImplicitConfigurationProviderFactory
-
Creates an implicit configuration provider
- createImplicitConnectionProvider(String, CoreEvent) - Method in class org.mule.runtime.module.extension.internal.runtime.config.DefaultImplicitConnectionProviderFactory
-
Creates a new ConnectionProvider based on the ConnectionProviderModel available to the extensionModel
and configurationModel
- createImplicitConnectionProvider(String, CoreEvent) - Method in interface org.mule.runtime.module.extension.internal.runtime.config.ImplicitConnectionProviderFactory
-
Creates a new ConnectionProvider based on the ConnectionProviderModel available to the extensionModel
and configurationModel
- createMessageProcessor(ExtensionManager, ResolverSet) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessorBuilder
-
- createMessageProcessor(ExtensionManager, ResolverSet) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.ConstructMessageProcessorBuilder
-
- createMessageProcessor(ExtensionManager, ResolverSet) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.OperationMessageProcessorBuilder
-
- createMessageSource() - Method in class org.mule.runtime.module.extension.internal.runtime.source.DefaultSdkSourceFactory
-
- createObjectStore(String, ObjectStoreSettings) - Method in class org.mule.runtime.module.extension.internal.store.SdkObjectStoreManagerAdapter
-
- createOperationPolicy(Component, CoreEvent, OperationParametersProcessor) - Method in class org.mule.runtime.module.extension.internal.policy.NoOpPolicyManager
-
- createParser(ExtensionLoadingContext) - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ExtensionModelParserFactory
-
- createParser(ExtensionLoadingContext) - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParserFactory
-
- createReconnectionInterceptorsChain(ExtensionModel, ComponentModel, ExtensionConnectionSupplier, ReflectionCache) - Static method in class org.mule.runtime.module.extension.internal.util.ReconnectionUtils
-
- createResponseParameters(CoreEvent) - Method in class org.mule.runtime.module.extension.internal.runtime.source.NullSourceCompletionHandler
-
- createResponseParameters(CoreEvent) - Method in class org.mule.runtime.module.extension.internal.runtime.source.SourceAdapter.DefaultSourceCompletionHandler
-
- createResponseParameters(CoreEvent) - Method in interface org.mule.runtime.module.extension.internal.runtime.source.SourceCompletionHandler
-
Resolves the set of parameters of the response function of the source against the supplied Event.
- createReturnDelegate() - Method in class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessor
-
- createSingleValueSetters(Class<?>, ResolverSet) - Method in class org.mule.runtime.module.extension.internal.runtime.config.ConnectionProviderObjectBuilder
-
In order to support
ConnectionProvider instances, introspection needs to be deferred to
the actual instantiation process so that
SdkConnectionProviderAdapter can be unwrapped.
- createSingleValueSetters(Class<?>, ResolverSet) - Method in class org.mule.runtime.module.extension.internal.runtime.objectbuilder.ResolverSetBasedObjectBuilder
-
- createSourceCallback(SourceCompletionHandlerFactory) - Method in interface org.mule.runtime.module.extension.internal.runtime.source.SourceCallbackFactory
-
Creates a new SourceCallback
- createSourcePolicyInstance(Component, CoreEvent, ReactiveProcessor, MessageSourceResponseParametersProcessor) - Method in class org.mule.runtime.module.extension.internal.policy.NoOpPolicyManager
-
- createStaticConfigurationProvider(String, ExtensionModel, ConfigurationModel, ResolverSet, ConnectionProviderValueResolver, ReflectionCache, ExpressionManager, MuleContext) - Method in interface org.mule.runtime.module.extension.internal.runtime.config.ConfigurationProviderFactory
-
Creates a new ConfigurationProvider which servers a static configuration instance
- createStaticConfigurationProvider(String, ExtensionModel, ConfigurationModel, ResolverSet, ConnectionProviderValueResolver, ReflectionCache, ExpressionManager, MuleContext) - Method in class org.mule.runtime.module.extension.internal.runtime.config.DefaultConfigurationProviderFactory
-
Creates a new ConfigurationProvider which servers a static configuration instance
- createStereotype(StereotypeDefinition) - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.stereotypes.DefaultStereotypeModelFactory
-
- createStereotype(StereotypeDefinition, String) - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.stereotypes.DefaultStereotypeModelFactory
-
- createStereotype(String, StereotypeModel) - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.stereotypes.DefaultStereotypeModelFactory
-
- createStereotype(String, String, StereotypeModel) - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.stereotypes.DefaultStereotypeModelFactory
-
- createStereotype(StereotypeDefinition) - Method in interface org.mule.runtime.module.extension.internal.loader.parser.StereotypeModelFactory
-
- createStereotype(StereotypeDefinition, String) - Method in interface org.mule.runtime.module.extension.internal.loader.parser.StereotypeModelFactory
-
- createStereotype(String, StereotypeModel) - Method in interface org.mule.runtime.module.extension.internal.loader.parser.StereotypeModelFactory
-
- createStereotype(String, String, StereotypeModel) - Method in interface org.mule.runtime.module.extension.internal.loader.parser.StereotypeModelFactory
-
- CURSOR_RESET_HANDLER_VARIABLE - Static variable in class org.mule.runtime.module.extension.internal.runtime.streaming.CursorResetInterceptor
-
- cursorProviderFactory - Variable in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
-
- cursorProviderFactory - Variable in class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessorBuilder
-
- CursorResetHandler - Class in org.mule.runtime.module.extension.internal.runtime.streaming
-
Entity in charge of reseting the position of a group of Cursors .
- CursorResetHandler(List<Cursor>) - Constructor for class org.mule.runtime.module.extension.internal.runtime.streaming.CursorResetHandler
-
- CursorResetInterceptor - Class in org.mule.runtime.module.extension.internal.runtime.streaming
-
This interceptor tracks all the cursors that were resolved as parameters of a given operation execution and the
position they were in before the execution.
- CursorResetInterceptor(Map<ParameterGroupModel, Set<ParameterModel>>, ReflectionCache) - Constructor for class org.mule.runtime.module.extension.internal.runtime.streaming.CursorResetInterceptor
-
- CustomDefinedStaticTypeAnnotation - Class in org.mule.runtime.module.extension.internal.loader.annotations
-
A MarkerAnnotation to signal that a MetadataType is a custom built static type.
- CustomDefinedStaticTypeAnnotation() - Constructor for class org.mule.runtime.module.extension.internal.loader.annotations.CustomDefinedStaticTypeAnnotation
-
- CustomOAuthParameters() - Constructor for class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.BaseOAuthConnectionProviderObjectBuilder.CustomOAuthParameters
-
- CustomStaticTypeUtils - Class in org.mule.runtime.module.extension.internal.loader.parser.java.type
-
Util class that resolves the static types of parameter, outputs and attributes from sources and operartions in Java based
extensions.
- CustomStaticTypeUtils() - Constructor for class org.mule.runtime.module.extension.internal.loader.parser.java.type.CustomStaticTypeUtils
-
- CustomStereotypeModelProperty - Class in org.mule.runtime.module.extension.internal.loader.parser.java.stereotypes
-
Marker ModelProperty for indicating that the component has been declared using a developer-defined custom
StereotypeModel instead of having the default stereotype for the component.
- CustomStereotypeModelProperty() - Constructor for class org.mule.runtime.module.extension.internal.loader.parser.java.stereotypes.CustomStereotypeModelProperty
-
- dancers - Variable in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.OAuthHandler
-
- declare(ExtensionLoadingContext) - Method in class org.mule.runtime.module.extension.internal.loader.delegate.DefaultExtensionModelLoaderDelegate
-
Deprecated.
- declare(ExtensionModelParserFactory, ExtensionLoadingContext) - Method in class org.mule.runtime.module.extension.internal.loader.delegate.DefaultExtensionModelLoaderDelegate
-
Creates and populates an ExtensionDeclarer using the given context and parserFactory
- declare(ExtensionLoadingContext) - Method in interface org.mule.runtime.module.extension.internal.loader.delegate.ModelLoaderDelegate
-
- declare(ExtensionModelParserFactory, ExtensionLoadingContext) - Method in interface org.mule.runtime.module.extension.internal.loader.delegate.ModelLoaderDelegate
-
Creates and populates an ExtensionDeclarer using the given context and parserFactory
- declare(HasParametersDeclarer, List<ParameterGroupModelParser>) - Method in class org.mule.runtime.module.extension.internal.loader.delegate.ParameterModelsLoaderDelegate
-
- declareEmittedNotifications(NotificationEmitterParser, ExecutableComponentDeclarer, Function<String, Optional<NotificationModel>>) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.notification.NotificationModelParserUtils
-
- declareExtension(ExtensionLoadingContext) - Method in class org.mule.runtime.module.extension.internal.loader.AbstractExtensionModelLoader
- declareExtension(ExtensionLoadingContext) - Method in class org.mule.runtime.module.extension.internal.loader.java.CraftedExtensionModelLoader
-
- DeclaringMemberModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.property
-
A custom model property to link a ParameterModel to the actual member it represents.
- DeclaringMemberModelProperty(Field) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.DeclaringMemberModelProperty
-
- decoratee - Variable in class org.mule.runtime.module.extension.internal.loader.parser.ParameterModelParserDecorator
-
- DEFAULT_CONNECTION_PROVIDER_NAME - Static variable in class org.mule.runtime.module.extension.internal.ExtensionProperties
-
- DefaultAuthenticationHandler - Class in org.mule.runtime.module.extension.internal.runtime.security
-
Default implementation of a AuthenticationHandler
- DefaultAuthenticationHandler(SecurityContext, SecurityManager, Consumer<SecurityContext>) - Constructor for class org.mule.runtime.module.extension.internal.runtime.security.DefaultAuthenticationHandler
-
- DefaultClassPackageFinder - Class in org.mule.runtime.module.extension.internal.resources.manifest
-
- DefaultClassPackageFinder() - Constructor for class org.mule.runtime.module.extension.internal.resources.manifest.DefaultClassPackageFinder
-
- DefaultConfigurationExpirationMonitor - Class in org.mule.runtime.module.extension.internal.manager
-
- DefaultConfigurationExpirationMonitor.Builder - Class in org.mule.runtime.module.extension.internal.manager
-
- DefaultConfigurationProviderFactory - Class in org.mule.runtime.module.extension.internal.runtime.config
-
- DefaultConfigurationProviderFactory() - Constructor for class org.mule.runtime.module.extension.internal.runtime.config.DefaultConfigurationProviderFactory
-
- DefaultConnectionProviderFactory<C> - Class in org.mule.runtime.module.extension.internal.loader.java
-
- DefaultConnectionProviderFactory(Class<?>, ClassLoader) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.DefaultConnectionProviderFactory
-
Creates a new instance which creates ConnectionProvider instances of the given providerClass
- DefaultConnectionProviderObjectBuilder<C> - Class in org.mule.runtime.module.extension.internal.runtime.config
-
- DefaultConnectionProviderObjectBuilder(ConnectionProviderModel, ResolverSet, ExtensionModel, ExpressionManager, MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.config.DefaultConnectionProviderObjectBuilder
-
- DefaultConnectionProviderObjectBuilder(ConnectionProviderModel, ResolverSet, PoolingProfile, ReconnectionConfig, ExtensionModel, ExpressionManager, MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.config.DefaultConnectionProviderObjectBuilder
-
- DefaultConnectionProviderObjectBuilder(Class<?>, ConnectionProviderModel, ResolverSet, PoolingProfile, ReconnectionConfig, ExtensionModel, ExpressionManager, MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.config.DefaultConnectionProviderObjectBuilder
-
- DefaultCredentialsBuilder - Class in org.mule.runtime.module.extension.internal.runtime.security
-
Builder for a Credentials implementation.
- DefaultDistributedSourceTraceContext - Class in org.mule.runtime.module.extension.internal.runtime.source.trace
-
Default implementation for DistributedTraceContextManager.
- DefaultDistributedSourceTraceContext() - Constructor for class org.mule.runtime.module.extension.internal.runtime.source.trace.DefaultDistributedSourceTraceContext
-
- DefaultEncodingArgumentResolver - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
An implementation of
ArgumentResolver which returns the value obtained through
ExecutionContext.getConfiguration()
- DefaultEncodingArgumentResolver() - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.DefaultEncodingArgumentResolver
-
- DefaultEncodingDeclarationEnricher - Class in org.mule.runtime.module.extension.internal.loader.java.enricher
-
A DeclarationEnricher which looks classes with fields annotated with DefaultEncoding.
- DefaultEncodingDeclarationEnricher() - Constructor for class org.mule.runtime.module.extension.internal.loader.java.enricher.DefaultEncodingDeclarationEnricher
-
- DefaultEncodingModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.property
-
A ModelProperty intended to be used on parameters to signal that if a value for the parameter
was not provided, then the runtime should use its own default encoding.
- DefaultEncodingModelProperty(Field) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.DefaultEncodingModelProperty
-
Creates a new instance
- DefaultExceptionHandlerFactory - Class in org.mule.runtime.module.extension.internal.runtime.exception
-
- DefaultExceptionHandlerFactory(Class<?>) - Constructor for class org.mule.runtime.module.extension.internal.runtime.exception.DefaultExceptionHandlerFactory
-
- DefaultExecutionContext<M extends org.mule.runtime.api.meta.model.ComponentModel> - Class in org.mule.runtime.module.extension.internal.runtime
-
Default implementation of
ExecutionContextAdapter which adds additional information which is relevant to this
implementation of the extensions-api, even though it's not part of the API itself
- DefaultExecutionContext(ExtensionModel, Optional<ConfigurationInstance>, Map<String, Object>, M, CoreEvent, CursorProviderFactory, StreamingManager, Component, RetryPolicyTemplate, Scheduler, Optional<TransactionConfig>, MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.DefaultExecutionContext
-
Creates a new instance with the given state
- DefaultExecutionMediator<M extends org.mule.runtime.api.meta.model.ComponentModel> - Class in org.mule.runtime.module.extension.internal.runtime.operation
-
- DefaultExecutionMediator(ExtensionModel, M, InterceptorChain, ErrorTypeRepository, ClassLoader, ResultTransformer, ProfilingDataProducer<ComponentThreadingProfilingEventContext, CoreEvent>, boolean) - Constructor for class org.mule.runtime.module.extension.internal.runtime.operation.DefaultExecutionMediator
-
- DefaultExtensionManager - Class in org.mule.runtime.module.extension.internal.manager
-
- DefaultExtensionManager() - Constructor for class org.mule.runtime.module.extension.internal.manager.DefaultExtensionManager
-
- DefaultExtensionManagerFactory - Class in org.mule.runtime.module.extension.api.manager
-
- DefaultExtensionManagerFactory() - Constructor for class org.mule.runtime.module.extension.api.manager.DefaultExtensionManagerFactory
-
- DefaultExtensionModelLoaderDelegate - Class in org.mule.runtime.module.extension.internal.loader.delegate
-
Describes an ExtensionModel by analyzing the annotations in the class provided in the constructor
- DefaultExtensionModelLoaderDelegate(String) - Constructor for class org.mule.runtime.module.extension.internal.loader.delegate.DefaultExtensionModelLoaderDelegate
-
- DefaultExtensionModelLoaderProvider - Class in org.mule.runtime.module.extension.api.loader
-
Implementation of ExtensionModelLoaderProvider which yields the main ExtensionModelLoader instances
- DefaultExtensionModelLoaderProvider() - Constructor for class org.mule.runtime.module.extension.api.loader.DefaultExtensionModelLoaderProvider
-
- DefaultExtensionNotification - Class in org.mule.runtime.module.extension.internal.runtime.notification
-
Represents notifications fired by an extension.
- DefaultExtensionNotification(Event, Component, NotificationActionDefinition, TypedValue<?>) - Constructor for class org.mule.runtime.module.extension.internal.runtime.notification.DefaultExtensionNotification
-
- DefaultExtensionNotification(Event, Component, NotificationActionDefinition, Supplier<?>, DataType) - Constructor for class org.mule.runtime.module.extension.internal.runtime.notification.DefaultExtensionNotification
-
- DefaultExtensionsClient - Class in org.mule.runtime.module.extension.internal.runtime.client
-
This is the default implementation for a
ExtensionsClient, it uses the
ExtensionManager in the
MuleContext to search for the extension that wants to execute the operation from.
- DefaultExtensionsClient() - Constructor for class org.mule.runtime.module.extension.internal.runtime.client.DefaultExtensionsClient
-
- DefaultFlowListener - Class in org.mule.runtime.module.extension.internal.runtime.operation
-
Default implementation of FlowListener.
- DefaultFlowListener(ExtensionModel, OperationModel, CoreEvent) - Constructor for class org.mule.runtime.module.extension.internal.runtime.operation.DefaultFlowListener
-
Creates a new instance
- DefaultForwardCompatibilityHelper - Class in org.mule.runtime.module.extension.api.runtime.compatibility
-
- DefaultForwardCompatibilityHelper() - Constructor for class org.mule.runtime.module.extension.api.runtime.compatibility.DefaultForwardCompatibilityHelper
-
- DefaultImplicitConfigurationProviderFactory - Class in org.mule.runtime.module.extension.internal.runtime.config
-
- DefaultImplicitConfigurationProviderFactory() - Constructor for class org.mule.runtime.module.extension.internal.runtime.config.DefaultImplicitConfigurationProviderFactory
-
- DefaultImplicitConnectionProviderFactory<T> - Class in org.mule.runtime.module.extension.internal.runtime.config
-
- DefaultImplicitConnectionProviderFactory(ExtensionModel, ConfigurationModel, ReflectionCache, ExpressionManager, MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.config.DefaultImplicitConnectionProviderFactory
-
- DefaultJavaExtensionModelLoader - Class in org.mule.runtime.module.extension.internal.loader.java
-
Loads an extension by introspecting a class which uses the Extensions API annotations
- DefaultJavaExtensionModelLoader() - Constructor for class org.mule.runtime.module.extension.internal.loader.java.DefaultJavaExtensionModelLoader
-
- DefaultMetadataContext - Class in org.mule.runtime.module.extension.internal.metadata
-
Default immutable implementation of MetadataContext, it provides access to the extension configuration and connection
in the metadata fetch invocation.
- DefaultMetadataContext(Supplier<Optional<ConfigurationInstance>>, ConnectionManager, MetadataCache, ClassTypeLoader) - Constructor for class org.mule.runtime.module.extension.internal.metadata.DefaultMetadataContext
-
Retrieves the configuration for the related component
- DefaultMetadataScopeAdapter - Class in org.mule.runtime.module.extension.internal.metadata
-
Adapter implementation which expands the MetadataScope to a more descriptive of the developer's metadata declaration
for a component
- DefaultMetadataScopeAdapter(Type, MethodElement, OperationDeclaration) - Constructor for class org.mule.runtime.module.extension.internal.metadata.DefaultMetadataScopeAdapter
-
- DefaultMetadataScopeAdapter(Type, Type, SourceDeclaration) - Constructor for class org.mule.runtime.module.extension.internal.metadata.DefaultMetadataScopeAdapter
-
- DefaultMetadataScopeAdapter(SourceCallbackDeclaration) - Constructor for class org.mule.runtime.module.extension.internal.metadata.DefaultMetadataScopeAdapter
-
- DefaultNotificationEmitter - Class in org.mule.runtime.module.extension.internal.runtime.notification
-
Default implementation of NotificationEmitter.
- DefaultNotificationEmitter(ServerNotificationManager, CoreEvent, Component, ComponentModel) - Constructor for class org.mule.runtime.module.extension.internal.runtime.notification.DefaultNotificationEmitter
-
- DefaultObjectBuilder<T> - Class in org.mule.runtime.module.extension.internal.runtime.objectbuilder
-
- DefaultObjectBuilder(Class<T>, ReflectionCache) - Constructor for class org.mule.runtime.module.extension.internal.runtime.objectbuilder.DefaultObjectBuilder
-
Creates a new instance that will build instances of prototypeClass.
- DefaultOperationParameterizer - Class in org.mule.runtime.module.extension.internal.runtime.client.operation
-
Default implementation of OperationParameterizer
- DefaultOperationParameterizer() - Constructor for class org.mule.runtime.module.extension.internal.runtime.client.operation.DefaultOperationParameterizer
-
- DefaultOutputModelParser - Class in org.mule.runtime.module.extension.internal.loader.parser
-
- DefaultOutputModelParser(MetadataType, boolean) - Constructor for class org.mule.runtime.module.extension.internal.loader.parser.DefaultOutputModelParser
-
- DefaultResolverSetBasedObjectBuilder<T> - Class in org.mule.runtime.module.extension.internal.runtime.objectbuilder
-
- DefaultResolverSetBasedObjectBuilder(Class<T>, ResolverSet, ExpressionManager, MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.objectbuilder.DefaultResolverSetBasedObjectBuilder
-
- DefaultSdkSourceFactory - Class in org.mule.runtime.module.extension.internal.runtime.source
-
- DefaultSdkSourceFactory(Class<?>) - Constructor for class org.mule.runtime.module.extension.internal.runtime.source.DefaultSdkSourceFactory
-
- DefaultSourceCompletionHandler(SourceCallbackExecutor, SourceCallbackExecutor, SourceCallbackExecutor, SourceCallbackExecutor, SourceCallbackContextAdapter) - Constructor for class org.mule.runtime.module.extension.internal.runtime.source.SourceAdapter.DefaultSourceCompletionHandler
-
- DefaultStereotypeModelFactory - Class in org.mule.runtime.module.extension.internal.loader.parser.java.stereotypes
-
- DefaultStereotypeModelFactory() - Constructor for class org.mule.runtime.module.extension.internal.loader.parser.java.stereotypes.DefaultStereotypeModelFactory
-
- DefaultStreamingHelper - Class in org.mule.runtime.module.extension.internal.runtime.streaming
-
Default implementation of StreamingHelper.
- DefaultStreamingHelper(CursorStreamProviderFactory, CursorIteratorProviderFactory, CoreEvent, ComponentLocation) - Constructor for class org.mule.runtime.module.extension.internal.runtime.streaming.DefaultStreamingHelper
-
Creates a new instance
- DefaultTransactionHandle - Class in org.mule.runtime.module.extension.internal.runtime.transaction
-
Default TransactionHandle implementation.
- DefaultTransactionHandle() - Constructor for class org.mule.runtime.module.extension.internal.runtime.transaction.DefaultTransactionHandle
-
- defaultType() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.NullSafeModelProperty
-
- defaultValue() - Method in interface org.mule.runtime.module.extension.api.loader.java.type.ExtensionParameter
-
- defaultVisit(MetadataType) - Method in class org.mule.runtime.module.extension.internal.config.resolver.BasicTypeValueResolverFactoryTypeVisitor
-
- defaultVisit(MetadataType) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.resolver.ValueResolverFactoryTypeVisitor
-
- delegate - Variable in class org.mule.runtime.module.extension.internal.runtime.resolver.LifecycleAwareValueResolverWrapper
-
- delegate - Variable in class org.mule.runtime.module.extension.internal.runtime.source.SourceWrapper
-
- DelegateRunnable - Class in org.mule.runtime.module.extension.internal.runtime.source.poll
-
- DelegateRunnable(Runnable) - Constructor for class org.mule.runtime.module.extension.internal.runtime.source.poll.DelegateRunnable
-
- delist() - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.XAExtensionTransactionalResource
- DeprecationModelValidator - Class in org.mule.runtime.module.extension.internal.loader.validator
-
Validates that the parameters which are annotated with Deprecated
are not required.
- DeprecationModelValidator() - Constructor for class org.mule.runtime.module.extension.internal.loader.validator.DeprecationModelValidator
-
- DISABLE_COMPONENT_IGNORE - Static variable in class org.mule.runtime.module.extension.internal.ExtensionProperties
-
Disables the ignore directive when loading an Extension.
- DISABLE_DESCRIPTIONS_ENRICHMENT - Static variable in class org.mule.runtime.module.extension.internal.ExtensionProperties
-
When present, the execution of any DeclarationEnricher that adds descriptions to a ExtensionDeclaration is
skipped.
- disconnect(C) - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.connection.SdkConnectionProviderAdapter
-
- disconnect(C) - Method in class org.mule.runtime.module.extension.internal.runtime.config.ClassLoaderConnectionProviderWrapper
-
- disconnect(C) - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs.PlatformManagedOAuthConnectionProvider
-
- disconnect(Object) - Method in class org.mule.runtime.module.extension.internal.runtime.source.SourceConnectionProvider
-
- discountActiveComponent() - Method in interface org.mule.runtime.module.extension.internal.runtime.config.MutableConfigurationStats
-
Decrements the return value of ConfigurationStats.getActiveComponents() by one
- discountInflightOperation() - Method in interface org.mule.runtime.module.extension.internal.runtime.config.MutableConfigurationStats
-
- discountRunningSource() - Method in interface org.mule.runtime.module.extension.internal.runtime.config.MutableConfigurationStats
-
- dispatched() - Method in interface org.mule.runtime.module.extension.internal.runtime.source.legacy.AugmentedLegacySourceCallbackContext
-
Indicates that this instance has already been used to dispatch an event
- dispatched() - Method in class org.mule.runtime.module.extension.internal.runtime.source.legacy.LegacySourceCallbackContextAdapter
-
- dispatched() - Method in class org.mule.runtime.module.extension.internal.runtime.source.legacy.SdkSourceCallBackContextAdapter
-
- dispatched() - Method in interface org.mule.runtime.module.extension.internal.runtime.source.SourceCallbackContextAdapter
-
Indicates that this instance has already been used to dispatch an event
- dispose() - Method in class org.mule.runtime.module.extension.internal.ExtensionResolvingContext
- dispose() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.connection.SdkConnectionProviderAdapter
-
- dispose() - Method in class org.mule.runtime.module.extension.internal.manager.CompositeArtifactExtensionManager
-
- dispose() - Method in class org.mule.runtime.module.extension.internal.metadata.MuleMetadataContextAdapter
-
- dispose() - Method in class org.mule.runtime.module.extension.internal.metadata.SdkMetadataContextAdapter
-
- dispose() - Method in class org.mule.runtime.module.extension.internal.runtime.client.DefaultExtensionsClient
-
- dispose() - Method in class org.mule.runtime.module.extension.internal.runtime.client.operation.OperationClient
-
- dispose() - Method in class org.mule.runtime.module.extension.internal.runtime.config.ClassLoaderConnectionProviderWrapper
-
- dispose() - Method in class org.mule.runtime.module.extension.internal.runtime.config.LifecycleAwareConfigurationInstance
-
- dispose() - Method in class org.mule.runtime.module.extension.internal.runtime.config.LifecycleAwareConfigurationProvider
-
When needed, fires the Disposable.dispose() phase on the currently provided configurations
- dispose() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.OAuthHandler
-
- dispose() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs.PlatformManagedOAuthConnectionProvider
-
- dispose() - Method in class org.mule.runtime.module.extension.internal.runtime.execution.deprecated.ReactiveMethodOperationExecutor
-
Deprecated.
- dispose() - Method in class org.mule.runtime.module.extension.internal.runtime.execution.deprecated.ReactiveOperationExecutionWrapper
-
Deprecated.
- dispose() - Method in class org.mule.runtime.module.extension.internal.runtime.execution.GeneratedMethodComponentExecutor
-
- dispose() - Method in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
-
- dispose() - Method in class org.mule.runtime.module.extension.internal.runtime.function.ReflectiveExpressionFunctionExecutor
-
- dispose() - Method in class org.mule.runtime.module.extension.internal.runtime.operation.construct.MuleOperation
-
- dispose() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.LifecycleAwareValueResolverWrapper
-
- dispose() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.LifecycleInitialiserValueResolverWrapper
-
- dispose() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.RouteBuilderValueResolver
-
- dispose() - Method in class org.mule.runtime.module.extension.internal.runtime.source.legacy.SdkSourceAdapter
-
- dispose() - Method in class org.mule.runtime.module.extension.internal.runtime.source.SourceAdapter
-
- disposeConfiguration(String, ConfigurationInstance) - Method in class org.mule.runtime.module.extension.internal.manager.CompositeArtifactExtensionManager
-
- disposeConfiguration(String, ConfigurationInstance) - Method in class org.mule.runtime.module.extension.internal.manager.DefaultExtensionManager
-
- disposeResolvedParameters(ExecutionContext<T>) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessor
-
- disposeStore(String) - Method in class org.mule.runtime.module.extension.internal.store.SdkObjectStoreManagerAdapter
-
- DistributedTraceContextManagerResolver - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
- DistributedTraceContextManagerResolver(CoreEventTracer) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.DistributedTraceContextManagerResolver
-
- DO_NOT_RETRY - Static variable in class org.mule.runtime.module.extension.internal.ExtensionProperties
-
The key of an execution context variable indicating that RETRY should not be attempted
- doBegin() - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.ExtensionTransaction
- doBuild(ResolverSetResult) - Method in class org.mule.runtime.module.extension.internal.runtime.config.DefaultConnectionProviderObjectBuilder
-
- doBuild(ResolverSetResult) - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode.AuthorizationCodeConnectionProviderObjectBuilder
-
- doBuild(ResolverSetResult) - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.clientcredentials.ClientCredentialsConnectionProviderObjectBuilder
-
- doCommit() - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.ExtensionTransaction
- doDispose() - Method in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
-
Implementors will use this method to perform their own disposing logic
- doDispose() - Method in class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessor
-
- doDispose() - Method in class org.mule.runtime.module.extension.internal.runtime.source.ExtensionMessageSource
-
- doEnrich(BaseDeclaration<?>, Predicate<Field>) - Method in class org.mule.runtime.module.extension.internal.loader.java.enricher.AbstractAnnotatedFieldDeclarationEnricher
-
- doExecute(ExecutionContext<M>, CompletableComponentExecutor.ExecutorCallback) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.CompletableMethodOperationExecutor
-
- doExecute(ExecutionContext<M>, CompletableComponentExecutor.ExecutorCallback) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.NonBlockingCompletableMethodOperationExecutor
-
- doGetParameters() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaDeclaredParameterGroupModelParser
-
- doGetParameters() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaDefaultParameterGroupParser
-
- doInitialise() - Method in class org.mule.runtime.module.extension.internal.runtime.config.DynamicConfigurationProvider
-
- doInitialise() - Method in class org.mule.runtime.module.extension.internal.runtime.config.LifecycleAwareConfigurationProvider
-
Template method so subclasses can do initialisation.
- doInitialise() - Method in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
-
Implementors will use this method to perform their own initialisation logic
- doInitialise() - Method in class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessor
-
- doInitialise() - Method in class org.mule.runtime.module.extension.internal.runtime.source.ExtensionMessageSource
-
- doRollback() - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.ExtensionTransaction
- doStart() - Method in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
-
Implementors will use this method to perform their own starting logic
- doStart() - Method in class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessor
-
- doStart() - Method in class org.mule.runtime.module.extension.internal.runtime.source.ExtensionMessageSource
-
- doStop() - Method in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
-
Implementors will use this method to perform their own stopping logic
- doStop() - Method in class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessor
-
- doStop() - Method in class org.mule.runtime.module.extension.internal.runtime.source.ExtensionMessageSource
-
- DynamicConfigurationProvider - Class in org.mule.runtime.module.extension.internal.runtime.config
-
A
ConfigurationProvider which continuously evaluates the same
ResolverSet and then uses the resulting
ResolverSetResult to build an instance of type
T
- DynamicConfigurationProvider(String, ExtensionModel, ConfigurationModel, ResolverSet, ConnectionProviderValueResolver, ExpirationPolicy, ReflectionCache, ExpressionManager, MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.config.DynamicConfigurationProvider
-
Creates a new instance
- DynamicMetadataDeclarationEnricher - Class in org.mule.runtime.module.extension.internal.loader.java.enricher
-
DeclarationEnricher implementation that walks through a ExtensionDeclaration and looks for components
(Operations and Message sources) annotated with MetadataScope or Query.
- DynamicMetadataDeclarationEnricher() - Constructor for class org.mule.runtime.module.extension.internal.loader.java.enricher.DynamicMetadataDeclarationEnricher
-
- emitsResponse() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaSourceModelParser
-
- emitsResponse() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.SourceModelParser
-
- emitsResponse(SourceElement) - Static method in class org.mule.runtime.module.extension.internal.loader.utils.JavaModelLoaderUtils
-
- EMPTY - Static variable in interface org.mule.runtime.module.extension.api.loader.java.type.WithAlias
-
- ENABLE_POLLING_SOURCE_LIMIT_PARAMETER - Static variable in class org.mule.runtime.module.extension.internal.ExtensionProperties
-
When present, adds to polling sources the parameter to configure the item limit per poll feature.
- ENCODING_PARAMETER_NAME - Static variable in class org.mule.runtime.module.extension.internal.ExtensionProperties
-
The name of a parameter that allows configuring the encoding that should be applied
- enlist() - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.XAExtensionTransactionalResource
- enrich(ExtensionLoadingContext) - Method in class org.mule.runtime.module.extension.internal.loader.java.enricher.AbstractAnnotatedFieldDeclarationEnricher
-
- enrich(ExtensionLoadingContext) - Method in class org.mule.runtime.module.extension.internal.loader.java.enricher.DynamicMetadataDeclarationEnricher
-
- enrich(ExtensionLoadingContext) - Method in class org.mule.runtime.module.extension.internal.loader.java.enricher.ExtensionDescriptionsEnricher
- enrich(ExtensionLoadingContext) - Method in class org.mule.runtime.module.extension.internal.loader.java.enricher.JavaConfigurationDeclarationEnricher
-
- enrich(ExtensionLoadingContext) - Method in class org.mule.runtime.module.extension.internal.loader.java.enricher.JavaMimeTypeParametersDeclarationEnricher
-
- enrich(ExtensionLoadingContext) - Method in class org.mule.runtime.module.extension.internal.loader.java.enricher.JavaOAuthDeclarationEnricher
-
- enrich(ExtensionLoadingContext) - Method in class org.mule.runtime.module.extension.internal.loader.java.enricher.JavaObjectStoreParameterDeclarationEnricher
-
- enrich(MetadataType, Set<TypeAnnotation>) - Method in class org.mule.runtime.module.extension.internal.loader.java.enricher.MetadataTypeEnricher
-
- enrich(ExtensionLoadingContext) - Method in class org.mule.runtime.module.extension.internal.loader.java.enricher.ParameterAllowedStereotypesDeclarionEnricher
- enrich(ExtensionLoadingContext) - Method in class org.mule.runtime.module.extension.internal.loader.java.enricher.PollingSourceDeclarationEnricher
-
- enrich(ExtensionLoadingContext) - Method in class org.mule.runtime.module.extension.internal.loader.java.enricher.RefNameDeclarationEnricher
-
- enrich(ExtensionLoadingContext) - Method in class org.mule.runtime.module.extension.internal.loader.java.enricher.RequiredForMetadataDeclarationEnricher
-
- enrich(ExtensionLoadingContext) - Method in class org.mule.runtime.module.extension.internal.loader.java.enricher.SampleDataDeclarationEnricher
-
- enrich(ExtensionLoadingContext) - Method in class org.mule.runtime.module.extension.internal.loader.java.enricher.ValueProvidersParameterDeclarationEnricher
-
- enrichException(Exception) - Method in class org.mule.runtime.module.extension.internal.runtime.exception.NullExceptionHandler
-
- enrichException(Exception) - Method in class org.mule.runtime.module.extension.internal.runtime.exception.SdkExceptionHandlerAdapter
-
- EntityMetadataMediator - Class in org.mule.runtime.module.extension.internal.metadata
-
Resolves a Component's Metadata by coordinating the several moving parts that are affected by the Metadata fetching process, so
that such pieces can remain decoupled.
- EntityMetadataMediator(OperationModel) - Constructor for class org.mule.runtime.module.extension.internal.metadata.EntityMetadataMediator
-
- EnumKeyResolver - Class in org.mule.runtime.module.extension.internal.metadata
-
TypeKeysResolver implementation which resolves automatically
MetadataKeys for
Enum based MetadataKey Id
parameters.
- EnumKeyResolver(EnumAnnotation, String) - Constructor for class org.mule.runtime.module.extension.internal.metadata.EnumKeyResolver
-
- equals(Object) - Method in class org.mule.runtime.module.extension.internal.error.ErrorTypeDefinitionParserAdapter
-
- equals(Object) - Method in class org.mule.runtime.module.extension.internal.error.SdkErrorTypeDefinitionAdapter
-
- equals(Object) - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.FieldWrapper
-
- equals(Object) - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.MethodWrapper
-
- equals(Object) - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.TypeWrapper
-
- equals(Object) - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.error.JavaErrorModelParser
-
- equals(Object) - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.info.RequiresEnterpriseLicenseInfo
-
- equals(Object) - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.info.RequiresEntitlementInfo
-
- equals(Object) - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaConnectionProviderModelParser
-
- equals(Object) - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaFunctionModelParser
-
- equals(Object) - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaOperationModelParser
-
- equals(Object) - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaSourceModelParser
-
- equals(Object) - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.notification.SdkNotificationActionDefinitionAdapter
-
- equals(Object) - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.notification.SdkNotificationActionProviderAdapter
-
- equals(Object) - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.stereotypes.SdkStereotypeDefinitionAdapter
-
- equals(Object) - Method in class org.mule.runtime.module.extension.internal.runtime.client.operation.OperationKey
-
- equals(Object) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ResolverSetResult
-
Defines equivalence by comparing the values in both objects.
- equals(Object) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ValueResolvingContext
-
- equals(Object) - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.ExtensionTransactionKey
-
- equals(Object) - Method in class org.mule.runtime.module.extension.internal.util.FieldSetter
-
- error(Throwable) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.adapter.SdkCompletionCallbackAdapter
-
- error(Throwable) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.adapter.SdkRouterCompletionCallback
-
- error(Throwable) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.adapter.SdkVoidCompletionCallbackAdapter
-
- error(Throwable) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.ExecutorCompletionCallbackAdapter
-
- error(Throwable) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.PreservingThreadContextExecutorCallback
-
- ErrorArgumentResolver - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
- ErrorArgumentResolver() - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.ErrorArgumentResolver
-
- ErrorMappingUtils - Class in org.mule.runtime.module.extension.internal.runtime.exception
-
Utilities for dealing with error-mapping in operations.
- ErrorModelParser - Interface in org.mule.runtime.module.extension.internal.loader.parser
-
Parses the syntactic definition of a ErrorModel so that the semantics reflected in it can be extracted in a uniform
way, regardless of the actual syntax used by the extension developer.
- ErrorModelUtils - Class in org.mule.runtime.module.extension.internal.error
-
ErrorModel handling utilities
- ErrorsModelFactory - Class in org.mule.runtime.module.extension.internal.error
-
Extension's ErrorModel factory.
- ErrorsModelFactory(List<ErrorModelParser>, String) - Constructor for class org.mule.runtime.module.extension.internal.error.ErrorsModelFactory
-
Creates a new instance of the factory
- ErrorsModelFactory(ErrorTypeDefinition<?>[], String) - Constructor for class org.mule.runtime.module.extension.internal.error.ErrorsModelFactory
-
Creates a new instance of the factory
- ErrorsModelFactory(ErrorTypeDefinition<?>[], String) - Constructor for class org.mule.runtime.module.extension.internal.error.ErrorsModelFactory
-
Creates a new instance of the factory
- ErrorsModelFactory(String) - Constructor for class org.mule.runtime.module.extension.internal.error.ErrorsModelFactory
-
Creates a new instance of the factory populated with Mule's errors as well as the extension default errors
- ErrorTypeDefinitionParserAdapter<E extends Enum<E>> - Class in org.mule.runtime.module.extension.internal.error
-
- ErrorTypeDefinitionParserAdapter(ErrorModelParser) - Constructor for class org.mule.runtime.module.extension.internal.error.ErrorTypeDefinitionParserAdapter
-
- errorTypeRepository - Variable in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
-
- EventedExecutionContext<M extends org.mule.runtime.api.meta.model.ComponentModel> - Interface in org.mule.runtime.module.extension.api.runtime.privileged
-
A specialization of
ExecutionContext which contains an
CoreEvent
- EventedExtensionsClientDecorator - Class in org.mule.runtime.module.extension.internal.runtime.client
-
Decorates an
ExtensionsClient instance so that all its operations are executed in the context of a given
EventedExtensionsClientDecorator.event, unless another context event has been explicitly defined.
- EventedExtensionsClientDecorator(ExtensionsClient, CoreEvent) - Constructor for class org.mule.runtime.module.extension.internal.runtime.client.EventedExtensionsClientDecorator
-
- EventedOperationsParameterDecorator - Class in org.mule.runtime.module.extension.internal.runtime.client.operation
-
Decorates a OperationParameters instance so that it carries a context Event
- EventedOperationsParameterDecorator(OperationParameters, Event) - Constructor for class org.mule.runtime.module.extension.internal.runtime.client.operation.EventedOperationsParameterDecorator
-
- EventedResult<T,A> - Class in org.mule.runtime.module.extension.api.runtime.privileged
-
An operation execution
Result that is created based on the resulting
CoreEvent of that execution.
- EventedSdkResult<T,A> - Class in org.mule.runtime.module.extension.api.runtime.privileged
-
A
Result that is created based on the resulting
CoreEvent of that execution.
- EventedSdkResult(CoreEvent) - Constructor for class org.mule.runtime.module.extension.api.runtime.privileged.EventedSdkResult
-
- ExceptionHandlerManager - Class in org.mule.runtime.module.extension.internal.runtime.exception
-
Given a
ExtensionModel and another
EnrichableModel, this class will test for a
ExceptionHandlerModelProperty to determine the
ExceptionHandler which should be use.
- ExceptionHandlerManager(ExtensionModel, ComponentModel) - Constructor for class org.mule.runtime.module.extension.internal.runtime.exception.ExceptionHandlerManager
-
- ExceptionHandlerManager(ExtensionModel, ComponentModel, ErrorTypeRepository) - Constructor for class org.mule.runtime.module.extension.internal.runtime.exception.ExceptionHandlerManager
-
- ExceptionHandlerModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.property
-
Model property to be used on components which support the use of an ExceptionHandler.
- ExceptionHandlerModelProperty(SdkExceptionHandlerFactory) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.ExceptionHandlerModelProperty
-
Creates a new instance
- ExclusiveOptionalDescriptor(Set<String>, boolean) - Constructor for class org.mule.runtime.module.extension.internal.loader.parser.ParameterGroupModelParser.ExclusiveOptionalDescriptor
-
Creates a new instance
- ExclusiveOptionalModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.property
-
A ModelProperty intended to be used to signal that the parameter is resolved as part of an
ExclusiveParametersModel
- ExclusiveOptionalModelProperty(ExclusiveParametersModel) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.ExclusiveOptionalModelProperty
-
Creates a new instance
- ExclusiveParameterGroupObjectBuilder<T> - Class in org.mule.runtime.module.extension.internal.runtime.objectbuilder
-
DefaultObjectBuilder extension that validates that the built object complies with the rules specified in
ExclusiveOptionals
- ExclusiveParameterGroupObjectBuilder(Class<T>, ExclusiveOptionalsTypeAnnotation, ReflectionCache) - Constructor for class org.mule.runtime.module.extension.internal.runtime.objectbuilder.ExclusiveParameterGroupObjectBuilder
-
Creates a new instance that will build instances of prototypeClass.
- execute(String, String, OperationParameters) - Method in class org.mule.runtime.module.extension.internal.runtime.client.adapter.SdkExtensionsClientAdapter
-
- execute(String, String, OperationParameters) - Method in class org.mule.runtime.module.extension.internal.runtime.client.DefaultExtensionsClient
-
Deprecated.
- execute(String, String, OperationParameters) - Method in class org.mule.runtime.module.extension.internal.runtime.client.EventedExtensionsClientDecorator
-
- execute(OperationKey, DefaultOperationParameterizer) - Method in class org.mule.runtime.module.extension.internal.runtime.client.operation.OperationClient
-
- execute(ExecutionContext<ComponentModel>, CompletableComponentExecutor.ExecutorCallback) - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.UnauthorizeOperationExecutor
-
- execute(ExecutionContext<M>) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.deprecated.ReactiveMethodOperationExecutor
-
Deprecated.
- execute(ExecutionContext<M>) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.deprecated.ReactiveOperationExecutionWrapper
-
Deprecated.
- execute(ExecutionContext) - Method in interface org.mule.runtime.module.extension.internal.runtime.execution.executor.MethodExecutor
-
Executes the method
- execute(ExecutionContext<M>) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.GeneratedMethodComponentExecutor
-
- execute(InputEvent) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.construct.MuleOperation
-
- execute(Event) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.construct.MuleOperation
-
- execute(CompletableComponentExecutor<M>, ExecutionContextAdapter<M>, CompletableComponentExecutor.ExecutorCallback) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.DefaultExecutionMediator
-
Executes the operation per the specification in these classes javadoc
- execute(CompletableComponentExecutor<M>, ExecutionContextAdapter<M>, CompletableComponentExecutor.ExecutorCallback) - Method in interface org.mule.runtime.module.extension.internal.runtime.operation.ExecutionMediator
-
Coordinates the execution of the executor using the given context
- execute(CoreEvent, Map<String, Object>, SourceCallbackContext, CompletableCallback<Void>) - Method in class org.mule.runtime.module.extension.internal.runtime.source.ComposedSourceCallbackExecutor
-
- execute(CoreEvent, Map<String, Object>, SourceCallbackContext, CompletableCallback<Void>) - Method in class org.mule.runtime.module.extension.internal.runtime.source.NullSourceCallbackExecutor
-
- executeAsync(String, String, OperationParameters) - Method in class org.mule.runtime.module.extension.internal.runtime.client.adapter.SdkExtensionsClientAdapter
-
- executeAsync(String, String, Consumer<OperationParameterizer>) - Method in class org.mule.runtime.module.extension.internal.runtime.client.DefaultExtensionsClient
-
- executeAsync(String, String, OperationParameters) - Method in class org.mule.runtime.module.extension.internal.runtime.client.DefaultExtensionsClient
-
Deprecated.
- executeAsync(String, String, OperationParameters) - Method in class org.mule.runtime.module.extension.internal.runtime.client.EventedExtensionsClientDecorator
-
- executeAsync(String, String, Consumer<OperationParameterizer>) - Method in class org.mule.runtime.module.extension.internal.runtime.client.EventedExtensionsClientDecorator
-
- executeOperation(ExecutionContextAdapter<T>, CompletableComponentExecutor.ExecutorCallback) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessor
-
- executeOperation(ExecutionContextAdapter<OperationModel>, CompletableComponentExecutor.ExecutorCallback) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.OAuthOperationMessageProcessor
-
- ExecutionContextAdapter<M extends org.mule.runtime.api.meta.model.ComponentModel> - Interface in org.mule.runtime.module.extension.api.runtime.privileged
-
Adapter interface which expands the contract of ExecutionContext which functionality that is internal to this
implementation of the extensions API and shouldn't be accessible for the extensions themselves.
- ExecutionContextConfigurationDecorator - Interface in org.mule.runtime.module.extension.internal.runtime.operation
-
Provides access to the actual ConfigurationInstance regardless of its decorator.
- ExecutionContextProperties - Class in org.mule.runtime.module.extension.api.runtime.privileged
-
Constants used for information related to ExecutionContext
- executionMediator - Variable in class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessor
-
- ExecutionMediator<M extends org.mule.runtime.api.meta.model.ComponentModel> - Interface in org.mule.runtime.module.extension.internal.runtime.operation
-
Executes operations while coordinating the several moving parts that are affected by the execution process, so that such pieces
can remain decoupled.
- ExecutionTypeMapper - Class in org.mule.runtime.module.extension.internal.runtime
-
- ExecutorCompletionCallbackAdapter - Class in org.mule.runtime.module.extension.internal.runtime.execution
-
Adapts an CompletableComponentExecutor.ExecutorCallback into a CompletionCallback
- ExecutorCompletionCallbackAdapter(CompletableComponentExecutor.ExecutorCallback) - Constructor for class org.mule.runtime.module.extension.internal.runtime.execution.ExecutorCompletionCallbackAdapter
-
- EXPLICIT_MULE_ARGUMENT_TYPES - Static variable in interface org.mule.runtime.module.extension.api.loader.java.type.ExtensionParameter
-
- ExportedClassNamesModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.property
-
- ExportedClassNamesModelProperty(Set<String>) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.ExportedClassNamesModelProperty
-
- ExportedPackagesCollector - Class in org.mule.runtime.module.extension.internal.resources.manifest
-
Utility class which calculates the default set of java package names and resources that a given extension should export in
order to properly function
- ExportedPackagesCollector(ExtensionModel) - Constructor for class org.mule.runtime.module.extension.internal.resources.manifest.ExportedPackagesCollector
-
Creates a new instance
- ExportedPackagesCollector(ExtensionModel, ClassPackageFinder) - Constructor for class org.mule.runtime.module.extension.internal.resources.manifest.ExportedPackagesCollector
-
Creates a new instance
- ExportInfo - Class in org.mule.runtime.module.extension.internal.loader.parser.java.info
-
Simple bean which maps the info defined in the Export or
Export annotations, so that consumers can decouple from which was used.
- ExportInfo(List<Type>, List<String>) - Constructor for class org.mule.runtime.module.extension.internal.loader.parser.java.info.ExportInfo
-
- ExpressionBasedParameterResolverValueResolver<T> - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
ValueResolver implementation for
ParameterResolver that are resolved from an expression
- ExpressionBasedParameterResolverValueResolver(String, Class<T>, DataType) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.ExpressionBasedParameterResolverValueResolver
-
- ExpressionBasedValueResolver<T> - Interface in org.mule.runtime.module.extension.internal.runtime.resolver
-
- expressionEvaluator - Variable in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.OAuthHandler
-
- ExpressionLanguageTransformationValueResolver - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
Value resolver that relies on a expression language transformation to convert the delegate resolver into the expected type.
- ExpressionLanguageTransformationValueResolver(ValueResolver, Class, ExpressionLanguage) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.ExpressionLanguageTransformationValueResolver
-
- expressionManager - Variable in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
-
- expressionManager - Variable in class org.mule.runtime.module.extension.internal.runtime.objectbuilder.ResolverSetBasedObjectBuilder
-
- expressionManager - Variable in class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessorBuilder
-
- ExpressionTypedValueValueResolver<T> - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
- ExpressionTypedValueValueResolver(String, Class<T>) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.ExpressionTypedValueValueResolver
-
- ExpressionValueResolver<T> - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
- ExpressionValueResolver(String, DataType, Boolean, Boolean) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.ExpressionValueResolver
-
- ExpressionValueResolver(String) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.ExpressionValueResolver
-
- EXTENSION_DESCRIPTIONS_FILE_NAME_MASK - Static variable in class org.mule.runtime.module.extension.internal.ExtensionProperties
-
The name mask of a file which contains the ExtensionModel elements descriptions.
- EXTENSION_MODEL_JSON_FILE_NAME - Static variable in class org.mule.runtime.module.extension.internal.ExtensionProperties
-
The name of a file which contains a json representation of the extension's model
- EXTENSION_TYPE - Static variable in class org.mule.runtime.module.extension.internal.loader.java.AbstractJavaExtensionModelLoader
-
- ExtensionActivator - Class in org.mule.runtime.module.extension.internal.manager
-
Activator implementation for registered extensions
- ExtensionBuildingDefinitionProvider - Interface in org.mule.runtime.module.extension.internal.config
-
Provider for building definitions for java based extensions.
- ExtensionComponent<T extends org.mule.runtime.api.meta.model.ComponentModel> - Class in org.mule.runtime.module.extension.internal.runtime
-
- ExtensionComponent(ExtensionModel, T, ConfigurationProvider, CursorProviderFactory, ExtensionManager) - Constructor for class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
-
- ExtensionComponent(ExtensionModel, T, ValueResolver<ConfigurationProvider>, CursorProviderFactory, ExtensionManager) - Constructor for class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
-
- ExtensionConnectionSupplier - Class in org.mule.runtime.module.extension.internal.runtime.connectivity
-
A bridge between the execution of a
ComponentModel and the
ConnectionManager which provides the connections
that it needs.
- ExtensionConnectionSupplier() - Constructor for class org.mule.runtime.module.extension.internal.runtime.connectivity.ExtensionConnectionSupplier
-
- extensionConnectionSupplier - Variable in class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessorBuilder
-
- ExtensionConnectivityTestingStrategy - Class in org.mule.runtime.module.extension.api.tooling
-
Implementation of ConnectivityTestingStrategy that can do connectivity testing over components creates with extensions
API.
- ExtensionConnectivityTestingStrategy() - Constructor for class org.mule.runtime.module.extension.api.tooling.ExtensionConnectivityTestingStrategy
-
- ExtensionDescriptionsEnricher - Class in org.mule.runtime.module.extension.internal.loader.java.enricher
-
Declarer that adds descriptions to a ExtensionDeclaration by using the SDK generated
extensions-descriptions.xml file which persists the descriptions for each element (Configurations, Providers,
Operations, Parameters, ...) in the extension.
- ExtensionDescriptionsEnricher() - Constructor for class org.mule.runtime.module.extension.internal.loader.java.enricher.ExtensionDescriptionsEnricher
-
- ExtensionDescriptionsSerializer - Class in org.mule.runtime.module.extension.internal.resources.documentation
-
- ExtensionDocumentationResourceGenerator - Class in org.mule.runtime.module.extension.internal.resources.documentation
-
A GeneratedResourceFactory which generates an XML file with all the ExtensionModel elements and it's
corresponding descriptions so they don't get lost once the extension it's packaged.
- ExtensionDocumentationResourceGenerator() - Constructor for class org.mule.runtime.module.extension.internal.resources.documentation.ExtensionDocumentationResourceGenerator
-
- ExtensionElement - Interface in org.mule.runtime.module.extension.api.loader.java.type
-
A contract for an element from which an Extension can be derived
- ExtensionErrorsRegistrant - Class in org.mule.runtime.module.extension.internal.manager
-
Extension's ErrorType registrant.
- ExtensionErrorsRegistrant() - Constructor for class org.mule.runtime.module.extension.internal.manager.ExtensionErrorsRegistrant
-
- ExtensionInfo - Class in org.mule.runtime.module.extension.internal.loader.java.info
-
Simple bean which maps the info defined in the Extension or
Extension annotations, so that consumers can decouple from which was used.
- ExtensionInfo(String, String, Category) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.info.ExtensionInfo
-
- extensionManager - Variable in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
-
- ExtensionManagerFactory - Interface in org.mule.runtime.module.extension.api.manager
-
- ExtensionMessageSource - Class in org.mule.runtime.module.extension.internal.runtime.source
-
- ExtensionMessageSource(ExtensionModel, SourceModel, SourceAdapterFactory, ConfigurationProvider, boolean, RetryPolicyTemplate, CursorProviderFactory, MessageSource.BackPressureStrategy, ExtensionManager, NotificationDispatcher, SingleResourceTransactionFactoryManager, String) - Constructor for class org.mule.runtime.module.extension.internal.runtime.source.ExtensionMessageSource
-
- extensionModel - Variable in class org.mule.runtime.module.extension.internal.runtime.config.ConnectionProviderObjectBuilder
-
- extensionModel - Variable in class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessor
-
- extensionModel - Variable in class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessorBuilder
-
- ExtensionModelParser - Interface in org.mule.runtime.module.extension.internal.loader.parser
-
Parses the syntactic definition of an ExtensionModel so that the semantics reflected in it can be extracted in a
uniform way, regardless of the actual syntax used by the extension developer.
- ExtensionModelParserFactory - Interface in org.mule.runtime.module.extension.internal.loader.parser
-
- ExtensionNotificationFunction - Interface in org.mule.runtime.module.extension.internal.runtime.source
-
An extension specific
NotificationFunction which provides access to the action name that will be fired to allow
validations.
- ExtensionOperationDescriptorModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.type.property
-
- ExtensionOperationDescriptorModelProperty(OperationElement) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.type.property.ExtensionOperationDescriptorModelProperty
-
- ExtensionParameter - Interface in org.mule.runtime.module.extension.api.loader.java.type
-
A contract for any kind of component from which an extension's parameter can be derived
- ExtensionParameterDescriptorModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.type.property
-
- ExtensionParameterDescriptorModelProperty(ExtensionParameter) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.type.property.ExtensionParameterDescriptorModelProperty
-
- ExtensionProperties - Class in org.mule.runtime.module.extension.internal
-
Constants for the Extensions Framework
- ExtensionResolvingContext - Class in org.mule.runtime.module.extension.internal
-
Resolving context, provides access to the Config and Connection
- ExtensionResolvingContext(Supplier<Optional<ConfigurationInstance>>, ConnectionManager) - Constructor for class org.mule.runtime.module.extension.internal.ExtensionResolvingContext
-
Retrieves the configuration for the related component
- ExtensionsClientArgumentResolver - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
An argument resolver that yields instances of ExtensionsClient.
- ExtensionsClientArgumentResolver(ExtensionsClient) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.ExtensionsClientArgumentResolver
-
- ExtensionsOAuthUtils - Class in org.mule.runtime.module.extension.internal.runtime.connectivity.oauth
-
Utility methods for the OAuth support on the SDK
- ExtensionTransaction - Class in org.mule.runtime.module.extension.internal.runtime.transaction
-
Generic single resource transaction for Extensions
- ExtensionTransaction(String, NotificationDispatcher) - Constructor for class org.mule.runtime.module.extension.internal.runtime.transaction.ExtensionTransaction
-
- ExtensionTransactionalResource<T extends org.mule.sdk.api.connectivity.TransactionalConnection> - Class in org.mule.runtime.module.extension.internal.runtime.transaction
-
Generic transactional resource for extension's TransactionalConnections
- ExtensionTransactionalResource(T, ConnectionHandler<T>, Transaction) - Constructor for class org.mule.runtime.module.extension.internal.runtime.transaction.ExtensionTransactionalResource
-
Creates a new instance
- ExtensionTransactionFactory - Class in org.mule.runtime.module.extension.internal.runtime.transaction
-
- ExtensionTransactionFactory() - Constructor for class org.mule.runtime.module.extension.internal.runtime.transaction.ExtensionTransactionFactory
-
- ExtensionTransactionKey - Class in org.mule.runtime.module.extension.internal.runtime.transaction
-
- ExtensionTransactionKey(ConfigurationInstance) - Constructor for class org.mule.runtime.module.extension.internal.runtime.transaction.ExtensionTransactionKey
-
- ExtensionTypeDescriptorModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.type.property
-
Binds an Extension, Source, Connection Provider or Config with a
Type
- ExtensionTypeDescriptorModelProperty(Type) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.type.property.ExtensionTypeDescriptorModelProperty
-
- ExtensionTypeWrapper<T> - Class in org.mule.runtime.module.extension.internal.loader.java.type.runtime
-
ConfigurationWrapper specification for classes that are considered as Extensions
- ExtensionTypeWrapper(Class<T>, ClassTypeLoader) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.type.runtime.ExtensionTypeWrapper
-
- extractAnnotation(BaseDeclaration<? extends BaseDeclaration>, Class<A>) - Method in class org.mule.runtime.module.extension.internal.loader.java.enricher.AbstractAnnotatedDeclarationEnricher
-
Extracts an
Annotation from class backing the
declaration.
- extractDeclaredParameter(ParameterDeclaration) - Method in class org.mule.runtime.module.extension.internal.loader.java.enricher.AbstractAnnotatedDeclarationEnricher
-
If the parameter was derived from a Java field or method argument, this method returns an
ExtensionParameter which
provides an abstraction over that field or argument
- extractExecutorInitialisationParams(ExtensionModel, ComponentModel, Map<String, ? extends Object>, C, Optional<ConfigurationInstance>, ExtensionManager, ExpressionManager, ReflectionCache) - Static method in class org.mule.runtime.module.extension.internal.runtime.execution.CompletableOperationExecutorFactory
-
Receives a
Map with the execution parameters of an operation and returns a new one with the ones that should be used
to initialize it.
- extractExpression(Object) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
-
Parse the given value and remove expression markers if it is considered as an expression.
- extractImplementingMethod(ExecutableComponentDeclaration<T>) - Method in class org.mule.runtime.module.extension.internal.loader.java.enricher.AbstractAnnotatedDeclarationEnricher
-
If the operation was derived from a Java method, this method extracts and returns it.
- extractImplementingType(BaseDeclaration<? extends BaseDeclaration>) - Method in class org.mule.runtime.module.extension.internal.loader.java.enricher.AbstractAnnotatedDeclarationEnricher
-
- extractImplementingTypeProperty(BaseDeclaration<? extends BaseDeclaration>) - Method in class org.mule.runtime.module.extension.internal.loader.java.enricher.AbstractAnnotatedDeclarationEnricher
-
Returns the annotated
Class that was used to construct the
declaration.
- extractType(BaseDeclaration<? extends BaseDeclaration>) - Method in class org.mule.runtime.module.extension.internal.loader.java.enricher.AbstractAnnotatedDeclarationEnricher
-
- failed(ConnectionException) - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.LegacyReconnectionCallbackAdapter
-
- failed(ConnectionException) - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.ReactiveReconnectionCallback
- fetchConfigFieldFromSourceObject(Object) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
Given a Source object, fetches the Config field from the object if any.
- fetchConnectionFieldFromSourceObject(Object) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
Given a Source object, fetches the Connection field from the object if any.
- fetchRetryPolicyTemplate(Optional<ConfigurationInstance>) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.retry.ComponentRetryPolicyTemplateResolver
-
- fetchRetryPolicyTemplate(Optional<ConfigurationInstance>) - Method in interface org.mule.runtime.module.extension.internal.runtime.operation.retry.RetryPolicyTemplateResolver
-
Fetch retry policy template.
- FieldElement - Interface in org.mule.runtime.module.extension.api.loader.java.type
-
A contract for an element to be considered as a Field
- fieldElementsFor(ParameterGroupDescriptor) - Method in class org.mule.runtime.module.extension.internal.util.ReflectionCache
-
- FieldOperationParameterModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.property
-
- FieldOperationParameterModelProperty() - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.FieldOperationParameterModelProperty
-
- FieldSetter<Target,Value> - Class in org.mule.runtime.module.extension.internal.util
-
Utility class which allows setting the value of a
Field on random compatible instances
- FieldSetter(Field) - Constructor for class org.mule.runtime.module.extension.internal.util.FieldSetter
-
- FieldsValueProviderFactoryModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.property
-
- FieldsValueProviderFactoryModelProperty(Map<String, ValueProviderFactoryModelProperty>) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.FieldsValueProviderFactoryModelProperty
-
Creates a new instance
- FieldValueProviderNameUtils - Class in org.mule.runtime.module.extension.internal.loader.utils
-
- FieldWrapper - Class in org.mule.runtime.module.extension.internal.loader.java.type.runtime
-
Wrapper for
Field that provide utility methods to facilitate the introspection of a
Field
- FieldWrapper(Field, ClassTypeLoader) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.type.runtime.FieldWrapper
-
- findGenericsInSuperHierarchy(Class<?>) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
- findOperation(ExtensionModel, String) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
-
Finds an operation of the given operationName in the passed extensionModel
- finishRestart(RestartContext) - Method in class org.mule.runtime.module.extension.internal.runtime.source.poll.PollingSourceWrapper
-
- finishRestart(RestartContext) - Method in interface org.mule.runtime.module.extension.internal.runtime.source.poll.Restartable
-
Method that needs to be called to finish the process of restarting.
- finishRestart(RestartContext) - Method in class org.mule.runtime.module.extension.internal.runtime.source.SourceAdapter
-
- fire(NotificationActionDefinition, TypedValue<?>) - Method in class org.mule.runtime.module.extension.internal.runtime.notification.DefaultNotificationEmitter
-
- fire(NotificationActionDefinition, TypedValue<?>) - Method in class org.mule.runtime.module.extension.internal.runtime.notification.legacy.LegacyNotificationEmitterAdapter
-
- fireLazy(NotificationActionDefinition, Supplier<?>, DataType) - Method in class org.mule.runtime.module.extension.internal.runtime.notification.DefaultNotificationEmitter
-
- fireLazy(NotificationActionDefinition, Supplier<?>, DataType) - Method in class org.mule.runtime.module.extension.internal.runtime.notification.legacy.LegacyNotificationEmitterAdapter
-
- fireOnHandle(NotificationActionDefinition<?>, TypedValue<?>) - Method in class org.mule.runtime.module.extension.internal.runtime.source.legacy.LegacySourceCallbackContextAdapter
-
- fireOnHandle(NotificationActionDefinition<?>, TypedValue<?>) - Method in class org.mule.runtime.module.extension.internal.runtime.source.legacy.SdkSourceCallBackContextAdapter
-
- FlowListenerArgumentResolver - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
- FlowListenerArgumentResolver() - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.FlowListenerArgumentResolver
-
- forConfig(String) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.ParameterDeclarationContext
-
- forConnectionProvider(String) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.ParameterDeclarationContext
-
- forEachErrorMappingDo(ComponentAst, Consumer<List<ErrorMapping>>) - Static method in class org.mule.runtime.module.extension.internal.runtime.exception.ErrorMappingUtils
-
For the given AST node representing an operation, execute the given action for each error mapping it has.
- forFunction(String) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.ParameterDeclarationContext
-
- forOperation(String) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.ParameterDeclarationContext
-
- forRoute(String) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.ParameterDeclarationContext
-
- forSource(String) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.ParameterDeclarationContext
-
- from(CoreEvent) - Static method in class org.mule.runtime.module.extension.api.runtime.privileged.EventedResult
-
- from(CoreEvent) - Static method in class org.mule.runtime.module.extension.api.runtime.privileged.EventedSdkResult
-
- from(Object) - Static method in class org.mule.runtime.module.extension.internal.error.SdkErrorTypeDefinitionAdapter
-
Returns an adapted version of the value.
- from(Object) - Static method in class org.mule.runtime.module.extension.internal.error.SdkErrorTypeProviderAdapter
-
Returns an adapted version of the value.
- from(Object) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.connection.SdkConnectionProviderAdapter
-
Returns the given connectionProvider as a ConnectionProvider, creating an adapter around it if needed.
- from(CredentialsPlacement) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.connection.SdkCredentialPlacementUtils
-
- from(HttpParameterPlacement) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.connection.SdkParameterPlacementUtils
-
- from(Object) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.notification.SdkNotificationActionDefinitionAdapter
-
Returns a new instance from the given value.
- from(Object) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.notification.SdkNotificationActionProviderAdapter
-
- from(Class<?>) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.stereotypes.SdkStereotypeDefinitionAdapter
-
Returns a StereotypeDefinition defined by the definitionClass
The definition class can a subclass of either StereotypeDefinition or
StereotypeDefinition
- from(Object) - Static method in class org.mule.runtime.module.extension.internal.metadata.AttributesResolverFactory
-
- from(Object) - Static method in class org.mule.runtime.module.extension.internal.metadata.MuleAttributesTypeResolverAdapter
-
- from(Object) - Static method in class org.mule.runtime.module.extension.internal.metadata.MuleInputTypeResolverAdapter
-
- from(Object) - Static method in class org.mule.runtime.module.extension.internal.metadata.MuleOutputTypeResolverAdapter
-
- from(Object) - Static method in class org.mule.runtime.module.extension.internal.metadata.MuleTypeKeysResolverAdapter
-
- from(AttributesTypeResolver) - Static method in class org.mule.runtime.module.extension.internal.metadata.SdkAttributesTypeResolverAdapter
-
- from(OperationKey, ExtensionManager, ExpressionManager, ExtensionConnectionSupplier, ErrorTypeRepository, StreamingManager, ReflectionCache, MuleContext) - Static method in class org.mule.runtime.module.extension.internal.runtime.client.operation.OperationClient
-
- from(String, String, PlatformManagedOAuthGrantType, ExtensionModel, ConnectionProviderModel, OAuthGrantType, ConfigurationProperties) - Static method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs.PlatformManagedOAuthConfig
-
- from(Object) - Static method in class org.mule.runtime.module.extension.internal.runtime.connectivity.SdkReconnectableAdapter
-
- from(Object) - Static method in class org.mule.runtime.module.extension.internal.runtime.exception.SdkExceptionHandlerAdapter
-
- from(CoreEvent) - Static method in class org.mule.runtime.module.extension.internal.runtime.execution.SdkInternalContext
-
Extracts an instance stored in the given event
- from(Object) - Static method in class org.mule.runtime.module.extension.internal.runtime.operation.adapter.OperationTransactionalActionUtils
-
Returns the assosiated OperationTransactionalAction from the given value.
- from(Object) - Static method in class org.mule.runtime.module.extension.internal.runtime.operation.adapter.SdkOperationTransactionalActionUtils
-
Returns the assosiated OperationTransactionalAction from the given value.
- from(Map<String, ?>) - Static method in class org.mule.runtime.module.extension.internal.runtime.resolver.StaticParameterValueResolver
-
- from(PollContext.PollItemStatus) - Static method in class org.mule.runtime.module.extension.internal.runtime.source.legacy.LegacyPollItemStatusUtils
-
Gives the correspondent PollContext.PollItemStatus to the give
PollContext.PollItemStatus
- from(Object) - Static method in class org.mule.runtime.module.extension.internal.runtime.source.legacy.LegacyResultAdapter
-
- from(BackPressureAction) - Static method in class org.mule.runtime.module.extension.internal.runtime.source.legacy.SdkBackPressureActionUtils
-
Transforms a BackPressureAction into a BackPressureAction
- from(Source<T, A>) - Static method in class org.mule.runtime.module.extension.internal.runtime.source.legacy.SdkSourceAdapter
-
- from(Object) - Static method in class org.mule.runtime.module.extension.internal.runtime.source.legacy.SourceTransactionalActionUtils
-
Returns the assosiated SourceTransactionalAction from the given value.
- from(Object) - Static method in class org.mule.runtime.module.extension.internal.store.SdkObjectStoreAdapter
-
Returns an adapter which wrappers the Mule api ObjectStore into the SDK api
org.mule.sdk.api.store.ObjectStore.
- fromDefaultValues(ParameterizedModel, MuleContext, ReflectionCache, ExpressionManager) - Static method in class org.mule.runtime.module.extension.internal.runtime.resolver.ParametersResolver
-
- fromLegacy(AnnotationValueFetcher<Export>) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.info.ExportInfo
-
- fromLegacy(OperationTransactionalAction) - Static method in class org.mule.runtime.module.extension.internal.runtime.operation.adapter.SdkOperationTransactionalActionUtils
-
Returns the associated OperationTransactionalAction from the given value.
- fromLegacySourceClusterSupport(SourceClusterSupport) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.source.JavaSourceModelParserUtils
-
- fromSdkApi(AnnotationValueFetcher<Export>) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.info.ExportInfo
-
- fromSdkBackPressureMode(BackPressureMode) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.source.JavaSourceModelParserUtils
-
- fromUnwrapped(Object) - Static method in class org.mule.runtime.module.extension.internal.runtime.resolver.StaticValueResolver
-
Creates a new instance considering that the value could have some kind of wrapper.
- fromValues(Map<String, ?>, MuleContext, ReflectionCache, ExpressionManager, String) - Static method in class org.mule.runtime.module.extension.internal.runtime.resolver.ParametersResolver
-
- fromValues(Map<String, ?>, MuleContext, boolean, ReflectionCache, ExpressionManager, String) - Static method in class org.mule.runtime.module.extension.internal.runtime.resolver.ParametersResolver
-
- FunctionContainerElement - Interface in org.mule.runtime.module.extension.api.loader.java.type
-
A contract for a element from which operation container can be derived
- FunctionElement - Interface in org.mule.runtime.module.extension.api.loader.java.type
-
- FunctionExecutor - Interface in org.mule.runtime.module.extension.internal.runtime.function
-
A facade interface which hides the details of how a function is actually executed.
- FunctionExecutorFactory - Interface in org.mule.runtime.module.extension.internal.runtime.function
-
- FunctionExecutorModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.property
-
A
ModelProperty meant to be used on
operation models, which provides access to a
FunctionExecutorFactory used to execute such operation
- FunctionExecutorModelProperty(FunctionExecutorFactory) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.FunctionExecutorModelProperty
-
Creates a new instance
- FunctionModelParser - Interface in org.mule.runtime.module.extension.internal.loader.parser
-
Parses the syntactic definition of a FunctionModel so that the semantics reflected in it can be extracted in a uniform
way, regardless of the actual syntax used by the extension developer.
- FunctionParameterDefaultValueResolverFactory - Interface in org.mule.runtime.module.extension.internal.runtime.function
-
Factory definition for creating FunctionParameter.DefaultValueResolvers
- FunctionParameterTypeModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.property
-
Marker
ModelProperty for
ParameterModels that indicates that the enriched parameter is of
Function type
and resolve values of the generic type.
- FunctionParameterTypeModelProperty() - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.FunctionParameterTypeModelProperty
-
- FunctionWrapper - Class in org.mule.runtime.module.extension.internal.loader.java.type.runtime
-
- FunctionWrapper(Method, ClassTypeLoader) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.type.runtime.FunctionWrapper
-
- generate(Object, Method, ArgumentResolverDelegate) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.executor.MethodExecutorGenerator
-
- generate(Object, Method, ArgumentResolverDelegate, File) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.executor.MethodExecutorGenerator
-
- GeneratedMethodComponentExecutor<M extends org.mule.runtime.api.meta.model.ComponentModel> - Class in org.mule.runtime.module.extension.internal.runtime.execution
-
- GeneratedMethodComponentExecutor(List<ParameterGroupModel>, Method, Object) - Constructor for class org.mule.runtime.module.extension.internal.runtime.execution.GeneratedMethodComponentExecutor
-
- generateFor(ExtensionModel) - Method in class org.mule.runtime.module.extension.internal.resources.AbstractResourcesGenerator
- generateResource(ExtensionModel) - Method in class org.mule.runtime.module.extension.internal.resources.documentation.ExtensionDocumentationResourceGenerator
-
- get(Serializable) - Method in class org.mule.runtime.module.extension.internal.metadata.MuleMetadataCacheAdapter
-
- get() - Method in class org.mule.runtime.module.extension.internal.metadata.ResolverSupplier
-
- get(Serializable) - Method in class org.mule.runtime.module.extension.internal.metadata.SdkMetadataCacheAdapter
-
- get() - Method in class org.mule.runtime.module.extension.internal.runtime.client.adapter.LegacyOperationParametersAdapter
-
- get() - Method in class org.mule.runtime.module.extension.internal.runtime.client.operation.EventedOperationsParameterDecorator
-
- get(Event) - Method in class org.mule.runtime.module.extension.internal.runtime.config.DynamicConfigurationProvider
-
- get(Event) - Method in class org.mule.runtime.module.extension.internal.runtime.config.StaticConfigurationProvider
-
- get(String) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ResolverSetResult
-
Returns the value associated with the ParameterModel of the given parameterName
- get() - Method in interface org.mule.runtime.module.extension.internal.runtime.transaction.TransactionBindingDelegate.ConnectionSupplier
-
- getAccess() - Method in class org.mule.runtime.module.extension.api.loader.java.type.PropertyElement.DefaultPropertyElement
- getAccess() - Method in interface org.mule.runtime.module.extension.api.loader.java.type.PropertyElement
-
- getAccessToken() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode.ImmutableAuthorizationCodeState
-
- getAccessToken() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode.UpdatingAuthorizationCodeState
-
- getAccessToken() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.clientcredentials.ImmutableClientCredentialsState
-
- getAccessToken() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.clientcredentials.UpdatingClientCredentialsState
-
- getAccessTokenUrl() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode.AuthorizationCodeConfig
-
- getAccessTokenUrl() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode.ImmutableAuthorizationCodeState
-
- getAccessTokenUrl() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode.UpdatingAuthorizationCodeState
-
- getAccessTokenUrl() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs.PlatformAuthorizationCodeStateAdapter
-
- getAction() - Method in class org.mule.runtime.module.extension.internal.runtime.notification.DefaultExtensionNotification
-
- getAction() - Method in class org.mule.runtime.module.extension.internal.runtime.source.ImmutableBackPressureContext
- getAction() - Method in class org.mule.runtime.module.extension.internal.runtime.source.legacy.SdkBackPressureContextAdapter
-
- getActionName() - Method in interface org.mule.runtime.module.extension.internal.runtime.source.ExtensionNotificationFunction
-
- getAdditionalModelProperties() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.AdditionalPropertiesModelParser
-
Returns a list with all the model properties to be applied at the extension level which are
specifically linked to the type of syntax used to define the extension.
- getAdditionalModelProperties() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ConnectionProviderModelParser
-
Returns a list with all the model properties to be applied at the connection provider level which are
specifically linked to the type of syntax used to define the extension.
- getAdditionalModelProperties() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaConnectionProviderModelParser
-
- getAdditionalModelProperties() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaDeclaredParameterGroupModelParser
-
- getAdditionalModelProperties() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaDefaultParameterGroupParser
-
- getAdditionalModelProperties() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaNestedRouteModelParser
-
- getAdditionalModelProperties() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaParameterModelParser
-
- getAdditionalModelProperties() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.NestedRouteModelParser
-
Returns a list with all the model properties to be applied at the route level which are specifically
linked to the type of syntax used to define the extension.
- getAdditionalModelProperties() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ParameterGroupModelParser
-
Returns a list with all the model properties to be applied at the group level which are specifically
linked to the type of syntax used to define the extension.
- getAdditionalModelProperties() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ParameterModelParser
-
Returns a list with all the model properties to be applied at the parameter level which are
specifically linked to the type of syntax used to define the extension.
- getAdditionalModelProperties() - Method in class org.mule.runtime.module.extension.internal.loader.parser.ParameterModelParserDecorator
-
- getAfter() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode.AuthorizationCodeConfig
-
- getAlias() - Method in interface org.mule.runtime.module.extension.api.loader.java.type.WithAlias
-
- getAlias() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.FieldWrapper
- getAlias() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.ParameterWrapper
- getAlias(Field) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
Returns the Alias or Alias name of the given field.
- getAllConnectionProviders(ExtensionModel, ConfigurationModel) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
-
Returns all the ConnectionProviderModel instances available for the given configurationModel plus the ones
globally defined at the extensionModel.
- getAllowedStereotypes(StereotypeModelFactory) - Method in interface org.mule.runtime.module.extension.internal.loader.parser.AllowedStereotypesModelParser
-
Returns a
List of allowed stereotypes.
- getAllowedStereotypes(StereotypeModelFactory) - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaNestedChainModelParser
-
- getAllowedStereotypes(StereotypeModelFactory) - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaNestedRouteModelParser
-
- getAllowedStereotypes(StereotypeModelFactory) - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaParameterModelParser
-
- getAllowedStereotypes(WithAnnotations, WithAnnotations, StereotypeModelFactory) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.stereotypes.JavaStereotypeModelParserUtils
-
Returns The element's allowed stereotypes.
- getAllowedStereotypes(WithAnnotations, StereotypeModelFactory) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.stereotypes.JavaStereotypeModelParserUtils
-
Returns The element's allowed stereotypes.
- getAllowedStereotypes(StereotypeModelFactory) - Method in class org.mule.runtime.module.extension.internal.loader.parser.ParameterModelParserDecorator
-
- getAnnotatedContainer() - Method in class org.mule.runtime.module.extension.internal.loader.ParameterGroupDescriptor
-
- getAnnotatedElement(BaseDeclaration<?>) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
- getAnnotatedFields(Class<? extends Annotation>...) - Method in interface org.mule.runtime.module.extension.api.loader.java.type.Type
-
- getAnnotatedFields(Class<? extends Annotation>...) - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.TypeWrapper
- getAnnotatedFields(Class<?>, Class<? extends Annotation>...) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
- getAnnotatedFieldsStream(Class<?>, Class<? extends Annotation>...) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
Returns a
Stream with the fields annotated with any of the given
annotationTypes
- getAnnotation(Class<A>) - Method in interface org.mule.runtime.module.extension.api.loader.java.type.WithAnnotations
-
- getAnnotation(Class<A>) - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.FieldWrapper
-
- getAnnotation(Class<A>) - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.MethodWrapper
-
- getAnnotation(Class<A>) - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.ParameterWrapper
-
- getAnnotation(Class<A>) - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.TypeWrapper
-
- getAnnotation(Class<?>, Class<T>) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
Looks for the annotation in the given class.
- getAnnotationName() - Method in class org.mule.runtime.module.extension.internal.loader.java.enricher.AbstractAnnotatedFieldDeclarationEnricher
-
- getAnnotationName() - Method in class org.mule.runtime.module.extension.internal.loader.java.enricher.DefaultEncodingDeclarationEnricher
-
- getAnnotationName() - Method in class org.mule.runtime.module.extension.internal.loader.java.enricher.RefNameDeclarationEnricher
-
- getAnnotationName() - Method in class org.mule.runtime.module.extension.internal.loader.java.enricher.RuntimeVersionDeclarationEnricher
-
- getApiMethods(Class<?>) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
- getApiMethods(TypeElement, ProcessingEnvironment) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
- getApiVersion() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs.PlatformManagedOAuthConfig
-
- getArgumentResolvers() - Method in interface org.mule.runtime.module.extension.internal.runtime.execution.ArgumentResolverDelegate
-
- getArgumentResolvers() - Method in class org.mule.runtime.module.extension.internal.runtime.execution.MethodArgumentResolverDelegate
-
- getArgumentsResolverSet() - Method in class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessorBuilder
-
- getArrayValue(Function<A, E[]>) - Method in interface org.mule.runtime.module.extension.api.loader.java.type.AnnotationValueFetcher
-
- getArrayValue(Function<T, E[]>) - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.ClassBasedAnnotationValueFetcher
-
- getAttributes() - Method in class org.mule.runtime.module.extension.api.runtime.privileged.EventedResult
-
- getAttributes() - Method in class org.mule.runtime.module.extension.api.runtime.privileged.EventedSdkResult
-
- getAttributes() - Method in class org.mule.runtime.module.extension.internal.runtime.source.legacy.LegacyResultAdapter
-
- getAttributesMediaType() - Method in class org.mule.runtime.module.extension.api.runtime.privileged.EventedResult
-
- getAttributesMediaType() - Method in class org.mule.runtime.module.extension.api.runtime.privileged.EventedSdkResult
-
- getAttributesMediaType() - Method in class org.mule.runtime.module.extension.internal.runtime.source.legacy.LegacyResultAdapter
-
- getAttributesMetadataType() - Method in interface org.mule.runtime.module.extension.api.loader.java.type.MethodElement
-
- getAttributesMetadataType() - Method in interface org.mule.runtime.module.extension.api.loader.java.type.SourceElement
-
- getAttributesOutputType() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.OperationModelParser
-
- getAttributesOutputType() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.SourceModelParser
-
- getAttributesResolver() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.AttributesResolverModelParser
-
- getAttributesResolver() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaAttributesResolverModelParser
-
- getAttributesResolver() - Method in class org.mule.runtime.module.extension.internal.metadata.DefaultMetadataScopeAdapter
-
- getAttributesResolver() - Method in interface org.mule.runtime.module.extension.internal.metadata.MetadataScopeAdapter
-
- getAttributesType(MetadataContext, Object) - Method in class org.mule.runtime.module.extension.internal.metadata.MuleAttributesTypeResolverAdapter
-
- getAttributesType(MetadataContext, Object) - Method in class org.mule.runtime.module.extension.internal.metadata.SdkAttributesTypeResolverAdapter
-
- getAuthentication() - Method in class org.mule.runtime.module.extension.internal.runtime.security.adapter.SdkAuthenticationHandlerAdapter
-
- getAuthentication() - Method in class org.mule.runtime.module.extension.internal.runtime.security.DefaultAuthenticationHandler
- getAuthorizationCodeOAuthHandler() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.ConnectionProviderSettings
-
- getAuthorizationUrl() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode.AuthorizationCodeConfig
-
- getAuthorizationUrl() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode.ImmutableAuthorizationCodeState
-
- getAuthorizationUrl() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode.UpdatingAuthorizationCodeState
-
- getAuthorizationUrl() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs.PlatformAuthorizationCodeStateAdapter
-
- getBackPressureStrategy() - Method in class org.mule.runtime.module.extension.internal.runtime.source.ExtensionMessageSource
-
- getBackPressureStrategyModelProperty() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaSourceModelParser
-
- getBackPressureStrategyModelProperty() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.SourceModelParser
-
- getBefore() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode.AuthorizationCodeConfig
-
- getBindings() - Method in class org.mule.runtime.module.extension.internal.value.OfValueInformation
-
- getBooleanValue(Function<A, Boolean>) - Method in interface org.mule.runtime.module.extension.api.loader.java.type.AnnotationValueFetcher
-
- getBooleanValue(Function<T, Boolean>) - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.ClassBasedAnnotationValueFetcher
-
- getBoundResource(boolean, ExtensionTransactionKey, TransactionBindingDelegate.ConnectionSupplier<ConnectionHandler<T>>) - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.TransactionBindingDelegate
-
- getByteLength() - Method in class org.mule.runtime.module.extension.api.runtime.privileged.EventedResult
-
- getByteLength() - Method in class org.mule.runtime.module.extension.api.runtime.privileged.EventedSdkResult
-
- getByteLength() - Method in class org.mule.runtime.module.extension.internal.runtime.source.legacy.LegacyResultAdapter
-
- getCache() - Method in class org.mule.runtime.module.extension.internal.metadata.DefaultMetadataContext
- getCache() - Method in class org.mule.runtime.module.extension.internal.metadata.MuleMetadataContextAdapter
-
- getCache() - Method in class org.mule.runtime.module.extension.internal.metadata.SdkMetadataContextAdapter
-
- getCallback() - Method in class org.mule.runtime.module.extension.internal.runtime.execution.SdkInternalContext.OperationExecutionParams
-
- getCallbackConfig() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode.AuthorizationCodeConfig
-
- getCallbackPath() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode.OAuthCallbackConfig
-
- getCallbackValues() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.oauth.OAuthCallbackValuesModelProperty
-
- getCallbackValuesExtractors(ConnectionProviderModel) - Static method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ExtensionsOAuthUtils
-
Traverses the providerModel looking for the Java fields annotated with OAuthCallbackValue.
- getCategory() - Method in interface org.mule.runtime.module.extension.api.loader.java.type.ExtensionElement
-
- getCategory() - Method in class org.mule.runtime.module.extension.internal.loader.java.info.ExtensionInfo
-
- getCategory() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.ExtensionTypeWrapper
-
- getCategory() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ExtensionModelParser
-
- getCategory() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParser
-
- getCategoryName() - Method in class org.mule.runtime.module.extension.internal.metadata.BooleanKeyResolver
- getCategoryName() - Method in class org.mule.runtime.module.extension.internal.metadata.EnumKeyResolver
- getCategoryName() - Method in class org.mule.runtime.module.extension.internal.metadata.MuleAttributesTypeResolverAdapter
-
- getCategoryName() - Method in class org.mule.runtime.module.extension.internal.metadata.MuleInputTypeResolverAdapter
-
- getCategoryName() - Method in class org.mule.runtime.module.extension.internal.metadata.MuleOutputTypeResolverAdapter
-
- getCategoryName() - Method in class org.mule.runtime.module.extension.internal.metadata.MuleTypeKeysResolverAdapter
-
- getCategoryName() - Method in class org.mule.runtime.module.extension.internal.metadata.SdkAttributesTypeResolverAdapter
-
- getChildExtensionManager() - Method in class org.mule.runtime.module.extension.internal.manager.CompositeArtifactExtensionManager
-
- getChilds() - Method in class org.mule.runtime.module.extension.internal.metadata.MuleMetadataKeyAdapter
-
- getChilds() - Method in class org.mule.runtime.module.extension.internal.value.MuleValueAdapter
-
- getChilds() - Method in class org.mule.runtime.module.extension.internal.value.SdkValueAdapter
-
- getClassArrayValue(Function<A, Class[]>) - Method in interface org.mule.runtime.module.extension.api.loader.java.type.AnnotationValueFetcher
-
Return the list of
Type representing a
Class[] property.
- getClassArrayValue(Function<T, Class[]>) - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.ClassBasedAnnotationValueFetcher
-
Return the list of
Type representing a
Class[] property.
- getClassInformation() - Method in interface org.mule.runtime.module.extension.api.loader.java.type.Type
-
- getClassInformation() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.TypeWrapper
-
- getClassLoader(ExtensionModel) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
-
If the
extensionModel contains a
ClassLoaderModelProperty, then it returns the
ClassLoader associated
to such property.
- getClassValue(Function<A, Class>) - Method in interface org.mule.runtime.module.extension.api.loader.java.type.AnnotationValueFetcher
-
Return the
Type representing a
Class property.
- getClassValue(Function<T, Class>) - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.ClassBasedAnnotationValueFetcher
-
Return the
Type representing a
Class property.
- getClientCredentialsOAuthHandler() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.ConnectionProviderSettings
-
- getClientId() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.clientcredentials.ClientCredentialsConfig
-
- getClientId() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs.PlatformManagedOAuthConfig
-
- getClientSecret() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.clientcredentials.ClientCredentialsConfig
-
- getClientSecret() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs.PlatformManagedOAuthConfig
-
- getCompletionCallbackParameters(MethodElement) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParserUtils
-
- getCompletionCallbackParameters(MethodElement) - Static method in class org.mule.runtime.module.extension.internal.loader.utils.JavaModelLoaderUtils
-
- getComponent() - Method in interface org.mule.runtime.module.extension.api.runtime.privileged.ExecutionContextAdapter
-
- getComponent() - Method in class org.mule.runtime.module.extension.internal.runtime.AbstractExecutionContextAdapterDecorator
-
- getComponent() - Method in class org.mule.runtime.module.extension.internal.runtime.DefaultExecutionContext
- getComponent() - Method in class org.mule.runtime.module.extension.internal.runtime.notification.DefaultExtensionNotification
-
- getComponentLocation() - Method in interface org.mule.runtime.module.extension.api.runtime.privileged.ExecutionContextAdapter
-
- getComponentLocation() - Method in class org.mule.runtime.module.extension.internal.runtime.AbstractExecutionContextAdapterDecorator
-
- getComponentLocation() - Method in class org.mule.runtime.module.extension.internal.runtime.DefaultExecutionContext
- getComponentModel() - Method in class org.mule.runtime.module.extension.internal.runtime.AbstractExecutionContextAdapterDecorator
-
- getComponentModel() - Method in class org.mule.runtime.module.extension.internal.runtime.DefaultExecutionContext
- getComponentModel() - Method in class org.mule.runtime.module.extension.internal.runtime.LazyExecutionContext
- getComponentName() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.ParameterDeclarationContext
-
- getComponentType() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.ParameterDeclarationContext
-
- getComponentTypeName() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaFunctionModelParser
-
- getComponentTypeName() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaOperationModelParser
-
- getComponentTypeName() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaSourceModelParser
-
- getComponentVisibility() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ComponentVisibilityParser
-
- getComponentVisibility() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaOperationModelParser
-
- getComponentVisibility() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaSourceModelParser
-
- getConcreteType() - Method in class org.mule.runtime.module.extension.api.loader.java.type.TypeGeneric
-
- getConfig() - Method in class org.mule.runtime.module.extension.internal.ExtensionResolvingContext
-
- getConfig() - Method in class org.mule.runtime.module.extension.internal.metadata.MuleMetadataContextAdapter
-
- getConfig() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ValueResolvingContext
-
- getConfigFields(ParameterizableTypeWrapper) - Static method in class org.mule.runtime.module.extension.internal.loader.utils.ParameterUtils
-
- getConfigIdentifier() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.clientcredentials.ClientCredentialsConfig
-
- getConfigModels(String) - Method in class org.mule.runtime.module.extension.internal.runtime.config.ConfigurationProviderToolingAdapter
- getConfigName() - Method in class org.mule.runtime.module.extension.internal.runtime.client.adapter.LegacyOperationParametersAdapter
-
- getConfigName() - Method in class org.mule.runtime.module.extension.internal.runtime.client.operation.EventedOperationsParameterDecorator
-
- getConfigParameter(WithParameters) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParserUtils
-
- getConfigParameters() - Method in class org.mule.runtime.module.extension.internal.runtime.config.ImmutableConfigurationState
- getConfigRef() - Method in class org.mule.runtime.module.extension.internal.runtime.client.operation.DefaultOperationParameterizer
-
- getConfigs() - Method in class org.mule.runtime.module.extension.internal.resources.documentation.XmlExtensionDocumentation
-
- getConfigType() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ConfigTypeModelProperty
-
- getConfiguration(String, CoreEvent) - Method in class org.mule.runtime.module.extension.internal.manager.CompositeArtifactExtensionManager
-
- getConfiguration(ExtensionModel, ComponentModel, CoreEvent) - Method in class org.mule.runtime.module.extension.internal.manager.CompositeArtifactExtensionManager
-
- getConfiguration(String, CoreEvent) - Method in class org.mule.runtime.module.extension.internal.manager.DefaultExtensionManager
- getConfiguration(ExtensionModel, ComponentModel, CoreEvent) - Method in class org.mule.runtime.module.extension.internal.manager.DefaultExtensionManager
- getConfiguration() - Method in class org.mule.runtime.module.extension.internal.runtime.AbstractExecutionContextAdapterDecorator
-
- getConfiguration() - Method in class org.mule.runtime.module.extension.internal.runtime.DefaultExecutionContext
- getConfiguration(ComponentLocation, String) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.SdkInternalContext
-
- getConfiguration() - Method in class org.mule.runtime.module.extension.internal.runtime.execution.SdkInternalContext.LocationSpecificSdkInternalContext
-
- getConfiguration() - Method in class org.mule.runtime.module.extension.internal.runtime.execution.SdkInternalContext.OperationExecutionParams
-
- getConfiguration(CoreEvent) - Method in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
-
- getConfiguration() - Method in class org.mule.runtime.module.extension.internal.runtime.LazyExecutionContext
- getConfigurationFactory() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ConfigurationFactoryModelProperty
-
- getConfigurationFactory(ConfigurationModel) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
-
- getConfigurationFactoryModelProperty() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ConfigurationModelParser
-
- getConfigurationFactoryModelProperty() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaConfigurationModelParser
-
- getConfigurationInstance() - Method in class org.mule.runtime.module.extension.internal.runtime.source.ExtensionMessageSource
- getConfigurationInstance() - Method in interface org.mule.runtime.module.extension.internal.runtime.source.SourceCallbackAdapter
-
- getConfigurationModel() - Method in class org.mule.runtime.module.extension.internal.runtime.config.LifecycleAwareConfigurationProvider
- getConfigurationParsers() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ExtensionModelParser
-
- getConfigurationParsers() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParser
-
- getConfigurationProvider(ExtensionModel, ComponentModel, CoreEvent) - Method in class org.mule.runtime.module.extension.internal.manager.CompositeArtifactExtensionManager
-
- getConfigurationProvider(String) - Method in class org.mule.runtime.module.extension.internal.manager.CompositeArtifactExtensionManager
-
- getConfigurationProvider(ExtensionModel, ComponentModel) - Method in class org.mule.runtime.module.extension.internal.manager.CompositeArtifactExtensionManager
-
- getConfigurationProvider(ExtensionModel, ComponentModel, CoreEvent) - Method in class org.mule.runtime.module.extension.internal.manager.DefaultExtensionManager
-
- getConfigurationProvider(ExtensionModel, ComponentModel) - Method in class org.mule.runtime.module.extension.internal.manager.DefaultExtensionManager
-
- getConfigurationProvider(String) - Method in class org.mule.runtime.module.extension.internal.manager.DefaultExtensionManager
- getConfigurationProvider(CoreEvent) - Method in class org.mule.runtime.module.extension.internal.runtime.client.operation.OperationKey
-
- getConfigurationProvider() - Method in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
-
- getConfigurationProviderResolver() - Method in class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessorBuilder
-
- getConfigurations() - Method in interface org.mule.runtime.module.extension.api.loader.java.type.ExtensionElement
-
- getConfigurations() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.ExtensionTypeWrapper
- getConfigValues(String) - Method in class org.mule.runtime.module.extension.internal.runtime.config.ConfigurationProviderToolingAdapter
- getConfigValues(String, String) - Method in class org.mule.runtime.module.extension.internal.runtime.config.ConfigurationProviderToolingAdapter
-
- getConfigValues(String) - Method in class org.mule.runtime.module.extension.internal.runtime.config.DynamicConfigurationProvider
- getConfigValues(String, String) - Method in class org.mule.runtime.module.extension.internal.runtime.config.DynamicConfigurationProvider
- getConnection() - Method in class org.mule.runtime.module.extension.internal.ExtensionResolvingContext
-
Retrieves the connection for the related component and configuration
- getConnection() - Method in class org.mule.runtime.module.extension.internal.metadata.MuleMetadataContextAdapter
-
- getConnection() - Method in class org.mule.runtime.module.extension.internal.metadata.SdkMetadataContextAdapter
-
- getConnection(ExecutionContextAdapter<? extends ComponentModel>) - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.ExtensionConnectionSupplier
-
Returns the connection to be used with the operationContext.
- getConnection() - Method in class org.mule.runtime.module.extension.internal.runtime.source.legacy.LegacySourceCallbackContextAdapter
-
- getConnection() - Method in class org.mule.runtime.module.extension.internal.runtime.source.legacy.SdkSourceCallBackContextAdapter
-
- getConnection() - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.ExtensionTransactionalResource
-
- getConnection() - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.TransactionalConnectionHandler
- getConnectionFields(ParameterizableTypeWrapper) - Static method in class org.mule.runtime.module.extension.internal.loader.utils.ParameterUtils
-
- getConnectionHandler() - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.ExtensionTransactionalResource
-
- getConnectionManagementType() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ConnectionProviderModelParser
-
- getConnectionManagementType() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaConnectionProviderModelParser
-
- getConnectionManagementType() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs.PlatformManagedOAuthConnectionProvider
-
- getConnectionModels(String) - Method in class org.mule.runtime.module.extension.internal.runtime.config.ConfigurationProviderToolingAdapter
-
- getConnectionParameter(WithParameters) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParserUtils
-
- getConnectionParameters() - Method in class org.mule.runtime.module.extension.internal.runtime.config.ImmutableConfigurationState
- getConnectionProvider() - Method in class org.mule.runtime.module.extension.internal.ExtensionResolvingContext
-
Retrieves the connection provider for the related a component and configuration
- getConnectionProvider() - Method in interface org.mule.runtime.module.extension.internal.metadata.ConnectionProviderAwareMetadataContext
-
Retrieves the connection provider for the related a component and configuration
- getConnectionProvider() - Method in class org.mule.runtime.module.extension.internal.runtime.config.LifecycleAwareConfigurationInstance
- getConnectionProvider() - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.TransactionalConnectionHandler
- getConnectionProviderFactory() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ConnectionProviderFactoryModelProperty
-
- getConnectionProviderFactory(ConnectionProviderModel) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
-
- getConnectionProviderFactoryModelProperty() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ConnectionProviderModelParser
-
- getConnectionProviderFactoryModelProperty() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaConnectionProviderModelParser
-
- getConnectionProviderModel() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.ConnectionProviderSettings
-
- getConnectionProviderModel(Class<? extends ConnectionProvider>, List<ConnectionProviderModel>) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
Resolves the correspondent ConnectionProviderModel for a given ConnectionProvider instance.
- getConnectionProviderModelParsers() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ConfigurationModelParser
-
- getConnectionProviderModelParsers() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ExtensionModelParser
-
- getConnectionProviderModelParsers() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaConfigurationModelParser
-
- getConnectionProviderModelParsers() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParser
-
- getConnectionProviderModelParsers(JavaExtensionModelParser, ExtensionElement, List<ConnectionProviderElement>) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParserUtils
-
- getConnectionProviders() - Method in interface org.mule.runtime.module.extension.api.loader.java.type.WithConnectionProviders
-
- getConnections() - Method in class org.mule.runtime.module.extension.internal.resources.documentation.XmlExtensionDocumentation
-
- getConnectionType() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ConnectionTypeModelProperty
-
- getConnectionType() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ConnectivityModelProperty
-
- getConnectionType(ConnectionProviderModel) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
-
- getConnectionTypeElement() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ConnectionTypeModelProperty
-
- getConnectionUri() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs.PlatformManagedOAuthConfig
-
- getConnectionValues(String) - Method in class org.mule.runtime.module.extension.internal.runtime.config.ConfigurationProviderToolingAdapter
- getConnectionValues(String, String) - Method in class org.mule.runtime.module.extension.internal.runtime.config.ConfigurationProviderToolingAdapter
-
- getConnectionValues(String) - Method in class org.mule.runtime.module.extension.internal.runtime.config.DynamicConfigurationProvider
- getConnectionValues(String, String) - Method in class org.mule.runtime.module.extension.internal.runtime.config.DynamicConfigurationProvider
-
- getConsumerKey() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode.AuthorizationCodeConfig
-
- getConsumerKey() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode.ImmutableAuthorizationCodeState
-
- getConsumerKey() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode.UpdatingAuthorizationCodeState
-
- getConsumerKey() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs.PlatformAuthorizationCodeStateAdapter
-
- getConsumerSecret() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode.AuthorizationCodeConfig
-
- getConsumerSecret() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode.ImmutableAuthorizationCodeState
-
- getConsumerSecret() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode.UpdatingAuthorizationCodeState
-
- getConsumerSecret() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs.PlatformAuthorizationCodeStateAdapter
-
- getContainer() - Method in class org.mule.runtime.module.extension.internal.loader.ParameterGroupDescriptor
-
- getContainerName(AnnotatedElement) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
- getContext() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode.AuthorizationCodeConnectionProviderWrapper
-
- getContext() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.BaseOAuthConnectionProviderWrapper
-
- getContext() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.clientcredentials.ClientCredentialsConnectionProviderWrapper
-
- getContextEvent() - Method in class org.mule.runtime.module.extension.internal.runtime.client.operation.DefaultOperationParameterizer
-
- getContextEvent() - Method in class org.mule.runtime.module.extension.internal.runtime.client.operation.EventedOperationsParameterDecorator
-
- getContextEvent() - Method in interface org.mule.runtime.module.extension.internal.runtime.client.operation.InternalOperationParameterizer
-
- getCorrelationId() - Method in class org.mule.runtime.module.extension.internal.runtime.parameter.ImmutableCorrelationInfo
- getCorrelationId() - Method in class org.mule.runtime.module.extension.internal.runtime.source.legacy.LegacySourceCallbackContextAdapter
-
- getCorrelationId() - Method in class org.mule.runtime.module.extension.internal.runtime.source.legacy.SdkSourceCallBackContextAdapter
-
- getCredentials() - Method in class org.mule.runtime.module.extension.internal.runtime.security.adapter.MuleAuthenticationAdapter
-
- getCredentials() - Method in class org.mule.runtime.module.extension.internal.runtime.security.adapter.SdkAuthenticationAdapter
-
- getCredentialsPlacement() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.clientcredentials.ClientCredentialsConfig
-
- getCurrentScheduler() - Method in interface org.mule.runtime.module.extension.api.runtime.privileged.ExecutionContextAdapter
-
- getCurrentScheduler() - Method in class org.mule.runtime.module.extension.internal.runtime.AbstractExecutionContextAdapterDecorator
-
- getCurrentScheduler() - Method in class org.mule.runtime.module.extension.internal.runtime.DefaultExecutionContext
-
- getCursorProviderFactory() - Method in interface org.mule.runtime.module.extension.api.runtime.privileged.ExecutionContextAdapter
-
- getCursorProviderFactory() - Method in class org.mule.runtime.module.extension.internal.runtime.AbstractExecutionContextAdapterDecorator
-
- getCursorProviderFactory(StreamingManager) - Method in class org.mule.runtime.module.extension.internal.runtime.client.operation.DefaultOperationParameterizer
-
- getCursorProviderFactory() - Method in class org.mule.runtime.module.extension.internal.runtime.DefaultExecutionContext
- getCursorProviderFactory() - Method in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
-
- getCustomHeaders() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.OAuthConfig
-
- getCustomParameters(ResolverSetResult) - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.BaseOAuthConnectionProviderObjectBuilder
-
- getCustomParameters(CoreEvent) - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.BaseOAuthConnectionProviderObjectBuilder
-
- getCustomParameters() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.OAuthConfig
-
- getData() - Method in class org.mule.runtime.module.extension.internal.runtime.notification.DefaultExtensionNotification
-
- getDataType() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.notification.SdkNotificationActionDefinitionAdapter
-
- getDataType() - Method in class org.mule.runtime.module.extension.internal.runtime.notification.legacy.LegacyNotificationActionDefinitionAdapter
-
- getDataType() - Method in class org.mule.runtime.module.extension.internal.runtime.operation.resulthandler.CollectionReturnHandler
- getDataType() - Method in class org.mule.runtime.module.extension.internal.runtime.operation.resulthandler.MapReturnHandler
- getDataType() - Method in interface org.mule.runtime.module.extension.internal.runtime.operation.resulthandler.ReturnHandler
-
- getDataType() - Method in class org.mule.runtime.module.extension.internal.runtime.operation.resulthandler.ReturnHandler.NullReturnHandler
-
- getDeclarationClass(ErrorTypeDefinition) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.error.JavaErrorModelParserUtils
-
Returns the root
Class for the given
errorTypeDefinition.
- getDeclaringClass() - Method in interface org.mule.runtime.module.extension.api.loader.java.type.WithDeclaringClass
-
- getDeclaringClass() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.MethodWrapper
- getDeclaringClass() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.TypeWrapper
- getDeclaringElement() - Method in interface org.mule.runtime.module.extension.api.loader.java.type.ExtensionParameter
-
- getDeclaringElement() - Method in interface org.mule.runtime.module.extension.api.loader.java.type.FieldElement
- getDeclaringElement() - Method in interface org.mule.runtime.module.extension.api.loader.java.type.ParameterElement
- getDeclaringField() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.DeclaringMemberModelProperty
-
The field associated to the ParameterModel
- getDecorated() - Method in interface org.mule.runtime.module.extension.internal.runtime.operation.ExecutionContextConfigurationDecorator
-
- getDefaultConfigStereotype(String) - Method in class org.mule.runtime.module.extension.internal.loader.delegate.StereotypeModelLoaderDelegate
-
- getDefaultConnectionProviderStereotype(String) - Method in class org.mule.runtime.module.extension.internal.loader.delegate.StereotypeModelLoaderDelegate
-
- getDefaultEncodingFieldSetter(Object, ReflectionCache) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
Returns a
FieldSetter for a field in the
target annotated
DefaultEncoding (if present)
- getDefaultMediaType(ComponentModel) - Static method in class org.mule.runtime.module.extension.internal.util.MediaTypeUtils
-
This method returns a default MediaType given a ComponentModel.
- getDefaultOperationStereotype(String) - Method in class org.mule.runtime.module.extension.internal.loader.delegate.StereotypeModelLoaderDelegate
-
- getDefaultSourceStereotype(String) - Method in class org.mule.runtime.module.extension.internal.loader.delegate.StereotypeModelLoaderDelegate
-
- getDefaultValue() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaParameterModelParser
-
- getDefaultValue() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ParameterModelParser
-
- getDefaultValue() - Method in class org.mule.runtime.module.extension.internal.loader.parser.ParameterModelParserDecorator
-
- getDefaultValue(Optional) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
-
- getDefaultValue(Optional) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
-
- getDelegate() - Method in class org.mule.runtime.module.extension.internal.error.SdkErrorTypeDefinitionAdapter
-
- getDelegate() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.connection.SdkConnectionProviderAdapter
-
- getDelegate() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs.PlatformManagedOAuthConnectionProvider
-
- getDelegate() - Method in interface org.mule.runtime.module.extension.internal.runtime.source.legacy.LegacySourceWrapper
-
This method provide the instance of the legacy Source in with this implementation is delegating behavior.
- getDelegate() - Method in class org.mule.runtime.module.extension.internal.runtime.source.legacy.SdkSourceAdapter
-
- getDelegate() - Method in class org.mule.runtime.module.extension.internal.runtime.source.SourceAdapter
-
- getDelegate() - Method in class org.mule.runtime.module.extension.internal.runtime.source.SourceWrapper
-
- getDelegateConnectionProviderModel() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs.PlatformManagedOAuthConfig
-
- getDelegateGrantType() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs.PlatformManagedOAuthConfig
-
- getDelegateResolverClass() - Method in class org.mule.runtime.module.extension.internal.metadata.MuleAttributesTypeResolverAdapter
-
- getDelegateResolverClass() - Method in class org.mule.runtime.module.extension.internal.metadata.MuleInputTypeResolverAdapter
-
- getDelegateResolverClass() - Method in interface org.mule.runtime.module.extension.internal.metadata.MuleMetadataTypeResolverAdapter
-
- getDelegateResolverClass() - Method in class org.mule.runtime.module.extension.internal.metadata.MuleOutputTypeResolverAdapter
-
- getDelegateResolverClass() - Method in class org.mule.runtime.module.extension.internal.metadata.MuleTypeKeysResolverAdapter
-
- getDelegateRunnable() - Method in class org.mule.runtime.module.extension.internal.runtime.source.poll.RestartContext
-
- getDeprecationModel() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ConfigurationModelParser
-
- getDeprecationModel() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ConnectionProviderModelParser
-
- getDeprecationModel() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ExtensionModelParser
-
- getDeprecationModel() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.FunctionModelParser
-
- getDeprecationModel() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaConfigurationModelParser
-
- getDeprecationModel() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaConnectionProviderModelParser
-
- getDeprecationModel() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParser
-
- getDeprecationModel(ExtensionParameter) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParserUtils
-
- getDeprecationModel(FunctionElement) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParserUtils
-
- getDeprecationModel(OperationElement) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParserUtils
-
- getDeprecationModel(SourceElement) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParserUtils
-
- getDeprecationModel(ConnectionProviderElement) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParserUtils
-
- getDeprecationModel(ComponentElement) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParserUtils
-
- getDeprecationModel(ExtensionElement) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParserUtils
-
- getDeprecationModel() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaFunctionModelParser
-
- getDeprecationModel() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaNestedRouteModelParser
-
- getDeprecationModel() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaOperationModelParser
-
- getDeprecationModel() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaParameterModelParser
-
- getDeprecationModel() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaSourceModelParser
-
- getDeprecationModel() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.NestedRouteModelParser
-
- getDeprecationModel() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.OperationModelParser
-
- getDeprecationModel() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ParameterModelParser
-
- getDeprecationModel() - Method in class org.mule.runtime.module.extension.internal.loader.parser.ParameterModelParserDecorator
-
- getDeprecationModel() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.SourceModelParser
-
- getDescription() - Method in interface org.mule.runtime.module.extension.api.loader.java.type.WithAlias
-
- getDescription() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ConfigurationModelParser
-
- getDescription() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ConnectionProviderModelParser
-
- getDescription() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.FunctionModelParser
-
- getDescription() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.info.RequiresEntitlementInfo
-
- getDescription() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaConfigurationModelParser
-
- getDescription() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaConnectionProviderModelParser
-
- getDescription() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaDeclaredParameterGroupModelParser
-
- getDescription() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaDefaultParameterGroupParser
-
- getDescription() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaFunctionModelParser
-
- getDescription() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaNestedChainModelParser
-
- getDescription() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaNestedRouteModelParser
-
- getDescription() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaOperationModelParser
-
- getDescription() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaParameterModelParser
-
- getDescription() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaSourceModelParser
-
- getDescription() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.NestedChainModelParser
-
- getDescription() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.NestedRouteModelParser
-
- getDescription() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.OperationModelParser
-
- getDescription() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ParameterGroupModelParser
-
- getDescription() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ParameterModelParser
-
- getDescription() - Method in class org.mule.runtime.module.extension.internal.loader.parser.ParameterModelParserDecorator
-
- getDescription() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.SourceModelParser
-
- getDescription() - Method in class org.mule.runtime.module.extension.internal.resources.documentation.XmlExtensionElementDocumentation
-
- getDescription() - Method in class org.mule.runtime.module.extension.internal.resources.documentation.XmlExtensionParameterDocumentation
-
- getDescriptor() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ParameterGroupModelProperty
-
- getDetailedExportedPackages() - Method in class org.mule.runtime.module.extension.internal.resources.manifest.ExportedPackagesCollector
-
- getDisplayModel() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ConnectionProviderModelParser
-
- getDisplayModel() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaConnectionProviderModelParser
-
- getDisplayModel() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaDeclaredParameterGroupModelParser
-
- getDisplayModel() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaDefaultParameterGroupParser
-
- getDisplayModel(WithAnnotations, String, String) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParserUtils
-
- getDisplayModel() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaOperationModelParser
-
- getDisplayModel() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaParameterModelParser
-
- getDisplayModel() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaSourceModelParser
-
- getDisplayModel() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.OperationModelParser
-
- getDisplayModel() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ParameterGroupModelParser
-
- getDisplayModel() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ParameterModelParser
-
- getDisplayModel() - Method in class org.mule.runtime.module.extension.internal.loader.parser.ParameterModelParserDecorator
-
- getDisplayModel() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.SourceModelParser
-
- getDisplayName() - Method in class org.mule.runtime.module.extension.internal.metadata.MuleMetadataKeyAdapter
-
- getDisplayName() - Method in class org.mule.runtime.module.extension.internal.value.MuleValueAdapter
-
- getDisplayName() - Method in class org.mule.runtime.module.extension.internal.value.SdkValueAdapter
-
- getDistributedSourceTraceContext() - Method in class org.mule.runtime.module.extension.internal.runtime.source.legacy.LegacySourceCallbackContextAdapter
-
- getDistributedSourceTraceContext() - Method in class org.mule.runtime.module.extension.internal.runtime.source.legacy.SdkSourceCallBackContextAdapter
-
- getDistributedTraceContextManager(SourceCallbackContext) - Method in class org.mule.runtime.module.extension.api.runtime.compatibility.DefaultForwardCompatibilityHelper
-
- getDistributedTraceContextManager(CorrelationInfo) - Method in class org.mule.runtime.module.extension.api.runtime.compatibility.DefaultForwardCompatibilityHelper
-
- getDistributedTraceContextManager(CorrelationInfo) - Method in class org.mule.runtime.module.extension.api.runtime.compatibility.DefaultForwardCompatibilityHelper
-
- getDslConfiguration() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaParameterModelParser
-
- getDslConfiguration() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ParameterModelParser
-
- getDslConfiguration() - Method in class org.mule.runtime.module.extension.internal.loader.parser.ParameterModelParserDecorator
-
- getElement() - Method in interface org.mule.runtime.module.extension.api.loader.java.type.ExtensionParameter
-
- getElement() - Method in interface org.mule.runtime.module.extension.api.loader.java.type.MethodElement
-
- getElement() - Method in interface org.mule.runtime.module.extension.api.loader.java.type.Type
- getElement() - Method in interface org.mule.runtime.module.extension.api.loader.java.type.WithElement
-
- getElement() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.FieldWrapper
-
- getElement() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.MethodWrapper
- getElement() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.ParameterWrapper
-
- getElement() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.TypeWrapper
-
- getEmittedNotifications(WithAnnotations, String, String) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.notification.NotificationModelParserUtils
-
- getEmittedNotificationsStream(Function<String, Optional<NotificationModel>>) - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaOperationModelParser
-
- getEmittedNotificationsStream(Function<String, Optional<NotificationModel>>) - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaSourceModelParser
-
- getEmittedNotificationsStream(Function<String, Optional<NotificationModel>>) - Method in interface org.mule.runtime.module.extension.internal.loader.parser.NotificationEmitterParser
-
Gets a
Stream with the parsed emitted
NotificationModels.
- getEnclosingClass(NamedTypeResolver) - Static method in class org.mule.runtime.module.extension.internal.loader.utils.JavaMetadataTypeResolverUtils
-
- getEnclosingType() - Method in interface org.mule.runtime.module.extension.api.loader.java.type.FunctionElement
- getEnclosingType() - Method in interface org.mule.runtime.module.extension.api.loader.java.type.MethodElement
-
- getEnclosingType() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.FunctionWrapper
- getEnclosingType() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.MethodWrapper
-
- getEnclosingType() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.OperationWrapper
- getEncoding() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs.PlatformManagedOAuthConfig
-
- getEntityKeys(MetadataContext) - Method in class org.mule.runtime.module.extension.internal.metadata.EntityMetadataMediator
-
- getEntityKeys() - Method in class org.mule.runtime.module.extension.internal.runtime.operation.OperationMessageProcessor
-
- getEntityMetadata(MetadataContext, MetadataKey) - Method in class org.mule.runtime.module.extension.internal.metadata.EntityMetadataMediator
-
- getEntityMetadata(MetadataKey) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.OperationMessageProcessor
-
- getEnumArrayValue(Function<A, E[]>) - Method in interface org.mule.runtime.module.extension.api.loader.java.type.AnnotationValueFetcher
-
Returns the list of
Enum values of an annotation property
- getEnumTypes() - Method in class org.mule.runtime.module.extension.internal.manager.ExtensionActivator
-
- getEnumValue(Function<A, E>) - Method in interface org.mule.runtime.module.extension.api.loader.java.type.AnnotationValueFetcher
-
Returns the
Enum value of an annotation property
- getEnumValue(Function<T, E>) - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.ClassBasedAnnotationValueFetcher
-
Returns the
Enum value of an annotation property
- getErrorMappings() - Method in class org.mule.runtime.module.extension.internal.runtime.operation.OperationMessageProcessor
-
- getErrorModel(ErrorModelParser) - Method in class org.mule.runtime.module.extension.internal.error.ErrorsModelFactory
-
- getErrorModelParsers() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ExtensionModelParser
-
- getErrorModelParsers() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParser
-
- getErrorModelParsers() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaOperationModelParser
-
- getErrorModelParsers() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.OperationModelParser
-
- getErrorModels() - Method in class org.mule.runtime.module.extension.internal.error.ErrorsModelFactory
-
- getErrorType() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.connection.SdkConnectionValidationResultAdapter
-
- getErrorTypeDefinitionDeclarationClass() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.error.JavaErrorModelParser
-
- getErrorTypes() - Method in class org.mule.runtime.module.extension.internal.error.SdkErrorTypeProviderAdapter
-
- getEvent() - Method in interface org.mule.runtime.module.extension.api.runtime.privileged.EventedExecutionContext
-
Returns the
CoreEvent on which an operation is to be executed
- getEvent() - Method in class org.mule.runtime.module.extension.api.runtime.privileged.EventedResult
-
- getEvent() - Method in class org.mule.runtime.module.extension.api.runtime.privileged.EventedSdkResult
-
- getEvent() - Method in class org.mule.runtime.module.extension.internal.runtime.AbstractExecutionContextAdapterDecorator
-
- getEvent() - Method in class org.mule.runtime.module.extension.internal.runtime.DefaultExecutionContext
-
Returns the
CoreEvent on which an operation is to be executed
- getEvent() - Method in class org.mule.runtime.module.extension.internal.runtime.LazyExecutionContext
-
- getEvent() - Method in class org.mule.runtime.module.extension.internal.runtime.notification.DefaultExtensionNotification
-
- getEvent() - Method in class org.mule.runtime.module.extension.internal.runtime.parameter.ImmutableCorrelationInfo
-
- getEvent() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ValueResolvingContext
-
- getEvent() - Method in class org.mule.runtime.module.extension.internal.runtime.source.ImmutableBackPressureContext
- getEvent() - Method in class org.mule.runtime.module.extension.internal.runtime.source.legacy.SdkBackPressureContextAdapter
-
- getEventId() - Method in class org.mule.runtime.module.extension.internal.runtime.parameter.ImmutableCorrelationInfo
- getException() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.connection.SdkConnectionValidationResultAdapter
-
- getExceptionHandlerFactory() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ExceptionHandlerModelProperty
-
- getExceptionHandlerModelProperty(WithAnnotations, String, String) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.error.JavaErrorModelParserUtils
-
- getExceptionHandlerModelProperty() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaOperationModelParser
-
- getExceptionHandlerModelProperty() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaSourceModelParser
-
- getExceptionHandlerModelProperty() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.OperationModelParser
-
- getExceptionHandlerModelProperty() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.SourceModelParser
-
- getExceptionTypes() - Method in interface org.mule.runtime.module.extension.api.loader.java.type.MethodElement
-
- getExceptionTypes() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.MethodWrapper
- getExclusiveOptionals() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaDeclaredParameterGroupModelParser
-
- getExclusiveOptionals() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaDefaultParameterGroupParser
-
- getExclusiveOptionals() - Method in class org.mule.runtime.module.extension.internal.loader.parser.ParameterGroupModelParser.ExclusiveOptionalDescriptor
-
- getExclusiveOptionals() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ParameterGroupModelParser
-
- getExecutionContextAdapter() - Method in class org.mule.runtime.module.extension.internal.runtime.execution.SdkInternalContext.OperationExecutionParams
-
- getExecutionPhase() - Method in class org.mule.runtime.module.extension.internal.loader.java.enricher.AbstractAnnotatedFieldDeclarationEnricher
-
- getExecutionPhase() - Method in class org.mule.runtime.module.extension.internal.loader.java.enricher.JavaMimeTypeParametersDeclarationEnricher
-
- getExecutionPhase() - Method in class org.mule.runtime.module.extension.internal.loader.java.enricher.JavaOAuthDeclarationEnricher
-
- getExecutionPhase() - Method in class org.mule.runtime.module.extension.internal.loader.java.enricher.PollingSourceDeclarationEnricher
-
- getExecutionPhase() - Method in class org.mule.runtime.module.extension.internal.loader.java.enricher.RequiredForMetadataDeclarationEnricher
-
- getExecutionType(OperationElement) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParserUtils
-
- getExecutionType() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaOperationModelParser
-
- getExecutionType() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.OperationModelParser
-
- getExecutor() - Method in class org.mule.runtime.module.extension.internal.runtime.source.poll.RestartContext
-
- getExecutorFactory() - Method in class org.mule.runtime.module.extension.api.loader.java.property.CompletableComponentExecutorModelProperty
-
- getExecutorFactory() - Method in class org.mule.runtime.module.extension.api.loader.java.property.ComponentExecutorModelProperty
-
Deprecated.
- getExecutorFactory() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.FunctionExecutorModelProperty
-
- getExecutorModelProperty() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaOperationModelParser
-
- getExecutorModelProperty() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.OperationModelParser
-
- getExpectedClass() - Method in class org.mule.runtime.module.extension.internal.config.resolver.BasicTypeValueResolverFactoryTypeVisitor
-
- getExpired() - Method in class org.mule.runtime.module.extension.internal.runtime.config.DynamicConfigurationProvider
-
- getExpiresIn() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode.ImmutableAuthorizationCodeState
-
- getExpiresIn() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode.UpdatingAuthorizationCodeState
-
- getExpiresIn() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.clientcredentials.ImmutableClientCredentialsState
-
- getExpiresIn() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.clientcredentials.UpdatingClientCredentialsState
-
- getExportedClassNames() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ExportedClassNamesModelProperty
-
- getExportedPackages() - Method in class org.mule.runtime.module.extension.internal.resources.manifest.ExportedPackagesCollector
-
- getExportedResources() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ExtensionModelParser
-
- getExportedResources() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.info.ExportInfo
-
- getExportedResources() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParser
-
- getExportedResources() - Method in class org.mule.runtime.module.extension.internal.resources.manifest.ExportedPackagesCollector
-
- getExportedTypes() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ExtensionModelParser
-
- getExportedTypes() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.info.ExportInfo
-
- getExportedTypes() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParser
-
- getExposedFields(Class<?>, ReflectionCache) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
- getExpression() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ExpressionBasedParameterResolverValueResolver
- getExpression() - Method in interface org.mule.runtime.module.extension.internal.runtime.resolver.ExpressionBasedValueResolver
-
- getExpression() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ExpressionValueResolver
- getExpression() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.StaticParameterResolver
- getExpressionBasedValueResolver(String, Class) - Method in class org.mule.runtime.module.extension.internal.loader.java.property.stackabletypes.StackableTypesValueResolverFactory
-
Given a expression value, the expected type and the stack of
wrapper types, iterates it and creates all
the required
ValueResolver and stacks them is necessary.
- getExpressionBasedValueResolver(String, MetadataType, MuleContext) - Static method in class org.mule.runtime.module.extension.internal.runtime.resolver.ResolverUtils
-
- getExpressionSupport() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaParameterModelParser
-
- getExpressionSupport() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ParameterModelParser
-
- getExpressionSupport() - Method in class org.mule.runtime.module.extension.internal.loader.parser.ParameterModelParserDecorator
-
- getExpressionSupport(WithAnnotations, String, String) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
- getExtension(String) - Method in class org.mule.runtime.module.extension.internal.manager.CompositeArtifactExtensionManager
-
- getExtension(String) - Method in class org.mule.runtime.module.extension.internal.manager.DefaultExtensionManager
- getExtension() - Method in class org.mule.runtime.module.extension.internal.resources.documentation.XmlExtensionDocumentation
-
- getExtensionClassLoader() - Method in class org.mule.runtime.module.extension.internal.runtime.config.LifecycleAwareConfigurationProvider
-
- getExtensionElement(ExtensionLoadingContext) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParserFactory
-
- getExtensionHandlerModelProperty() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ExtensionModelParser
-
- getExtensionHandlerModelProperty() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParser
-
- getExtensionInfo(Class<?>) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.MuleExtensionAnnotationParser
-
- getExtensionModel() - Method in class org.mule.runtime.module.extension.internal.runtime.AbstractExecutionContextAdapterDecorator
-
- getExtensionModel() - Method in class org.mule.runtime.module.extension.internal.runtime.client.operation.OperationKey
-
- getExtensionModel() - Method in class org.mule.runtime.module.extension.internal.runtime.config.LifecycleAwareConfigurationProvider
- getExtensionModel() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs.PlatformManagedOAuthConfig
-
- getExtensionModel() - Method in class org.mule.runtime.module.extension.internal.runtime.DefaultExecutionContext
- getExtensionModel() - Method in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
-
- getExtensionModel() - Method in class org.mule.runtime.module.extension.internal.runtime.LazyExecutionContext
- getExtensionModelLoaders() - Method in class org.mule.runtime.module.extension.api.loader.DefaultExtensionModelLoaderProvider
-
- getExtensionModelParserFactory(ExtensionLoadingContext) - Method in class org.mule.runtime.module.extension.internal.loader.AbstractExtensionModelLoader
-
- getExtensionModelParserFactory(ExtensionLoadingContext) - Method in class org.mule.runtime.module.extension.internal.loader.java.AbstractJavaExtensionModelLoader
- getExtensionParameter() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.property.ExtensionParameterDescriptorModelProperty
-
- getExtensions() - Method in class org.mule.runtime.module.extension.internal.manager.CompositeArtifactExtensionManager
-
- getExtensions() - Method in class org.mule.runtime.module.extension.internal.manager.DefaultExtensionManager
- getExternalCallbackUrl() - Method in class org.mule.runtime.module.extension.api.runtime.connectivity.oauth.ImmutableAuthCodeRequest
-
- getExternalCallbackUrl() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode.ImmutableAuthorizationCodeState
-
- getExternalCallbackUrl() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode.OAuthCallbackConfig
-
- getExternalCallbackUrl() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode.UpdatingAuthorizationCodeState
-
- getExternalCallbackUrl() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs.PlatformAuthorizationCodeStateAdapter
-
- getExternalLibraryModels() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ConfigurationModelParser
-
- getExternalLibraryModels() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ConnectionProviderModelParser
-
- getExternalLibraryModels() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ExtensionModelParser
-
- getExternalLibraryModels() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaConfigurationModelParser
-
- getExternalLibraryModels() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaConnectionProviderModelParser
-
- getExternalLibraryModels() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParser
-
- getExtractionExpression() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.InjectableParameterInfo
-
- getField() - Method in interface org.mule.runtime.module.extension.api.loader.java.type.FieldElement
-
- getField() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.InjectedFieldModelProperty
-
- getField() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.FieldWrapper
-
- getField() - Method in class org.mule.runtime.module.extension.internal.util.FieldSetter
-
- getField(Class<?>, ParameterModel, ReflectionCache) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
- getField(Class<?>, ParameterDeclaration, ReflectionCache) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
- getField(Class<?>, String, ReflectionCache) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
- getFieldByNameOrAlias(Class<?>, String, ReflectionCache) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
- getFieldHasAnnotationPredicate() - Method in class org.mule.runtime.module.extension.internal.loader.java.enricher.AbstractAnnotatedFieldDeclarationEnricher
-
- getFieldHasAnnotationPredicate() - Method in class org.mule.runtime.module.extension.internal.loader.java.enricher.DefaultEncodingDeclarationEnricher
-
- getFieldHasAnnotationPredicate() - Method in class org.mule.runtime.module.extension.internal.loader.java.enricher.RefNameDeclarationEnricher
-
- getFieldHasAnnotationPredicate() - Method in class org.mule.runtime.module.extension.internal.loader.java.enricher.RuntimeVersionDeclarationEnricher
-
- getFieldMetadataType(Field, ClassTypeLoader) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
Returns a
MetadataType describing the given
Field's type
- getFields() - Method in interface org.mule.runtime.module.extension.api.loader.java.type.Type
-
- getFields() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.TypeWrapper
- getFields(Class<?>) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
- getFields(TypeElement, ProcessingEnvironment) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
- getFields(Class<?>) - Method in class org.mule.runtime.module.extension.internal.util.ReflectionCache
-
- getFieldSetterForAnnotatedField(Object, Class<? extends Annotation>) - Method in class org.mule.runtime.module.extension.internal.util.ReflectionCache
-
- getFieldsOfType(Class<?>, Class) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
- getFieldsValueProviderFactories() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.FieldsValueProviderFactoryModelProperty
-
- getFieldsWithGetters(Class<?>, ReflectionCache) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
- getFieldsWithGetters(Type) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
- getFieldValue(Object, String, ReflectionCache) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
Resolves and returns the field value of an object instance
- getFieldValueProviderName(String, String[]) - Static method in class org.mule.runtime.module.extension.internal.loader.utils.FieldValueProviderNameUtils
-
- getFileName(String) - Method in class org.mule.runtime.module.extension.internal.resources.documentation.ExtensionDescriptionsSerializer
-
- getFilteredParameters(ComponentModel, Predicate<ParameterModel>) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
Returns, for each parameter group defined on the component model, all the parameters matching with the given filter
- getFunctionContainers() - Method in interface org.mule.runtime.module.extension.api.loader.java.type.WithFunctionContainers
-
- getFunctionExecutorModelProperty() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.FunctionModelParser
-
- getFunctionExecutorModelProperty() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaFunctionModelParser
-
- getFunctionModelParsers() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ConfigurationModelParser
-
- getFunctionModelParsers() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ExtensionModelParser
-
- getFunctionModelParsers() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaConfigurationModelParser
-
- getFunctionModelParsers() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParser
-
- getFunctionModelParsers(ExtensionElement, List<FunctionContainerElement>, ExtensionLoadingContext) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParserUtils
-
- getFunctions() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.ExtensionTypeWrapper
- getGenerics() - Method in interface org.mule.runtime.module.extension.api.loader.java.type.Type
-
- getGenerics() - Method in class org.mule.runtime.module.extension.api.loader.java.type.TypeGeneric
-
- getGenerics() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.TypeWrapper
-
- getGenerics(Type, ClassTypeLoader) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
- getGrantType() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode.AuthorizationCodeConfig
-
- getGrantType() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode.AuthorizationCodeConnectionProviderWrapper
-
- getGrantType() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.clientcredentials.ClientCredentialsConfig
-
- getGrantType() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.clientcredentials.ClientCredentialsConnectionProviderWrapper
-
- getGrantType() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.OAuthConfig
-
- getGrantType() - Method in interface org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.OAuthConnectionProviderWrapper
-
- getGrantType() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs.PlatformManagedOAuthConfig
-
- getGrantType() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs.PlatformManagedOAuthConnectionProvider
-
- getGroupModelContainerName(ParameterGroupModel) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
- getHeaders() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.BaseOAuthConnectionProviderObjectBuilder.CustomOAuthParameters
-
- getId() - Method in class org.mule.runtime.module.extension.internal.loader.java.AbstractJavaExtensionModelLoader
- getId() - Method in class org.mule.runtime.module.extension.internal.loader.java.CraftedExtensionModelLoader
-
- getId() - Method in class org.mule.runtime.module.extension.internal.metadata.MuleMetadataKeyAdapter
-
- getId() - Method in class org.mule.runtime.module.extension.internal.value.MuleValueAdapter
-
- getId() - Method in class org.mule.runtime.module.extension.internal.value.SdkValueAdapter
-
- getId() - Method in class org.mule.runtime.module.extension.internal.value.SdkValueProviderAdapter
-
- getImplementingClass() - Method in class org.mule.runtime.module.extension.internal.loader.java.enricher.AbstractAnnotatedFieldDeclarationEnricher
-
- getImplementingClass() - Method in class org.mule.runtime.module.extension.internal.loader.java.enricher.DefaultEncodingDeclarationEnricher
-
- getImplementingClass() - Method in class org.mule.runtime.module.extension.internal.loader.java.enricher.RefNameDeclarationEnricher
-
- getImplementingClass() - Method in class org.mule.runtime.module.extension.internal.loader.java.enricher.RuntimeVersionDeclarationEnricher
-
- getImplementingName(ParameterDeclaration) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
Resolves the original name of a parameter before it was modified due to the usage of an Alias.
- getImplementingName(ParameterModel) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
Resolves the original name of a parameter before it was modified due to the usage of an Alias.
- getImplementingType(EnrichableModel) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
-
- getImplicitConfigurationProviderName(ExtensionModel, ConfigurationModel, ArtifactType, String, FeatureFlaggingService) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
-
Resolves the ConfigurationProvider name for an extension.
- getImportedTypes() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ExtensionModelParser
-
- getImportedTypes() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParser
-
- getInfrastructureType(Type) - Static method in class org.mule.runtime.module.extension.internal.loader.java.contributor.InfrastructureTypeResolver
-
- getInitialisationParameters() - Method in class org.mule.runtime.module.extension.internal.runtime.source.ExtensionMessageSource
-
- getInitialiserEvent() - Static method in class org.mule.runtime.module.extension.api.util.MuleExtensionUtils
-
- getInitialiserEvent(MuleContext) - Static method in class org.mule.runtime.module.extension.api.util.MuleExtensionUtils
-
- getInjectableParameters() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.SampleDataProviderFactoryModelProperty
-
- getInjectableParameters() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ValueProviderFactoryModelProperty
-
- getInjectableParameterValue(String) - Method in class org.mule.runtime.module.extension.internal.util.InjectableParameterResolver
-
Retrieves the value of a injectable parameter
- getInjectedDependencies() - Method in class org.mule.runtime.module.extension.internal.runtime.config.StaticConfigurationProvider
-
- getInnerAnnotation(Function<A, E>) - Method in interface org.mule.runtime.module.extension.api.loader.java.type.AnnotationValueFetcher
-
- getInnerAnnotation(Function<T, E>) - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.ClassBasedAnnotationValueFetcher
-
- getInnerAnnotations(Function<A, E[]>) - Method in interface org.mule.runtime.module.extension.api.loader.java.type.AnnotationValueFetcher
-
- getInnerAnnotations(Function<T, E[]>) - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.ClassBasedAnnotationValueFetcher
-
- getInnerChainSubscriberContextMapping() - Method in class org.mule.runtime.module.extension.internal.runtime.execution.SdkInternalContext
-
- getInnerProcessingType() - Method in class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessor
-
This is the processing type that is actually taken into account when the processing strategy is applied.
- getInnerProcessingType() - Method in class org.mule.runtime.module.extension.internal.runtime.operation.ConstructMessageProcessor
-
- getInnerProcessingType() - Method in class org.mule.runtime.module.extension.internal.runtime.operation.OperationMessageProcessor
-
- getInputMetadata(MetadataContext, MetadataKey) - Method in class org.mule.runtime.module.extension.internal.metadata.MetadataMediator
-
- getInputMetadata(MetadataContext, Object) - Method in class org.mule.runtime.module.extension.internal.metadata.MuleInputTypeResolverAdapter
-
- getInputMetadata(MetadataKey) - Method in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
-
- getInputResolver() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.InputResolverModelParser
-
- getInputResolver() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaInputResolverModelParser
-
- getInputResolver(String) - Method in class org.mule.runtime.module.extension.internal.metadata.QueryMetadataResolverFactory
- getInputResolvers() - Method in class org.mule.runtime.module.extension.internal.metadata.DefaultMetadataScopeAdapter
-
- getInputResolvers() - Method in interface org.mule.runtime.module.extension.internal.metadata.MetadataScopeAdapter
-
- getInputResolvers() - Method in class org.mule.runtime.module.extension.internal.metadata.QueryMetadataResolverFactory
-
- getInterfaceGenerics(Class) - Method in interface org.mule.runtime.module.extension.api.loader.java.type.Type
-
Deprecated.
- getInterfaceGenerics(Type, Class<?>) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
- getItemSequenceInfo() - Method in class org.mule.runtime.module.extension.internal.runtime.parameter.ImmutableCorrelationInfo
- getKeyResolver() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaKeyIdResolverModelParser
-
- getKeyResolver() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.KeyIdResolverModelParser
-
- getKeyResolver() - Method in class org.mule.runtime.module.extension.internal.metadata.QueryMetadataResolverFactory
- getKeyResolvers() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.MapValueResolver
-
- getKeys(MetadataContext) - Method in class org.mule.runtime.module.extension.internal.metadata.BooleanKeyResolver
- getKeys(MetadataContext) - Method in class org.mule.runtime.module.extension.internal.metadata.EnumKeyResolver
- getKeys(MetadataContext) - Method in class org.mule.runtime.module.extension.internal.metadata.MuleTypeKeysResolverAdapter
-
- getKeysResolver() - Method in class org.mule.runtime.module.extension.internal.metadata.DefaultMetadataScopeAdapter
-
- getKeysResolver() - Method in interface org.mule.runtime.module.extension.internal.metadata.MetadataScopeAdapter
-
- getKeyType() - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.ExtensionTransaction
- getLayoutModel() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaDeclaredParameterGroupModelParser
-
- getLayoutModel() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaDefaultParameterGroupParser
-
- getLayoutModel() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaParameterModelParser
-
- getLayoutModel() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ParameterGroupModelParser
-
- getLayoutModel() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ParameterModelParser
-
- getLayoutModel() - Method in class org.mule.runtime.module.extension.internal.loader.parser.ParameterModelParserDecorator
-
- getLegacyOperationExecutorFactory(T) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
-
- getLength() - Method in class org.mule.runtime.module.extension.api.runtime.privileged.EventedResult
-
- getLicenseModelProperty() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ExtensionModelParser
-
- getLicenseModelProperty() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParser
-
- getLifecycleState() - Method in class org.mule.runtime.module.extension.internal.runtime.source.ExtensionMessageSource
-
- getListenerConfig() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode.OAuthCallbackConfig
-
- getLiteralValue() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ImmutableLiteral
- getLoader(ExtensionElement, String) - Method in interface org.mule.runtime.module.extension.internal.loader.ModelLoaderDelegateFactory
-
- getLocalAuthorizePath() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode.OAuthCallbackConfig
-
- getMaxOccurs() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaNestedRouteModelParser
-
- getMaxOccurs() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.NestedRouteModelParser
-
Optional value which represents the maximum amount of times that this route can be used inside the owning component.
- getMediaType() - Method in class org.mule.runtime.module.extension.api.runtime.privileged.EventedResult
-
- getMediaType() - Method in class org.mule.runtime.module.extension.api.runtime.privileged.EventedSdkResult
-
- getMediaType() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.MediaTypeModelProperty
-
- getMediaType() - Method in class org.mule.runtime.module.extension.internal.runtime.source.legacy.LegacyResultAdapter
-
- getMediaTypeModelProperty(WithAnnotations, String, String) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParserUtils
-
- getMediaTypeModelProperty() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaOperationModelParser
-
- getMediaTypeModelProperty() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaSourceModelParser
-
- getMediaTypeModelProperty() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.OperationModelParser
-
- getMediaTypeModelProperty() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.SourceModelParser
-
- getMemberField(EnrichableModel) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
- getMemberName(BaseDeclaration<?>, String) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.MuleExtensionAnnotationParser
-
- getMemberName(T) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
- getMemberName(EnrichableModel, String) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
- getMessage() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.connection.SdkConnectionValidationResultAdapter
-
- getMessageProcessors() - Method in class org.mule.runtime.module.extension.internal.runtime.operation.ImmutableProcessorChainExecutor
-
- getMessageProcessors() - Method in class org.mule.runtime.module.extension.internal.runtime.operation.ImmutableProcessorChildContextChainExecutor
-
- getMessageSourceFactory() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.SdkSourceFactoryModelProperty
-
- getMetadata(MetadataContext, MetadataKey) - Method in class org.mule.runtime.module.extension.internal.metadata.MetadataMediator
-
Resolves the ComponentMetadataDescriptor for the associated context using the specified key
- getMetadata(MetadataContext, ParameterValueResolver, ReflectionCache) - Method in class org.mule.runtime.module.extension.internal.metadata.MetadataMediator
-
Resolves the
ComponentMetadataDescriptor for the associated
context using the component
ParameterValueResolver to resolve an object with the value of the
MetadataKey.
- getMetadata() - Method in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
- getMetadata(MetadataKey) - Method in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
- getMetadataKeyPart(ExtensionParameter) - Static method in class org.mule.runtime.module.extension.internal.loader.utils.JavaMetadataKeyIdModelParserUtils
-
- getMetadataKeys(MetadataContext, ReflectionCache) - Method in class org.mule.runtime.module.extension.internal.metadata.MetadataMediator
-
Resolves the list of types available for the Content or Output of the associated MetadataKeyProvider Component,
representing them as a list of MetadataKey.
- getMetadataKeys(MetadataContext, ParameterValueResolver, ReflectionCache) - Method in class org.mule.runtime.module.extension.internal.metadata.MetadataMediator
-
- getMetadataKeys(MetadataContext, MetadataKey, ReflectionCache) - Method in class org.mule.runtime.module.extension.internal.metadata.MetadataMediator
-
- getMetadataKeys() - Method in class org.mule.runtime.module.extension.internal.runtime.config.ConfigurationProviderToolingAdapter
- getMetadataKeys(MetadataKey) - Method in class org.mule.runtime.module.extension.internal.runtime.config.ConfigurationProviderToolingAdapter
-
Implementation for a configuration provider won't take into account the partialKey as it is defined only at the
operation/source level the key.
- getMetadataKeys() - Method in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
- getMetadataKeys(MetadataKey) - Method in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
- getMetadataProperty(Class<T>) - Method in class org.mule.runtime.module.extension.internal.metadata.MuleMetadataKeyAdapter
-
- getMetadataResolverFactory() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.MetadataResolverFactoryModelProperty
-
- getMetadataResolverFactory(EnrichableModel) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
-
- getMetadataType() - Method in class org.mule.runtime.module.extension.internal.loader.ParameterGroupDescriptor
-
- getMetadataType(Class<?>, ClassTypeLoader) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
Returns a
MetadataType representing the given
Class type.
- getMetadataType(Type) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
- getMethod() - Method in interface org.mule.runtime.module.extension.api.loader.java.type.MethodElement
-
- getMethod(String, Class<?>...) - Method in interface org.mule.runtime.module.extension.api.loader.java.type.Type
-
- getMethod() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ImplementingMethodModelProperty
-
- getMethod() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.MethodWrapper
-
- getMethod(String, Class<?>...) - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.TypeWrapper
-
- getMethodArgumentTypes(Method, ClassTypeLoader) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
Returns an array of
MetadataType representing each of the given
Method's argument types.
- getMethodReturnAttributesType(MethodElement) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
Returns a MetadataType representing the Result.getAttributes() that will be set after executing the given
method.
- getMethodReturnType(MethodElement) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
- getMethodsAnnotatedWith(Class<?>, Class<? extends Annotation>) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
Returns all the methods in the declaringClass which are annotated with annotationType, including those
declared in super classes.
- getMethodsAnnotatedWith(Class<?>, Class<? extends Annotation>, boolean) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
Returns all the methods in the declaringClass which are annotated with annotationType
- getMethodsStream(TypeElement, boolean, ProcessingEnvironment) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
- getMinOccurs() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaNestedRouteModelParser
-
- getMinOccurs() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.NestedRouteModelParser
-
Represents the minimum amount of times that this route can be used inside the owning component.
- getModel() - Method in class org.mule.runtime.module.extension.internal.runtime.config.LifecycleAwareConfigurationInstance
- getModel() - Method in class org.mule.runtime.module.extension.internal.runtime.operation.construct.MuleOperation
-
- getModel() - Method in interface org.mule.runtime.module.extension.internal.runtime.operation.construct.Operation
-
- getModelLoaderDelegate(ExtensionLoadingContext, String) - Method in class org.mule.runtime.module.extension.internal.loader.AbstractExtensionModelLoader
-
- getModelLoaderDelegate(ExtensionLoadingContext, String) - Method in class org.mule.runtime.module.extension.internal.loader.java.AbstractJavaExtensionModelLoader
-
- getModelProperty(Field) - Method in class org.mule.runtime.module.extension.internal.loader.java.enricher.AbstractAnnotatedFieldDeclarationEnricher
-
- getModelProperty(Field) - Method in class org.mule.runtime.module.extension.internal.loader.java.enricher.DefaultEncodingDeclarationEnricher
-
- getModelProperty(Field) - Method in class org.mule.runtime.module.extension.internal.loader.java.enricher.RefNameDeclarationEnricher
-
- getModelProperty(Field) - Method in class org.mule.runtime.module.extension.internal.loader.java.enricher.RuntimeVersionDeclarationEnricher
-
- getModels(String) - Method in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
-
- getMuleContext() - Method in interface org.mule.runtime.module.extension.api.runtime.privileged.ExecutionContextAdapter
-
- getMuleContext() - Method in class org.mule.runtime.module.extension.internal.runtime.AbstractExecutionContextAdapterDecorator
-
- getMuleContext() - Method in class org.mule.runtime.module.extension.internal.runtime.DefaultExecutionContext
- getMutableConfigurationStats(ExecutionContext<?>) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
-
- getName() - Method in class org.mule.runtime.module.extension.api.loader.java.property.CompletableComponentExecutorModelProperty
- getName() - Method in class org.mule.runtime.module.extension.api.loader.java.property.ComponentExecutorModelProperty
-
Deprecated.
- getName() - Method in interface org.mule.runtime.module.extension.api.loader.java.type.ExtensionElement
-
- getName() - Method in class org.mule.runtime.module.extension.api.loader.java.type.PropertyElement.DefaultPropertyElement
-
Returns the component's name
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.annotations.CustomDefinedStaticTypeAnnotation
-
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.info.ExtensionInfo
-
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.CompileTimeModelProperty
-
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ConfigTypeModelProperty
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ConfigurationFactoryModelProperty
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ConnectionProviderFactoryModelProperty
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ConnectionTypeModelProperty
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ConnectivityModelProperty
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.DeclaringMemberModelProperty
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.DefaultEncodingModelProperty
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ExceptionHandlerModelProperty
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ExclusiveOptionalModelProperty
-
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ExportedClassNamesModelProperty
-
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.FieldOperationParameterModelProperty
-
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.FieldsValueProviderFactoryModelProperty
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.FunctionExecutorModelProperty
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.FunctionParameterTypeModelProperty
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ImplementingMethodModelProperty
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ImplementingParameterModelProperty
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ImplementingTypeModelProperty
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.LicenseModelProperty
-
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.MediaTypeModelProperty
-
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.MetadataResolverFactoryModelProperty
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.NullSafeModelProperty
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.oauth.OAuthCallbackValuesModelProperty
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ParameterGroupModelProperty
-
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.QueryParameterModelProperty
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.RequireNameField
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.RuntimeVersionModelProperty
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.SampleDataProviderFactoryModelProperty
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.SdkSourceFactoryModelProperty
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.SourceCallbackModelProperty
-
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.stackabletypes.StackedTypesModelProperty
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ValueProviderFactoryModelProperty
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.property.ExtensionOperationDescriptorModelProperty
-
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.property.ExtensionParameterDescriptorModelProperty
-
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.property.ExtensionTypeDescriptorModelProperty
-
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.ExtensionTypeWrapper
-
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.FieldWrapper
-
Returns the component's name
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.MethodWrapper
-
Returns the component's name
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.ParameterWrapper
-
Returns the component's name
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.TypeWrapper
-
Returns the component's name
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.ParameterGroupDescriptor
-
- getName() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ConfigurationModelParser
-
- getName() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ConnectionProviderModelParser
-
- getName() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ExtensionModelParser
-
- getName() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.FunctionModelParser
-
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.info.RequiresEntitlementInfo
-
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaConfigurationModelParser
-
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaConnectionProviderModelParser
-
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaDeclaredParameterGroupModelParser
-
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaDefaultParameterGroupParser
-
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParser
-
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaFunctionModelParser
-
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaNestedChainModelParser
-
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaNestedRouteModelParser
-
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaOperationModelParser
-
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaParameterModelParser
-
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaSourceModelParser
-
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.stereotypes.CustomStereotypeModelProperty
-
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.stereotypes.SdkStereotypeDefinitionAdapter
-
- getName() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.NestedChainModelParser
-
- getName() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.NestedRouteModelParser
-
- getName() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.OperationModelParser
-
- getName() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ParameterGroupModelParser
-
- getName() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ParameterModelParser
-
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.parser.ParameterModelParserDecorator
-
- getName() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.SourceModelParser
-
- getName() - Method in class org.mule.runtime.module.extension.internal.loader.utils.ParameterGroupInfo
-
- getName() - Method in class org.mule.runtime.module.extension.internal.resources.documentation.XmlExtensionElementDocumentation
-
- getName() - Method in class org.mule.runtime.module.extension.internal.resources.documentation.XmlExtensionParameterDocumentation
-
- getName() - Method in class org.mule.runtime.module.extension.internal.runtime.config.LifecycleAwareConfigurationInstance
- getName() - Method in class org.mule.runtime.module.extension.internal.runtime.config.LifecycleAwareConfigurationProvider
- getName() - Method in class org.mule.runtime.module.extension.internal.runtime.source.SourceAdapter
-
- getNamedObject(List<T>, String) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
-
- getNamespace() - Method in class org.mule.runtime.module.extension.internal.loader.parser.BaseErrorModelParser
-
- getNamespace() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ErrorModelParser
-
- getNamespace() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ExtensionModelParser
-
- getNamespace() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParser
-
- getNamespace() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.stereotypes.SdkStereotypeDefinitionAdapter
-
- getNamespace() - Method in class org.mule.runtime.module.extension.internal.loader.parser.XmlDslConfiguration
-
- getNestedChainParser() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaOperationModelParser
-
- getNestedChainParser() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.OperationModelParser
-
- getNestedComponentsAsResolverSet(ComponentModel) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ParametersResolver
-
- getNestedRouteParsers() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaOperationModelParser
-
- getNestedRouteParsers() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.OperationModelParser
-
- getNotificationActions() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.notification.SdkNotificationActionProviderAdapter
-
- getNotificationModel(String) - Method in class org.mule.runtime.module.extension.internal.loader.delegate.DefaultExtensionModelLoaderDelegate
-
- getNotificationModels() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ExtensionModelParser
-
- getNotificationModels() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParser
-
- getNotificationsFunctions() - Method in interface org.mule.runtime.module.extension.internal.runtime.source.legacy.AugmentedLegacySourceCallbackContext
-
Retrieves the notification functions.
- getNotificationsFunctions() - Method in class org.mule.runtime.module.extension.internal.runtime.source.legacy.LegacySourceCallbackContextAdapter
-
- getNotificationsFunctions() - Method in class org.mule.runtime.module.extension.internal.runtime.source.legacy.SdkSourceCallBackContextAdapter
-
- getNotificationsFunctions() - Method in interface org.mule.runtime.module.extension.internal.runtime.source.SourceCallbackContextAdapter
-
Retrieves the notification functions.
- getNullSafeDefaultImplementedType(Field) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
- getNumberValue(Function<A, N>) - Method in interface org.mule.runtime.module.extension.api.loader.java.type.AnnotationValueFetcher
-
- getNumberValue(Function<T, N>) - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.ClassBasedAnnotationValueFetcher
-
- getOAuthConnectionProvider(ExecutionContextAdapter) - Static method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ExtensionsOAuthUtils
-
- getOAuthConnectionProvider(ConnectionProvider) - Static method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ExtensionsOAuthUtils
-
- getOAuthContext(AuthorizationCodeConfig) - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode.AuthorizationCodeOAuthHandler
-
- getOAuthContext(ClientCredentialsConfig) - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.clientcredentials.ClientCredentialsOAuthHandler
-
- getOAuthContext(PlatformManagedOAuthConfig) - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs.PlatformManagedOAuthHandler
-
- getOAuthModelProperty() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ConnectionProviderModelParser
-
- getOAuthModelProperty() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaConnectionProviderModelParser
-
- getOAuthParameterModelProperty() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaParameterModelParser
-
- getOAuthParameterModelProperty() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ParameterModelParser
-
- getOAuthParameterModelProperty() - Method in class org.mule.runtime.module.extension.internal.loader.parser.ParameterModelParserDecorator
-
- getOAuthStateSetter(Object, List<Class<?>>, OAuthGrantType) - Static method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ExtensionsOAuthUtils
-
Returns a
FieldSetter capable of setting a
OAuthState field on the given
target.
- getObjectBuilder() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ConnectionProviderResolver
-
- getObjectBuilder() - Method in interface org.mule.runtime.module.extension.internal.runtime.resolver.ConnectionProviderValueResolver
-
- getObjectStore() - Method in class org.mule.runtime.module.extension.internal.store.LazyObjectStoreToMapAdapter
-
- getObjectStore(String) - Method in class org.mule.runtime.module.extension.internal.store.SdkObjectStoreManagerAdapter
-
- getObjectStoreName() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.OAuthObjectStoreConfig
-
- getObjectType() - Method in class org.mule.runtime.module.extension.internal.loader.java.DefaultConnectionProviderFactory
- getObjectType() - Method in class org.mule.runtime.module.extension.internal.loader.java.TypeAwareConfigurationFactory
- getOnBackPressureCallbackParser() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaSourceModelParser
-
- getOnBackPressureCallbackParser() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.SourceModelParser
-
- getOnBackPressureMethod() - Method in interface org.mule.runtime.module.extension.api.loader.java.type.SourceElement
-
- getOnBackPressureMethod() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.SourceCallbackModelProperty
-
- getOnBackPressureMethod() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.SourceTypeWrapper
-
- getOnErrorCallbackParser() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaSourceModelParser
-
- getOnErrorCallbackParser() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.SourceModelParser
-
- getOnErrorMethod() - Method in interface org.mule.runtime.module.extension.api.loader.java.type.SourceElement
-
- getOnErrorMethod() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.SourceCallbackModelProperty
-
- getOnErrorMethod() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.SourceTypeWrapper
-
- getOnResponseMethod() - Method in interface org.mule.runtime.module.extension.api.loader.java.type.SourceElement
-
- getOnResponseMethod() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.SourceTypeWrapper
-
- getOnSuccessCallbackParser() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaSourceModelParser
-
- getOnSuccessCallbackParser() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.SourceModelParser
-
- getOnSuccessMethod() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.SourceCallbackModelProperty
-
- getOnTerminateCallbackParser() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaSourceModelParser
-
- getOnTerminateCallbackParser() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.SourceModelParser
-
- getOnTerminateMethod() - Method in interface org.mule.runtime.module.extension.api.loader.java.type.SourceElement
-
- getOnTerminateMethod() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.SourceCallbackModelProperty
-
- getOnTerminateMethod() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.SourceTypeWrapper
-
- getOperationAttributesMetadataType() - Method in interface org.mule.runtime.module.extension.api.loader.java.type.OperationElement
-
- getOperationAttributesType(OperationElement) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.type.CustomStaticTypeUtils
-
resolves the attributes type of a given operation.
- getOperationContainers() - Method in interface org.mule.runtime.module.extension.api.loader.java.type.WithOperationContainers
-
- getOperationElement() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.property.ExtensionOperationDescriptorModelProperty
-
- getOperationEvent() - Method in class org.mule.runtime.module.extension.internal.runtime.execution.SdkInternalContext.OperationExecutionParams
-
- getOperationExecutionParams(ComponentLocation, String) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.SdkInternalContext
-
- getOperationExecutionParams() - Method in class org.mule.runtime.module.extension.internal.runtime.execution.SdkInternalContext.LocationSpecificSdkInternalContext
-
- getOperationExecutionParams(CoreEvent) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessor
-
- getOperationExecutorFactory(T) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
-
- getOperationModel() - Method in class org.mule.runtime.module.extension.internal.runtime.client.operation.OperationKey
-
- getOperationModelParsers() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ExtensionModelParser
-
- getOperationModelParsers() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParser
-
- getOperationOutputType(OperationElement) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.type.CustomStaticTypeUtils
-
resolves the output type of a given operation.
- getOperationParsers() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ConfigurationModelParser
-
- getOperationParsers() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaConfigurationModelParser
-
- getOperationParsers(JavaExtensionModelParser, ExtensionElement, WithOperationContainers, ExtensionLoadingContext) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParserUtils
-
- getOperationReturnMetadataType() - Method in interface org.mule.runtime.module.extension.api.loader.java.type.OperationElement
-
- getOperations() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.ExtensionTypeWrapper
- getOperations() - Method in class org.mule.runtime.module.extension.internal.resources.documentation.XmlExtensionDocumentation
-
- getOrCreateObjectStore(String, ObjectStoreSettings) - Method in class org.mule.runtime.module.extension.internal.store.SdkObjectStoreManagerAdapter
-
- getOrgId() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs.PlatformManagedOAuthConfig
-
- getOriginalEvent() - Method in class org.mule.runtime.module.extension.internal.runtime.operation.ImmutableProcessorChainExecutor
-
- getOriginalEvent() - Method in class org.mule.runtime.module.extension.internal.runtime.operation.ImmutableProcessorChildContextChainExecutor
-
- getOriginalEvent() - Method in interface org.mule.runtime.module.extension.internal.runtime.operation.ProcessorChainExecutor
-
- getOutput() - Method in class org.mule.runtime.module.extension.api.runtime.privileged.EventedResult
-
- getOutput() - Method in class org.mule.runtime.module.extension.api.runtime.privileged.EventedSdkResult
-
- getOutput() - Method in class org.mule.runtime.module.extension.internal.runtime.source.legacy.LegacyResultAdapter
-
- getOutputAttributesResolver() - Method in class org.mule.runtime.module.extension.internal.metadata.QueryMetadataResolverFactory
- getOutputMetadata(MetadataContext, MetadataKey) - Method in class org.mule.runtime.module.extension.internal.metadata.MetadataMediator
-
- getOutputMetadata(MetadataKey) - Method in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
-
- getOutputResolver() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaOutputResolverModelParser
-
- getOutputResolver() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.OutputResolverModelParser
-
- getOutputResolver() - Method in class org.mule.runtime.module.extension.internal.metadata.DefaultMetadataScopeAdapter
-
- getOutputResolver() - Method in interface org.mule.runtime.module.extension.internal.metadata.MetadataScopeAdapter
-
- getOutputResolver() - Method in class org.mule.runtime.module.extension.internal.metadata.QueryMetadataResolverFactory
- getOutputType() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.FunctionModelParser
-
- getOutputType() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.OperationModelParser
-
- getOutputType() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.SourceModelParser
-
- getOutputType(MetadataContext, Object) - Method in class org.mule.runtime.module.extension.internal.metadata.MuleOutputTypeResolverAdapter
-
- getOwnerConfigName() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.OAuthConfig
-
- getOwnerConfigName() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs.PlatformManagedOAuthConnectionProvider
-
- getOwnerDescription() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.FieldWrapper
- getOwnerDescription() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.ParameterWrapper
- getOwningExtensionName() - Method in interface org.mule.runtime.module.extension.internal.runtime.source.SourceCallbackAdapter
-
- getOwningSourceName() - Method in interface org.mule.runtime.module.extension.internal.runtime.source.SourceCallbackAdapter
-
- getPagingProviderTypes(ResolvableType) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
Introspects a PagingProvider type and returns their generics.
- getPagingProviderTypes(Type) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
Introspects a PagingProvider type and returns their generics.
- getPagingResultTransformer(OperationModel, ExtensionConnectionSupplier, boolean) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
-
- getParameter() - Method in interface org.mule.runtime.module.extension.api.loader.java.type.ParameterElement
-
- getParameter() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ImplementingParameterModelProperty
-
- getParameter() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.ParameterWrapper
-
- getParameter(String) - Method in class org.mule.runtime.module.extension.internal.runtime.AbstractExecutionContextAdapterDecorator
-
- getParameter(String) - Method in class org.mule.runtime.module.extension.internal.runtime.DefaultExecutionContext
- getParameter(String) - Method in class org.mule.runtime.module.extension.internal.runtime.LazyExecutionContext
- getParameterClasses(ExtensionModel, ClassLoader) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
Traverses through all the
ParameterModels of the
extensionModel and returns the
classes that
are modeled by each parameter's
Typed.getType().
- getParameterExtractors() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.OAuthConfig
-
- getParameterExtractors(OAuthConfig) - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.OAuthHandler
-
- getParameterExtractors(Map<Field, String>) - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.OAuthHandler
-
- getParameterFields(ParameterizableTypeElement) - Static method in class org.mule.runtime.module.extension.internal.loader.utils.ParameterUtils
-
- getParameterGroupFields(ParameterizableTypeElement) - Static method in class org.mule.runtime.module.extension.internal.loader.utils.ParameterUtils
-
- getParameterGroupInfo(ExtensionParameter) - Static method in class org.mule.runtime.module.extension.internal.util.ParameterGroupUtils
-
Given a map that holds as key annotations classes, and as value an instance of that annotation class.
- getParameterGroupModelParsers() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ConnectionProviderModelParser
-
- getParameterGroupModelParsers() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.FunctionModelParser
-
- getParameterGroupModelParsers() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaConnectionProviderModelParser
-
- getParameterGroupModelParsers() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaFunctionModelParser
-
- getParameterGroupModelParsers() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaNestedRouteModelParser
-
- getParameterGroupModelParsers() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaOperationModelParser
-
- getParameterGroupModelParsers() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaSourceModelParser
-
- getParameterGroupModelParsers() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.NestedRouteModelParser
-
- getParameterGroupModelParsers() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.OperationModelParser
-
- getParameterGroupModelParsers() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.SourceModelParser
-
- getParameterGroupModelParsers() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.SourceModelParser.SourceCallbackModelParser
-
- getParameterGroupParsers() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ConfigurationModelParser
-
- getParameterGroupParsers() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaConfigurationModelParser
-
- getParameterGroupParsers(List<? extends ExtensionParameter>, ParameterDeclarationContext) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParserUtils
-
- getParameterGroups() - Method in interface org.mule.runtime.module.extension.api.loader.java.type.ParameterizableTypeElement
- getParameterGroups() - Method in interface org.mule.runtime.module.extension.api.loader.java.type.WithParameters
-
- getParameterGroups() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.MethodWrapper
- getParameterGroups(WithParameters) - Static method in class org.mule.runtime.module.extension.internal.loader.utils.ParameterUtils
-
- getParameterModelsLoaderDelegate() - Method in class org.mule.runtime.module.extension.internal.loader.delegate.DefaultExtensionModelLoaderDelegate
-
- getParameterName() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.InjectableParameterInfo
-
- getParameterName() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.InputResolverModelParser
-
- getParameterName() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaInputResolverModelParser
-
- getParameterName(FieldValueProviderModel) - Static method in class org.mule.runtime.module.extension.internal.loader.utils.FieldValueProviderNameUtils
-
- getParameterName() - Method in exception org.mule.runtime.module.extension.internal.runtime.exception.RequiredParameterNotSetException
-
- getParameterNameFromExtractionExpression(String) - Static method in class org.mule.runtime.module.extension.internal.value.ValueProviderUtils
-
Retrieves the name of the parameter an extraction expression is referring to
- getParameterOrDefault(String, T) - Method in class org.mule.runtime.module.extension.internal.runtime.AbstractExecutionContextAdapterDecorator
-
- getParameterOrDefault(String, T) - Method in class org.mule.runtime.module.extension.internal.runtime.DefaultExecutionContext
- getParameterOrDefault(String, T) - Method in class org.mule.runtime.module.extension.internal.runtime.LazyExecutionContext
- getParameterOrDefault(ExecutionContext<? extends ComponentModel>, ParameterGroupModel, ParameterModel, T, ReflectionCache) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
Returns the value associated to a parameter with model parameterModel on the group parameterGroupModel or
defaultValue if such parameter is not present
- getParameterParsers() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ParameterGroupModelParser
-
- getParameters() - Method in interface org.mule.runtime.module.extension.api.loader.java.type.ParameterizableTypeElement
- getParameters() - Method in interface org.mule.runtime.module.extension.api.loader.java.type.WithParameters
-
- getParameters() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.MethodWrapper
- getParameters() - Method in class org.mule.runtime.module.extension.internal.resources.documentation.XmlExtensionElementDocumentation
-
- getParameters() - Method in class org.mule.runtime.module.extension.internal.runtime.AbstractExecutionContextAdapterDecorator
-
- getParameters() - Method in class org.mule.runtime.module.extension.internal.runtime.config.ResolverSetBasedParameterResolver
-
- getParameters() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.ConnectionProviderSettings
-
- getParameters() - Method in class org.mule.runtime.module.extension.internal.runtime.DefaultExecutionContext
- getParameters() - Method in class org.mule.runtime.module.extension.internal.runtime.execution.SdkInternalContext.OperationExecutionParams
-
- getParameters() - Method in class org.mule.runtime.module.extension.internal.runtime.LazyExecutionContext
- getParameters() - Method in class org.mule.runtime.module.extension.internal.runtime.objectbuilder.DefaultObjectBuilder
-
- getParameters() - Method in class org.mule.runtime.module.extension.internal.runtime.operation.OperationParameterValueResolver
-
- getParameters() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ObjectBasedParameterValueResolver
-
- getParameters() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ObjectBuilderValueResolver
-
- getParameters() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ParametersResolver
-
- getParameters() - Method in interface org.mule.runtime.module.extension.internal.runtime.resolver.ParameterValueResolver
-
- getParameters() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.StaticParameterValueResolver
-
- getParametersAnnotatedWith(Class<? extends Annotation>) - Method in interface org.mule.runtime.module.extension.api.loader.java.type.ParameterizableTypeElement
- getParametersAnnotatedWith(Class<? extends Annotation>) - Method in interface org.mule.runtime.module.extension.api.loader.java.type.WithParameters
-
- getParametersAnnotatedWith(Class<? extends Annotation>) - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.MethodWrapper
- getParametersAsResolverSet(ParameterizedModel, MuleContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ParametersResolver
-
- getParametersAsResolverSet(MuleContext, ParameterizedModel, List<ParameterGroupModel>) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ParametersResolver
-
- getParametersAsResolverSet(ParameterizedModel, List<ParameterModel>, MuleContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ParametersResolver
-
- getParametersAsResolverSet(List<ParameterGroupModel>, List<ParameterModel>, MuleContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ParametersResolver
-
- getParameterType(ExtensionParameter) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.type.CustomStaticTypeUtils
-
resolves type of a given parameter.
- getParameterValue(String) - Method in class org.mule.runtime.module.extension.internal.runtime.config.ResolverSetBasedParameterResolver
-
- getParameterValue(String) - Method in class org.mule.runtime.module.extension.internal.runtime.objectbuilder.DefaultObjectBuilder
-
- getParameterValue(String) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.OperationParameterValueResolver
- getParameterValue(String) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ObjectBasedParameterValueResolver
-
- getParameterValue(String) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ObjectBuilderValueResolver
- getParameterValue(String) - Method in interface org.mule.runtime.module.extension.internal.runtime.resolver.ParameterValueResolver
-
- getParameterValue(String) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.StaticParameterValueResolver
-
- getParameterValue(Object, ParameterModel, ReflectionCache) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
Returns the value for the given parameter of an object instance
- getParameterValueResolver() - Method in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
-
- getParameterValueResolver() - Method in class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessor
-
- getParameterValueResolver() - Method in class org.mule.runtime.module.extension.internal.runtime.source.ExtensionMessageSource
-
- getParamNames(Method) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.MuleExtensionAnnotationParser
-
- getParent() - Method in class org.mule.runtime.module.extension.internal.error.ErrorTypeDefinitionParserAdapter
-
- getParent() - Method in class org.mule.runtime.module.extension.internal.error.SdkErrorTypeDefinitionAdapter
-
- getParent() - Method in class org.mule.runtime.module.extension.internal.loader.parser.BaseErrorModelParser
-
- getParent() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ErrorModelParser
-
- getParent() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.stereotypes.SdkStereotypeDefinitionAdapter
-
- getParentExtensionManager() - Method in class org.mule.runtime.module.extension.internal.manager.CompositeArtifactExtensionManager
-
- getPartName() - Method in class org.mule.runtime.module.extension.internal.metadata.MuleMetadataKeyAdapter
-
- getPartName() - Method in class org.mule.runtime.module.extension.internal.value.MuleValueAdapter
-
- getPartName() - Method in class org.mule.runtime.module.extension.internal.value.SdkValueAdapter
-
- getPassword() - Method in class org.mule.runtime.module.extension.internal.runtime.security.adapter.MuleCredentialsAdapter
-
- getPassword() - Method in class org.mule.runtime.module.extension.internal.runtime.security.adapter.SdkCredentialsAdapter
-
- getPlatformAuthUrl() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs.PlatformManagedOAuthConfig
-
- getPlatformManagedOAuthHandler() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.ConnectionProviderSettings
-
- getPolicyToApply(ComponentLocation, String) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.SdkInternalContext
-
- getPolicyToApply() - Method in class org.mule.runtime.module.extension.internal.runtime.execution.SdkInternalContext.LocationSpecificSdkInternalContext
-
- getPoolingProfile() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.ConnectionProviderSettings
-
- getPoolingProfile() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs.PlatformManagedOAuthConnectionProvider
-
- getPrefix() - Method in class org.mule.runtime.module.extension.internal.loader.parser.XmlDslConfiguration
-
- getPrincipal() - Method in class org.mule.runtime.module.extension.internal.runtime.security.adapter.MuleAuthenticationAdapter
-
- getPrincipal() - Method in class org.mule.runtime.module.extension.internal.runtime.security.adapter.SdkAuthenticationAdapter
-
- getPrivilegedArtifacts() - Method in class org.mule.runtime.module.extension.internal.resources.manifest.ExportedPackagesCollector
-
- getPrivilegedExportedArtifacts() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ExtensionModelParser
-
- getPrivilegedExportedArtifacts() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParser
-
- getPrivilegedExportedPackages() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ExtensionModelParser
-
- getPrivilegedExportedPackages() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParser
-
- getPrivilegedExportedPackages() - Method in class org.mule.runtime.module.extension.internal.resources.manifest.ExportedPackagesCollector
-
- getProcessingType() - Method in class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessor
-
- getProcessorParentStereotype() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.stereotypes.DefaultStereotypeModelFactory
-
- getProcessorParentStereotype() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.StereotypeModelFactory
-
- getProperties() - Method in interface org.mule.runtime.module.extension.api.loader.java.type.Type
-
- getProperties() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.TypeWrapper
-
- getProperties() - Method in class org.mule.runtime.module.extension.internal.metadata.MuleMetadataKeyAdapter
-
- getProperties() - Method in class org.mule.runtime.module.extension.internal.runtime.security.adapter.MuleAuthenticationAdapter
-
- getProperties() - Method in class org.mule.runtime.module.extension.internal.runtime.security.adapter.SdkAuthenticationAdapter
-
- getProperty(String) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ValueResolvingContext
-
- getPropertyDescriptors(Class<?>) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
- getQueryEntityResolver() - Method in class org.mule.runtime.module.extension.internal.metadata.QueryMetadataResolverFactory
- getQueryParams() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.BaseOAuthConnectionProviderObjectBuilder.CustomOAuthParameters
-
- getQueryTranslator() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.QueryParameterModelProperty
-
- getReconnectionConfig() - Method in class org.mule.runtime.module.extension.internal.runtime.config.ClassLoaderConnectionProviderWrapper
-
- getReconnectionConfig() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.ConnectionProviderSettings
-
- getReconnectionConfig() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs.PlatformManagedOAuthConnectionProvider
-
- getReflectionCache() - Method in class org.mule.runtime.module.extension.internal.manager.DefaultExtensionManager
-
- getReflectionCache() - Method in class org.mule.runtime.module.extension.internal.runtime.objectbuilder.ResolverSetBasedObjectBuilder
-
- getRefNameFieldSetter(Object, ReflectionCache) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
Returns
FieldSetter for a field in the
target annotated
RefName or
RefName if present.
- getRefreshToken() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode.ImmutableAuthorizationCodeState
-
- getRefreshToken() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode.UpdatingAuthorizationCodeState
-
- getRefreshToken() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs.PlatformAuthorizationCodeStateAdapter
-
- getRemoteTraceContextMap() - Method in class org.mule.runtime.module.extension.internal.runtime.parameter.PropagateAllDistributedTraceContextManager
-
- getRemoteTraceContextMap() - Method in class org.mule.runtime.module.extension.internal.runtime.source.trace.DefaultDistributedSourceTraceContext
-
- getRequiredEntitlement() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.LicenseModelProperty
-
- getRequiredParameters() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.SampleDataProviderFactoryModelProperty
-
- getRequiredParameters() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ValueProviderFactoryModelProperty
-
- getRequiresEnterpriseLicenseInfo(ExtensionElement) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParserUtils
-
- getRequiresEntitlementInfo(ExtensionElement) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParserUtils
-
- getResolutionResult(ComponentLocation, String) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.SdkInternalContext
-
- getResolutionResult() - Method in class org.mule.runtime.module.extension.internal.runtime.execution.SdkInternalContext.LocationSpecificSdkInternalContext
-
- getResolver() - Method in class org.mule.runtime.module.extension.internal.config.resolver.BasicTypeValueResolverFactoryTypeVisitor
-
- getResolver(ValueResolver) - Method in interface org.mule.runtime.module.extension.internal.loader.java.property.stackabletypes.StackableType.DelegateResolverFactory
-
- getResolver(String, Class<T>) - Method in interface org.mule.runtime.module.extension.internal.loader.java.property.stackabletypes.StackableType.ExpressionBasedResolverFactory
-
- getResolver(Object) - Method in interface org.mule.runtime.module.extension.internal.loader.java.property.stackabletypes.StackableType.StaticResolverFactory
-
- getResolverName() - Method in class org.mule.runtime.module.extension.internal.metadata.MuleAttributesTypeResolverAdapter
-
- getResolverName() - Method in class org.mule.runtime.module.extension.internal.metadata.MuleInputTypeResolverAdapter
-
- getResolverName() - Method in class org.mule.runtime.module.extension.internal.metadata.MuleOutputTypeResolverAdapter
-
- getResolverName() - Method in class org.mule.runtime.module.extension.internal.metadata.MuleTypeKeysResolverAdapter
-
- getResolverName() - Method in class org.mule.runtime.module.extension.internal.metadata.SdkAttributesTypeResolverAdapter
-
- getResolvers() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ResolverSet
-
- getResolverSet() - Method in class org.mule.runtime.module.extension.internal.runtime.config.DefaultImplicitConnectionProviderFactory
-
- getResolverSet() - Method in interface org.mule.runtime.module.extension.internal.runtime.config.ImplicitConnectionProviderFactory
-
- getResolverSet() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ConnectionProviderResolver
- getResolverSet() - Method in interface org.mule.runtime.module.extension.internal.runtime.resolver.ConnectionProviderValueResolver
-
- getResolverSet() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ImplicitConnectionProviderValueResolver
- getResolverSet(Optional<ParameterizedModel>, List<ParameterGroupModel>, List<ParameterModel>, ResolverSet) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ParametersResolver
-
- getResolverSet() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.StaticConnectionProviderResolver
-
- getResolverSetFromComponentParameterization(ComponentParameterization<?>, MuleContext, boolean, ReflectionCache, ExpressionManager, String) - Static method in class org.mule.runtime.module.extension.internal.runtime.resolver.ResolverSetUtils
-
Creates a
ResolverSet of a
ParameterizedModel based on static values of its parameters.
- getResolverSetFromStaticValues(ParameterizedModel, Map<String, Object>, MuleContext, boolean, ReflectionCache, ExpressionManager, String) - Static method in class org.mule.runtime.module.extension.internal.runtime.resolver.ResolverSetUtils
-
Creates a
ResolverSet of a
ParameterizedModel based on static values of its parameters.
- getResolvingContextFor(CoreEvent) - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.BaseOAuthConnectionProviderObjectBuilder
-
- getResource(Object) - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.ExtensionTransaction
- getResourceOwnerId() - Method in class org.mule.runtime.module.extension.api.runtime.connectivity.oauth.ImmutableAuthCodeRequest
-
- getResourceOwnerId() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode.AuthorizationCodeConfig
-
- getResourceOwnerId() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode.ImmutableAuthorizationCodeState
-
- getResourceOwnerId() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode.UpdatingAuthorizationCodeState
-
- getResourceOwnerId() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.BaseOAuthConnectionProviderWrapper
-
- getResourceOwnerId() - Method in interface org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.OAuthConnectionProviderWrapper
-
- getResourceOwnerId() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs.PlatformAuthorizationCodeStateAdapter
-
- getResourceOwnerId() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs.PlatformManagedOAuthConnectionProvider
-
- getResourceType() - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.ExtensionTransaction
- getRetryPolicyTemplate() - Method in interface org.mule.runtime.module.extension.api.runtime.privileged.ExecutionContextAdapter
-
- getRetryPolicyTemplate() - Method in class org.mule.runtime.module.extension.internal.runtime.AbstractExecutionContextAdapterDecorator
-
- getRetryPolicyTemplate() - Method in class org.mule.runtime.module.extension.internal.runtime.client.operation.DefaultOperationParameterizer
-
- getRetryPolicyTemplate() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs.PlatformManagedOAuthConnectionProvider
-
- getRetryPolicyTemplate() - Method in class org.mule.runtime.module.extension.internal.runtime.DefaultExecutionContext
- getRetryPolicyTemplateResolver() - Method in class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessor
-
- getReturnMetadataType() - Method in interface org.mule.runtime.module.extension.api.loader.java.type.MethodElement
-
- getReturnMetadataType() - Method in interface org.mule.runtime.module.extension.api.loader.java.type.SourceElement
-
- getReturnType() - Method in interface org.mule.runtime.module.extension.api.loader.java.type.SourceElement
-
- getReturnType() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.MethodWrapper
-
- getReturnType(Type) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
- getRole() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaParameterModelParser
-
- getRole() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ParameterModelParser
-
- getRole() - Method in class org.mule.runtime.module.extension.internal.loader.parser.ParameterModelParserDecorator
-
- getRoles() - Method in class org.mule.runtime.module.extension.internal.runtime.security.adapter.MuleCredentialsAdapter
-
- getRoles() - Method in class org.mule.runtime.module.extension.internal.runtime.security.adapter.SdkCredentialsAdapter
-
- getRoutes(MethodElement) - Static method in class org.mule.runtime.module.extension.internal.loader.utils.JavaModelLoaderUtils
-
- getSampleData(Location) - Method in class org.mule.runtime.module.extension.internal.data.sample.MuleSampleDataService
- getSampleData(String, String, Map<String, Object>, Supplier<Optional<ConfigurationInstance>>) - Method in class org.mule.runtime.module.extension.internal.data.sample.MuleSampleDataService
- getSampleData(ParameterValueResolver, Supplier<Object>, Supplier<Object>) - Method in class org.mule.runtime.module.extension.internal.data.sample.SampleDataProviderMediator
-
Resolves the sample data
- getSampleData(ParameterValueResolver, Supplier<Object>, Supplier<Object>, Supplier<ConnectionProvider>) - Method in class org.mule.runtime.module.extension.internal.data.sample.SampleDataProviderMediator
-
Resolves the sample data
- getSampleData() - Method in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
- getSampleDataProviderClass() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.SampleDataProviderFactoryModelProperty
-
- getSampleDataProviderId(Class<? extends SampleDataProvider>) - Static method in class org.mule.runtime.module.extension.internal.data.sample.SampleDataUtils
-
Creates an instance of the given SampleDataProvider class and retrieves its id.
- getScope() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode.AuthorizationCodeConfig
-
- getScope() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.clientcredentials.ClientCredentialsConfig
-
- getScopes() - Method in class org.mule.runtime.module.extension.api.runtime.connectivity.oauth.ImmutableAuthCodeRequest
-
- getSdkSourceFactory(SourceModel) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
-
- getSecurityContext() - Method in interface org.mule.runtime.module.extension.api.runtime.privileged.ExecutionContextAdapter
-
The security context for this session.
- getSecurityContext() - Method in class org.mule.runtime.module.extension.internal.runtime.AbstractExecutionContextAdapterDecorator
-
- getSecurityContext() - Method in class org.mule.runtime.module.extension.internal.runtime.DefaultExecutionContext
-
- getSemanticTerms() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaConnectionProviderModelParser
-
- getSemanticTerms() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaFunctionModelParser
-
- getSemanticTerms() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaNestedChainModelParser
-
- getSemanticTerms() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaNestedRouteModelParser
-
- getSemanticTerms() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaOperationModelParser
-
- getSemanticTerms() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaParameterModelParser
-
- getSemanticTerms() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaSourceModelParser
-
- getSemanticTerms() - Method in class org.mule.runtime.module.extension.internal.loader.parser.ParameterModelParserDecorator
-
- getSemanticTerms() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.SemanticTermsParser
-
- getServiceUrl() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs.PlatformManagedOAuthConfig
-
- getSession() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ValueResolvingContext
-
- getShowInDslParameters(ParameterizedModel) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
Given a ParameterizedModel iterates over all the parameter groups show in dsl and returns a mapping of parameter name
and parameter group name.
- getSinceMuleVersionModelProperty() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ConfigurationModelParser
-
- getSinceMuleVersionModelProperty() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ConnectionProviderModelParser
-
- getSinceMuleVersionModelProperty() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ExtensionModelParser
-
- getSinceMuleVersionModelProperty() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.FunctionModelParser
-
- getSinceMuleVersionModelProperty() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaConfigurationModelParser
-
- getSinceMuleVersionModelProperty() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaConnectionProviderModelParser
-
- getSinceMuleVersionModelProperty() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParser
-
- getSinceMuleVersionModelProperty(ExtensionParameter) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParserUtils
-
- getSinceMuleVersionModelProperty(FunctionElement) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParserUtils
-
- getSinceMuleVersionModelProperty(OperationElement) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParserUtils
-
- getSinceMuleVersionModelProperty(SourceElement) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParserUtils
-
- getSinceMuleVersionModelProperty(ConnectionProviderElement) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParserUtils
-
- getSinceMuleVersionModelProperty(ComponentElement) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParserUtils
-
- getSinceMuleVersionModelProperty(ExtensionElement) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParserUtils
-
- getSinceMuleVersionModelProperty() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaFunctionModelParser
-
- getSinceMuleVersionModelProperty() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaOperationModelParser
-
- getSinceMuleVersionModelProperty() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaParameterModelParser
-
- getSinceMuleVersionModelProperty() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaSourceModelParser
-
- getSinceMuleVersionModelProperty() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.OperationModelParser
-
- getSinceMuleVersionModelProperty() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ParameterModelParser
-
- getSinceMuleVersionModelProperty() - Method in class org.mule.runtime.module.extension.internal.loader.parser.ParameterModelParserDecorator
-
- getSinceMuleVersionModelProperty() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.SourceModelParser
-
- getSize() - Method in class org.mule.runtime.module.extension.internal.runtime.streaming.PagingProviderProducer
-
Returns the total amount of available results informed by delegate
- getSourceAttributesType(SourceElement) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.type.CustomStaticTypeUtils
-
resolves the attribute type of a given source.
- getSourceCallback() - Method in class org.mule.runtime.module.extension.internal.runtime.source.legacy.LegacySourceCallbackContextAdapter
-
- getSourceCallback() - Method in class org.mule.runtime.module.extension.internal.runtime.source.legacy.SdkSourceCallBackContextAdapter
-
- getSourceCallbackContext() - Method in class org.mule.runtime.module.extension.internal.runtime.source.ImmutableBackPressureContext
- getSourceCallbackContext() - Method in class org.mule.runtime.module.extension.internal.runtime.source.legacy.SdkBackPressureContextAdapter
-
- getSourceClusterSupportModelProperty() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaSourceModelParser
-
- getSourceClusterSupportModelProperty() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.SourceModelParser
-
- getSourceConnectionManager() - Method in interface org.mule.runtime.module.extension.internal.runtime.source.SourceCallbackAdapter
-
- getSourceFactoryModelProperty() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaSourceModelParser
-
- getSourceFactoryModelProperty() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.SourceModelParser
-
- getSourceLocation() - Method in interface org.mule.runtime.module.extension.internal.runtime.source.SourceCallbackAdapter
-
- getSourceModelParsers() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ConfigurationModelParser
-
Returns a list with a
SourceModelParser per each source defined in the configuration.
- getSourceModelParsers() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ExtensionModelParser
-
- getSourceModelParsers() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaConfigurationModelParser
-
- getSourceModelParsers() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParser
-
- getSourceName(Class<?>) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
- getSourceOutputType(SourceElement) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.type.CustomStaticTypeUtils
-
resolves the output type of a given source.
- getSourceParameterGroupParsers(List<? extends ExtensionParameter>, ParameterDeclarationContext) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParserUtils
-
- getSourceParameters() - Method in class org.mule.runtime.module.extension.internal.runtime.source.SourceAdapterFactory
-
- getSourceParentStereotype() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.stereotypes.DefaultStereotypeModelFactory
-
- getSourceParentStereotype() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.StereotypeModelFactory
-
- getSourceParsers(ExtensionElement, List<SourceElement>, ExtensionLoadingContext) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParserUtils
-
- getSourceReturnType(Type) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
Returns the MetadataType for a source's output.
- getSources() - Method in interface org.mule.runtime.module.extension.api.loader.java.type.WithMessageSources
-
- getSources() - Method in class org.mule.runtime.module.extension.internal.resources.documentation.XmlExtensionDocumentation
-
- getStackedTypesModelProperty(Set<ModelProperty>) - Static method in class org.mule.runtime.module.extension.internal.loader.java.property.stackabletypes.StackedTypesModelProperty
-
- getState() - Method in class org.mule.runtime.module.extension.api.runtime.connectivity.oauth.ImmutableAuthCodeRequest
-
- getState() - Method in class org.mule.runtime.module.extension.internal.runtime.config.LifecycleAwareConfigurationInstance
-
- getState() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode.ImmutableAuthorizationCodeState
-
- getState() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode.UpdatingAuthorizationCodeState
-
- getState() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs.PlatformAuthorizationCodeStateAdapter
-
- getStaticConfiguration() - Method in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
-
- getStaticValueResolver(Object) - Method in class org.mule.runtime.module.extension.internal.loader.java.property.stackabletypes.StackableTypesValueResolverFactory
-
Given a static value and the stack of
wrapper types, iterates it and creates all the required
ValueResolver and stacks them is necessary.
- getStaticValueResolver(Object, Class) - Method in class org.mule.runtime.module.extension.internal.loader.java.property.stackabletypes.StackableTypesValueResolverFactory
-
Given a static value, the stack of
stacked types and the desired class for the static resolver, if the
class is not found as the root of the parameter type, an
Optional.empty() will be returned.
- getStatistics() - Method in class org.mule.runtime.module.extension.internal.runtime.config.LifecycleAwareConfigurationInstance
- getStereotype(StereotypeModelFactory) - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaConfigurationModelParser
-
- getStereotype(StereotypeModelFactory) - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaConnectionProviderModelParser
-
- getStereotype(StereotypeModelFactory) - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaOperationModelParser
-
- getStereotype(StereotypeModelFactory) - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaSourceModelParser
-
- getStereotype(StereotypeModelFactory) - Method in interface org.mule.runtime.module.extension.internal.loader.parser.StereotypeModelParser
-
- getStereotypeLoaderDelegate() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParser
-
- getStoreConfig() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.OAuthConfig
-
- getStreamingManager() - Method in interface org.mule.runtime.module.extension.api.runtime.privileged.ExecutionContextAdapter
-
- getStreamingManager() - Method in class org.mule.runtime.module.extension.internal.runtime.AbstractExecutionContextAdapterDecorator
-
- getStreamingManager() - Method in class org.mule.runtime.module.extension.internal.runtime.DefaultExecutionContext
- getStringValue(Function<A, String>) - Method in interface org.mule.runtime.module.extension.api.loader.java.type.AnnotationValueFetcher
-
- getStringValue(Function<T, String>) - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.ClassBasedAnnotationValueFetcher
-
- getSubtypeClasses(ExtensionModel, ClassLoader) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
Traverses through all the
object types of the
extension model's
SubTypesModel and returns the
classes that are used behind of each type.
- getSubTypes() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ExtensionModelParser
-
The extension's subtype mappings.
- getSubTypes() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParser
-
- getSuperClassGenerics() - Method in interface org.mule.runtime.module.extension.api.loader.java.type.SourceElement
-
- getSuperClassGenerics() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.SourceTypeWrapper
- getSuperClassGenerics(TypeElement, Class, ProcessingEnvironment) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
- getSuperClassGenerics(Type, Class<?>) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
- getSuperType() - Method in interface org.mule.runtime.module.extension.api.loader.java.type.Type
-
Returns a
Type representing the class that
this type directly extends.
- getSuperType() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.TypeWrapper
-
- getSuperTypeGenerics(Class) - Method in interface org.mule.runtime.module.extension.api.loader.java.type.Type
-
- getSuperTypeGenerics(Class) - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.TypeWrapper
- getTargetObject() - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.XAExtensionTransactionalResource
- getTargetReturnDelegate() - Method in class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessor
-
- getTimeout() - Method in interface org.mule.runtime.module.extension.internal.runtime.source.SourceCallbackAdapter
-
- getTokenUrl() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.clientcredentials.ClientCredentialsConfig
-
- getTransactionalAction() - Method in class org.mule.runtime.module.extension.internal.runtime.source.SourceAdapter
-
- getTransactionConfig() - Method in interface org.mule.runtime.module.extension.api.runtime.privileged.ExecutionContextAdapter
-
- getTransactionConfig() - Method in class org.mule.runtime.module.extension.internal.runtime.AbstractExecutionContextAdapterDecorator
-
- getTransactionConfig() - Method in class org.mule.runtime.module.extension.internal.runtime.DefaultExecutionContext
- getTransactionConfig() - Method in interface org.mule.runtime.module.extension.internal.runtime.source.SourceCallbackAdapter
-
- getTransactionHandle() - Method in class org.mule.runtime.module.extension.internal.runtime.source.legacy.LegacySourceCallbackContextAdapter
-
- getTransactionHandle() - Method in class org.mule.runtime.module.extension.internal.runtime.source.legacy.SdkSourceCallBackContextAdapter
-
- getTransactionManager() - Method in interface org.mule.runtime.module.extension.internal.runtime.source.SourceCallbackAdapter
-
- getTransactionSourceBinder() - Method in interface org.mule.runtime.module.extension.internal.runtime.source.SourceCallbackAdapter
-
- getType() - Method in class org.mule.runtime.module.extension.api.loader.java.type.PropertyElement.DefaultPropertyElement
- getType() - Method in class org.mule.runtime.module.extension.internal.error.AstElementErrorTypeDefinitionAdapter
-
- getType() - Method in class org.mule.runtime.module.extension.internal.error.ErrorTypeDefinitionParserAdapter
-
- getType() - Method in class org.mule.runtime.module.extension.internal.error.SdkErrorTypeDefinitionAdapter
-
- getType() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ImplementingTypeModelProperty
-
- getType() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.InjectableParameterInfo
-
- getType() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.stackabletypes.StackableType
-
- getType() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.property.ExtensionTypeDescriptorModelProperty
-
- getType() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.FieldWrapper
- getType() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.ParameterWrapper
- getType() - Method in class org.mule.runtime.module.extension.internal.loader.ParameterGroupDescriptor
-
- getType() - Method in class org.mule.runtime.module.extension.internal.loader.parser.BaseErrorModelParser
-
- getType() - Method in class org.mule.runtime.module.extension.internal.loader.parser.DefaultOutputModelParser
-
- getType() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ErrorModelParser
-
- getType() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaParameterModelParser
-
- getType() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.OutputModelParser
-
- getType() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ParameterModelParser
-
- getType() - Method in class org.mule.runtime.module.extension.internal.loader.parser.ParameterModelParserDecorator
-
- getType() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ImmutableLiteral
- getTypeBuilder() - Method in class org.mule.runtime.module.extension.internal.metadata.DefaultMetadataContext
- getTypeBuilder() - Method in class org.mule.runtime.module.extension.internal.metadata.MuleMetadataContextAdapter
-
- getTypeBuilder() - Method in class org.mule.runtime.module.extension.internal.metadata.SdkMetadataContextAdapter
-
- getTypeLoader() - Method in class org.mule.runtime.module.extension.internal.metadata.DefaultMetadataContext
- getTypeLoader() - Method in class org.mule.runtime.module.extension.internal.metadata.MuleMetadataContextAdapter
-
- getTypeLoader() - Method in class org.mule.runtime.module.extension.internal.metadata.SdkMetadataContextAdapter
-
- getTypeName() - Method in interface org.mule.runtime.module.extension.api.loader.java.type.Type
-
- getTypeName() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.TypeWrapper
-
- getTypes() - Method in class org.mule.runtime.module.extension.internal.resources.documentation.XmlExtensionDocumentation
-
- getUsername() - Method in class org.mule.runtime.module.extension.internal.runtime.security.adapter.MuleCredentialsAdapter
-
- getUsername() - Method in class org.mule.runtime.module.extension.internal.runtime.security.adapter.SdkCredentialsAdapter
-
- getValidatorStereotype() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.stereotypes.DefaultStereotypeModelFactory
-
- getValidatorStereotype() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.StereotypeModelFactory
-
- getValue() - Method in class org.mule.runtime.module.extension.internal.config.resolver.BasicTypeValueResolverFactoryTypeVisitor
-
- getValue() - Method in class org.mule.runtime.module.extension.internal.runtime.config.LifecycleAwareConfigurationInstance
- getValue() - Method in class org.mule.runtime.module.extension.internal.value.OfValueInformation
-
- getValueFromAnnotation(Class<A>) - Method in interface org.mule.runtime.module.extension.api.loader.java.type.WithAnnotations
-
Returns an optional
AnnotationValueFetcher which encapsulates the logic of obtaining annotations values when
executing with classes or with the Java AST.
- getValueFromAnnotation(Class<A>) - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.FieldWrapper
-
- getValueFromAnnotation(Class<A>) - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.MethodWrapper
-
- getValueFromAnnotation(Class<A>) - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.ParameterWrapper
-
- getValueFromAnnotation(Class<A>) - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.TypeWrapper
-
- getValueProvider() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ValueProviderFactoryModelProperty
-
- getValueProviderId(Class) - Static method in class org.mule.runtime.module.extension.internal.value.ValueProviderUtils
-
Creates an instance of the given ValueProvider class and retrieves its id.
- getValueProviderModels(List<ParameterModel>) - Static method in class org.mule.runtime.module.extension.internal.value.ValueProviderUtils
-
Given a list of ParameterModel retrieves all the parameters that have an associated ValueProviderModel
- getValueResolverFactory() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.stackabletypes.StackedTypesModelProperty
-
- getValueResolvers() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.MapValueResolver
-
- getValueReturnDelegate() - Method in class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessor
-
- getValues(String) - Method in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
- getValues(String, String) - Method in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
-
- getValues(String, ParameterValueResolver) - Method in class org.mule.runtime.module.extension.internal.value.ValueProviderMediator
-
Given the name of a parameter or parameter group, and if the parameter supports it, this will try to resolve the values for the parameter.
- getValues(String, String, ParameterValueResolver) - Method in class org.mule.runtime.module.extension.internal.value.ValueProviderMediator
-
Given the name of a parameter or parameter group and the target path of a field of the parameter, if the parameter supports
it, this will try to resolve the values for the parameter's field.
- getValues(String, ParameterValueResolver, Supplier<Object>, Supplier<Object>) - Method in class org.mule.runtime.module.extension.internal.value.ValueProviderMediator
-
Given the name of a parameter or parameter group, and if the parameter supports it, this will try to resolve the values for the parameter.
- getValues(String, ParameterValueResolver, String, Supplier<Object>, Supplier<Object>) - Method in class org.mule.runtime.module.extension.internal.value.ValueProviderMediator
-
Given the name of a parameter or parameter group and the target path of a field of the parameter, if the parameter supports
it, this will try to resolve the values for the parameter's field.
- getValues(String, ParameterValueResolver, Supplier<Object>, Supplier<Object>, ConnectionProvider) - Method in class org.mule.runtime.module.extension.internal.value.ValueProviderMediator
-
Given the name of a parameter or parameter group, and if the parameter supports it, this will try to resolve the values for the parameter.
- getValues(String, ParameterValueResolver, String, Supplier<Object>, Supplier<Object>, ConnectionProvider) - Method in class org.mule.runtime.module.extension.internal.value.ValueProviderMediator
-
Given the name of a parameter or parameter group and the target path of a field of the parameter, if the parameter supports
it, this will try to resolve the values for the parameter's field.
- getVariable(String) - Method in interface org.mule.runtime.module.extension.api.runtime.privileged.ExecutionContextAdapter
-
Returns the value associated with the key
- getVariable(String) - Method in class org.mule.runtime.module.extension.internal.runtime.AbstractExecutionContextAdapterDecorator
-
- getVariable(String) - Method in class org.mule.runtime.module.extension.internal.runtime.DefaultExecutionContext
-
Returns the value associated with the key
- getVariable(String) - Method in class org.mule.runtime.module.extension.internal.runtime.source.legacy.LegacySourceCallbackContextAdapter
-
- getVariable(String) - Method in class org.mule.runtime.module.extension.internal.runtime.source.legacy.SdkSourceCallBackContextAdapter
-
- getVendor() - Method in interface org.mule.runtime.module.extension.api.loader.java.type.ExtensionElement
-
- getVendor() - Method in class org.mule.runtime.module.extension.internal.loader.java.info.ExtensionInfo
-
- getVendor() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.ExtensionTypeWrapper
-
- getVendor() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ExtensionModelParser
-
- getVendor() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParser
-
- getWatermark() - Method in class org.mule.runtime.module.extension.internal.runtime.source.legacy.LegacyPollContextAdapter
-
- getWrapperValueResolver(ValueResolver) - Method in class org.mule.runtime.module.extension.internal.loader.java.property.stackabletypes.StackableTypesValueResolverFactory
-
Given a static value and the stack of
wrapper types, iterates it and creates all the required
ValueResolver and stacks them is necessary.
- getXmlDslConfiguration() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ExtensionModelParser
-
- getXmlDslConfiguration() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParser
-
- getXmlDslModel(String, String, Optional<XmlDslConfiguration>) - Static method in class org.mule.runtime.module.extension.internal.loader.utils.ModelLoaderUtils
-
- getXmlDslModel(ExtensionElement, String, Optional<XmlDslConfiguration>) - Static method in class org.mule.runtime.module.extension.internal.loader.utils.ModelLoaderUtils
-
- GroupValueSetter - Class in org.mule.runtime.module.extension.internal.util
-
- GroupValueSetter(ParameterGroupDescriptor, Supplier<ReflectionCache>, Supplier<ExpressionManager>) - Constructor for class org.mule.runtime.module.extension.internal.util.GroupValueSetter
-
Creates a new instance that can set values defined in the given group
- IgnoredExtensionParameterModelValidator - Class in org.mule.runtime.module.extension.internal.loader.java.validation
-
ExtensionModelValidator which applies to ExtensionModel and checks if the extension has ParameterModel
and/or ParameterGroupModel, which will be ignored if the extension also has configurations defined via
Configurations
- IgnoredExtensionParameterModelValidator() - Constructor for class org.mule.runtime.module.extension.internal.loader.java.validation.IgnoredExtensionParameterModelValidator
-
- IllegalComponentException - Exception in org.mule.runtime.module.extension.internal.runtime.exception
-
A
RuntimeException which marks that a selected component is not valid or is misconfigured
- IllegalComponentException(String) - Constructor for exception org.mule.runtime.module.extension.internal.runtime.exception.IllegalComponentException
-
- IllegalComponentException(String, Throwable) - Constructor for exception org.mule.runtime.module.extension.internal.runtime.exception.IllegalComponentException
-
- IllegalOperationException - Exception in org.mule.runtime.module.extension.internal.runtime.operation
-
- IllegalOperationException(String) - Constructor for exception org.mule.runtime.module.extension.internal.runtime.operation.IllegalOperationException
-
- IllegalOperationException(String, Throwable) - Constructor for exception org.mule.runtime.module.extension.internal.runtime.operation.IllegalOperationException
-
- IllegalSourceException - Exception in org.mule.runtime.module.extension.internal.runtime.operation
-
- IllegalSourceException(String) - Constructor for exception org.mule.runtime.module.extension.internal.runtime.operation.IllegalSourceException
-
- IllegalSourceException(String, Throwable) - Constructor for exception org.mule.runtime.module.extension.internal.runtime.operation.IllegalSourceException
-
- ImmutableAuthCodeRequest - Class in org.mule.runtime.module.extension.api.runtime.connectivity.oauth
-
Immutable implementation of AuthCodeRequest
- ImmutableAuthCodeRequest(String, String, String, Optional<String>) - Constructor for class org.mule.runtime.module.extension.api.runtime.connectivity.oauth.ImmutableAuthCodeRequest
-
- ImmutableAuthorizationCodeState - Class in org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode
-
Immutable implementation of AuthorizationCodeState
- ImmutableAuthorizationCodeState(String, String, String, String, String, String, String, Optional<String>, String, String) - Constructor for class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode.ImmutableAuthorizationCodeState
-
- ImmutableBackPressureContext - Class in org.mule.runtime.module.extension.internal.runtime.source
-
Immutable implementation of BackPressureContext
- ImmutableBackPressureContext(Event, BackPressureAction, SourceCallbackContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.source.ImmutableBackPressureContext
-
- ImmutableClientCredentialsState - Class in org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.clientcredentials
-
Immutable implementation of ClientCredentialsState
- ImmutableClientCredentialsState(String, String) - Constructor for class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.clientcredentials.ImmutableClientCredentialsState
-
- ImmutableConfigurationState - Class in org.mule.runtime.module.extension.internal.runtime.config
-
Immutable implementation of ConfigurationState
- ImmutableConfigurationState(Map<String, Object>, Map<String, Object>) - Constructor for class org.mule.runtime.module.extension.internal.runtime.config.ImmutableConfigurationState
-
Creates a new instance
- ImmutableCorrelationInfo - Class in org.mule.runtime.module.extension.internal.runtime.parameter
-
Immutable implementation of CorrelationInfo
- ImmutableCorrelationInfo(String, boolean, String, ItemSequenceInfo, CoreEvent) - Constructor for class org.mule.runtime.module.extension.internal.runtime.parameter.ImmutableCorrelationInfo
-
- ImmutableLiteral<T> - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
Immutable implementation of Literal
- ImmutableLiteral(String, Class<T>) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.ImmutableLiteral
-
Creates a new instance
- ImmutableProcessorChainExecutor - Class in org.mule.runtime.module.extension.internal.runtime.operation
-
An implementation of
Chain that wraps a
Processor and allows to execute it
- ImmutableProcessorChainExecutor(StreamingManager, CoreEvent, MessageProcessorChain) - Constructor for class org.mule.runtime.module.extension.internal.runtime.operation.ImmutableProcessorChainExecutor
-
Creates a new immutable instance
- ImmutableProcessorChildContextChainExecutor - Class in org.mule.runtime.module.extension.internal.runtime.operation
-
- ImmutableProcessorChildContextChainExecutor(StreamingManager, CoreEvent, MessageProcessorChain) - Constructor for class org.mule.runtime.module.extension.internal.runtime.operation.ImmutableProcessorChildContextChainExecutor
-
- ImplementingMethodModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.property
-
- ImplementingMethodModelProperty(Method) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.ImplementingMethodModelProperty
-
Creates a new instance referencing the given method
- ImplementingParameterModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.property
-
- ImplementingParameterModelProperty(Parameter) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.ImplementingParameterModelProperty
-
Creates a new instance referencing the given parameter
- ImplementingTypeModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.property
-
- ImplementingTypeModelProperty(Class<?>) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.ImplementingTypeModelProperty
-
Creates a new instance referencing the given type
- IMPLICIT_ARGUMENT_PACKAGES - Static variable in interface org.mule.runtime.module.extension.api.loader.java.type.ExtensionParameter
-
- IMPLICIT_ARGUMENT_TYPES - Static variable in interface org.mule.runtime.module.extension.api.loader.java.type.ExtensionParameter
-
- ImplicitConfigurationProviderFactory - Interface in org.mule.runtime.module.extension.internal.runtime.config
-
Provides implicit configuration providers which are compliant with a ConfigurationModel.
- ImplicitConnectionProviderFactory - Interface in org.mule.runtime.module.extension.internal.runtime.config
-
Creates ConnectionProvider instances which can be implicitly derived from a given ExtensionModel.
- ImplicitConnectionProviderValueResolver<C> - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
- ImplicitConnectionProviderValueResolver(String, ExtensionModel, ConfigurationModel, ReflectionCache, ExpressionManager, MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.ImplicitConnectionProviderValueResolver
-
- ImplicitObjectUtils - Class in org.mule.runtime.module.extension.internal.loader.utils
-
Utilities for creating object with implicit values based on a ParameterizedModel
- InfrastructureTypeResolver - Class in org.mule.runtime.module.extension.internal.loader.java.contributor
-
Resolves whether a
Type is one of the considered as an Infrastructure Type (
InfrastructureTypeMapping)
- InfrastructureTypeResolver() - Constructor for class org.mule.runtime.module.extension.internal.loader.java.contributor.InfrastructureTypeResolver
-
- initialise() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.connection.SdkConnectionProviderAdapter
-
- initialise() - Method in class org.mule.runtime.module.extension.internal.manager.CompositeArtifactExtensionManager
-
- initialise() - Method in class org.mule.runtime.module.extension.internal.manager.DefaultExtensionManager
-
- initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.client.DefaultExtensionsClient
-
- initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.client.NullComponent
-
- initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.client.operation.OperationClient
-
- initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.config.ClassLoaderConnectionProviderWrapper
-
- initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.config.LifecycleAwareConfigurationInstance
-
- initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.config.LifecycleAwareConfigurationProvider
-
Performs dependency injection into all the currently provided configurations, and when needed, fires the
Initialisable.initialise() phase on them
- initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode.AuthorizationCodeOAuthHandler
-
- initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.OAuthHandler
-
- initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs.PlatformManagedOAuthConnectionProvider
-
- initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.execution.deprecated.ReactiveMethodOperationExecutor
-
Deprecated.
- initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.execution.deprecated.ReactiveOperationExecutionWrapper
-
Deprecated.
- initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.execution.GeneratedMethodComponentExecutor
-
- initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.execution.MethodArgumentResolverDelegate
-
- initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
-
- initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.function.ReflectiveExpressionFunctionExecutor
-
- initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.objectbuilder.DefaultObjectBuilder
-
- initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.objectbuilder.ResolverSetBasedObjectBuilder
-
- initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.operation.construct.MuleOperation
-
- initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.CollectionValueResolver
-
- initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ConfigOverrideValueResolverWrapper
-
- initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ConfigurationProviderValueResolver
-
- initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ConnectionProviderResolver
-
- initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ExpressionBasedParameterResolverValueResolver
-
- initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ExpressionTypedValueValueResolver
-
- initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ExpressionValueResolver
-
- initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.LifecycleAwareValueResolverWrapper
-
- initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.MapValueResolver
-
- initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.NullSafeValueResolverWrapper
-
- initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ObjectBuilderValueResolver
-
- initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ParameterResolverValueResolverWrapper
-
- initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ResolverSet
-
- initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.RouteBuilderValueResolver
-
- initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.TypedValueValueResolverWrapper
-
- initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.TypeSafeExpressionValueResolver
-
- initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.TypeSafeValueResolverWrapper
-
- initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.source.legacy.SdkSourceAdapter
-
- initialise() - Method in class org.mule.runtime.module.extension.internal.runtime.source.SourceAdapter
-
- initializeCursorProviderFactoriesIfNeeded(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.StreamingHelperArgumentResolver
-
- InjectableParameterInfo - Class in org.mule.runtime.module.extension.internal.loader.java.property
-
Describes a parameter that can be injected into another component
- InjectableParameterResolver - Class in org.mule.runtime.module.extension.internal.util
-
- InjectableParameterResolver(ParameterizedModel, ParameterValueResolver, ExpressionManager, List<InjectableParameterInfo>) - Constructor for class org.mule.runtime.module.extension.internal.util.InjectableParameterResolver
-
- injectComponentLocation(Object, ComponentLocation) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
Introspects the target object for a field of type ComponentLocation.
- injectDefaultEncoding(EnrichableModel, Object, String) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
Sets the
encoding value into the field of the
target annotated
DefaultEncoding if the
model
contains the
DeclaringMemberModelProperty property and the value is not
null.
- InjectedFieldModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.property
-
Base implementation for
ModelProperty that act over a particular
Field
- InjectedFieldModelProperty(Field) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.InjectedFieldModelProperty
-
Creates a new instance
- InjectedFieldsModelValidator - Class in org.mule.runtime.module.extension.internal.loader.java.validation
-
Validates that the fields which are annotated with
RefName or
DefaultEncoding honor that:
The annotated field is of
String type
There is at most one field annotated per type
- InjectedFieldsModelValidator() - Constructor for class org.mule.runtime.module.extension.internal.loader.java.validation.InjectedFieldsModelValidator
-
- injectFields(EnrichableModel, Object, String, String, MuleVersion) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
Sets the
configName,
encoding and
MuleVersion into the fields of the target annotated with
RefName,
DefaultEncoding and
RuntimeVersion respectively if present and the
model contains
the
DeclaringMemberModelProperty.
- injectFields(Object, String, String, MuleVersion, ReflectionCache) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
Sets the configName, encoding and MuleVersion into the fields of the target annotated with
RefName, DefaultEncoding and RuntimeVersion respectively if present.
- injectRefName(Object, String, ReflectionCache) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
Introspects the target object for a field annotated with RefName or
RefName.
- injectRuntimeVersion(EnrichableModel, Object, MuleVersion) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
Sets the
MuleVersion into the field of the
target annotated
RuntimeVersion if the
model
contains the
DeclaringMemberModelProperty property and the value is not
null.
- InputResolverModelParser - Interface in org.mule.runtime.module.extension.internal.loader.parser
-
Parses the syntactic definition of input resolvers so that the semantics reflected in it can be extracted in a uniform way,
regardless of the actual syntax used by the extension developer.
- INSTANCE - Static variable in class org.mule.runtime.module.extension.internal.loader.parser.java.stereotypes.CustomStereotypeModelProperty
-
- INSTANCE - Static variable in class org.mule.runtime.module.extension.internal.runtime.result.VoidReturnDelegate
-
- INSTANCE - Static variable in class org.mule.runtime.module.extension.internal.runtime.source.NullSourceCallbackExecutor
-
- instantiateObject() - Method in class org.mule.runtime.module.extension.internal.runtime.config.ConfigurationObjectBuilder
-
- instantiateObject() - Method in class org.mule.runtime.module.extension.internal.runtime.config.ConnectionProviderObjectBuilder
-
Creates the instances to be produced
- instantiateObject() - Method in class org.mule.runtime.module.extension.internal.runtime.objectbuilder.DefaultResolverSetBasedObjectBuilder
-
- instantiateObject() - Method in class org.mule.runtime.module.extension.internal.runtime.objectbuilder.ResolverSetBasedObjectBuilder
-
Creates the instances to be produced
- InterceptorChain - Interface in org.mule.runtime.module.extension.internal.runtime.execution.interceptor
-
Groups an ordered list of interceptors that will be applied as one.
- InterceptorChain.Builder - Class in org.mule.runtime.module.extension.internal.runtime.execution.interceptor
-
- InternalOperationParameterizer - Interface in org.mule.runtime.module.extension.internal.runtime.client.operation
-
Expands the OperationParameterizer contract with internal behavior
- inTheContextOf(Event) - Method in class org.mule.runtime.module.extension.internal.runtime.client.operation.DefaultOperationParameterizer
-
- IntrospectionUtils - Class in org.mule.runtime.module.extension.internal.util
-
Set of utility operations to get insights about objects and their components
- invalidate(String) - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode.AuthorizationCodeConnectionProviderWrapper
-
- invalidate(String, String) - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode.AuthorizationCodeOAuthHandler
-
Invalidates the OAuth information of a particular resourceOwnerId
- invalidate(String) - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.clientcredentials.ClientCredentialsConnectionProviderWrapper
-
- invalidate(ClientCredentialsConfig) - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.clientcredentials.ClientCredentialsOAuthHandler
-
Invalidates the OAuth state associated to the given config
- invalidate(String) - Method in interface org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.OAuthConnectionProviderWrapper
-
Invalidates the context of the given resourceOwnerId
- invalidate(String) - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs.PlatformManagedOAuthConnectionProvider
-
- invalidate(PlatformManagedOAuthConfig) - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs.PlatformManagedOAuthHandler
-
Invalidates the OAuth state associated to the given config
- invalidate() - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.TransactionalConnectionHandler
-
- IS_TRANSACTIONAL - Static variable in class org.mule.runtime.module.extension.internal.ExtensionProperties
-
The key of a property or variable indicating that a component was executed while participating in a transaction
- isAllowEvaluationLicense() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.info.RequiresEnterpriseLicenseInfo
-
- isAllowsEvaluationLicense() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.LicenseModelProperty
-
- isAnnotatedWith(Class<? extends Annotation>) - Method in interface org.mule.runtime.module.extension.api.loader.java.type.WithAnnotations
-
- isAnyType() - Method in interface org.mule.runtime.module.extension.api.loader.java.type.Type
-
- isAnyType() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.TypeWrapper
-
- isAssignableFrom(Class<?>) - Method in interface org.mule.runtime.module.extension.api.loader.java.type.Type
-
Checks the assignability of the current type from the given
Class
- isAssignableFrom(Type) - Method in interface org.mule.runtime.module.extension.api.loader.java.type.Type
-
Checks the assignability of the current type from the given
Type
- isAssignableFrom(Class<?>) - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.TypeWrapper
-
- isAssignableFrom(Type) - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.TypeWrapper
-
- isAssignableTo(Class<?>) - Method in interface org.mule.runtime.module.extension.api.loader.java.type.Type
-
Checks the assignability of the current type to the given
Class
- isAssignableTo(Type) - Method in interface org.mule.runtime.module.extension.api.loader.java.type.Type
-
Checks the assignability of the current type to the given
Type
- isAssignableTo(Class<?>) - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.TypeWrapper
-
- isAssignableTo(Type) - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.TypeWrapper
-
- isASTMode(ExtensionModel) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
Based on a ExtensionModel, determines if this one has been created using the Java AST.
- isASTMode(BaseDeclaration) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
Based on a BaseDeclaration, determines if this one has been created using the Java AST.
- isAsyncExecutableBasedOn(Optional<ConfigurationInstance>) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessor
-
- isAutoPaging(MethodElement) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParserUtils
-
- isAutoPaging() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaOperationModelParser
-
- isAutoPaging() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.OperationModelParser
-
Returns whether this operation supports auto paging.
- isBlocking() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaOperationModelParser
-
- isBlocking() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.OperationModelParser
-
- isBlocking() - Method in class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessor
-
- isBlocking() - Method in class org.mule.runtime.module.extension.internal.runtime.operation.OperationMessageProcessor
-
- isCachedConnectionProvider(ConnectionProviderElement) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.connection.JavaConnectionProviderModelParserUtils
-
- isCompiletime(ExtensionModel) - Static method in class org.mule.runtime.module.extension.internal.loader.java.validation.JavaModelValidationUtils
-
- isCompileTime(ExtensionModel) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
-
Indicates if the extension model is being built on compile time.
- isCompletionCallbackParameter(ExtensionParameter) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParserUtils
-
- isComponentId() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaParameterModelParser
-
- isComponentId() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ParameterModelParser
-
- isComponentId() - Method in class org.mule.runtime.module.extension.internal.loader.parser.ParameterModelParserDecorator
-
- isConfigOverride() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaParameterModelParser
-
- isConfigOverride() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ParameterModelParser
-
- isConfigOverride() - Method in class org.mule.runtime.module.extension.internal.loader.parser.ParameterModelParserDecorator
-
- isConfigOverride(Field) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
- isConfigParameter(Map<Class<? extends Annotation>, Annotation>) - Static method in class org.mule.runtime.module.extension.internal.runtime.execution.MethodArgumentResolverUtils
-
- isConnected() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.OperationModelParser
-
- isConnected() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.SourceModelParser
-
- isConnectedStreamingOperation(ComponentModel) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
-
- isConnectionParameter(Map<Class<? extends Annotation>, Annotation>) - Static method in class org.mule.runtime.module.extension.internal.runtime.execution.MethodArgumentResolverUtils
-
- isCorrelationInfoType(Class<?>) - Static method in class org.mule.runtime.module.extension.internal.runtime.execution.MethodArgumentResolverUtils
-
- isCustomScope() - Method in class org.mule.runtime.module.extension.internal.metadata.DefaultMetadataScopeAdapter
-
- isCustomScope() - Method in interface org.mule.runtime.module.extension.internal.metadata.MetadataScopeAdapter
-
- isDefaultEncoding(Map<Class<? extends Annotation>, Annotation>) - Static method in class org.mule.runtime.module.extension.internal.runtime.execution.MethodArgumentResolverUtils
-
- isDefinedThroughSdkApi(ConnectionProviderElement) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.connection.JavaConnectionProviderModelParserUtils
-
- isDisableDscriptionsEnrichment(ExtensionLoadingContext) - Method in class org.mule.runtime.module.extension.internal.loader.java.enricher.ExtensionDescriptionsEnricher
-
- isDistributedTraceContextManagerType(Class<?>) - Static method in class org.mule.runtime.module.extension.internal.runtime.execution.MethodArgumentResolverUtils
-
- isDynamic() - Method in class org.mule.runtime.module.extension.internal.loader.parser.DefaultOutputModelParser
-
- isDynamic() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.OutputModelParser
-
- isDynamic() - Method in class org.mule.runtime.module.extension.internal.runtime.config.ConnectionProviderObjectBuilder
-
- isDynamic() - Method in class org.mule.runtime.module.extension.internal.runtime.config.DefaultImplicitConnectionProviderFactory
-
Checking if an implicit connection provider is dynamic implies that there is a suitable implicit connection provider for the
extension.
- isDynamic() - Method in class org.mule.runtime.module.extension.internal.runtime.config.DynamicConfigurationProvider
- isDynamic() - Method in interface org.mule.runtime.module.extension.internal.runtime.config.ImplicitConnectionProviderFactory
-
- isDynamic() - Method in class org.mule.runtime.module.extension.internal.runtime.config.StaticConfigurationProvider
- isDynamic() - Method in class org.mule.runtime.module.extension.internal.runtime.objectbuilder.DefaultObjectBuilder
-
- isDynamic() - Method in interface org.mule.runtime.module.extension.internal.runtime.objectbuilder.ObjectBuilder
-
- isDynamic() - Method in class org.mule.runtime.module.extension.internal.runtime.objectbuilder.ResolverSetBasedObjectBuilder
-
- isDynamic() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.CollectionValueResolver
-
- isDynamic() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ConfigOverrideValueResolverWrapper
-
- isDynamic() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ConfigurationProviderValueResolver
-
- isDynamic() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ConfigurationValueResolver
-
- isDynamic() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ConnectionProviderResolver
-
- isDynamic() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ExpressionBasedParameterResolverValueResolver
-
- isDynamic() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ExpressionLanguageTransformationValueResolver
-
- isDynamic() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ExpressionValueResolver
-
- isDynamic() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ImplicitConnectionProviderValueResolver
-
- isDynamic() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.LifecycleAwareValueResolverWrapper
-
- isDynamic() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.MapValueResolver
-
- isDynamic() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.NativeQueryParameterValueResolver
-
- isDynamic() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.NullSafeValueResolverWrapper
-
- isDynamic() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ObjectBuilderValueResolver
-
- isDynamic() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ParameterResolverValueResolverWrapper
-
- isDynamic() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ProcessorChainValueResolver
-
- isDynamic() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.RegistryLookupValueResolver
-
- isDynamic() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ResolverSet
-
- isDynamic() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.StaticConnectionProviderResolver
-
- isDynamic() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.StaticLiteralValueResolver
-
- isDynamic() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.StaticValueResolver
-
- isDynamic() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.TypedValueValueResolverWrapper
-
- isDynamic() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.TypeSafeExpressionValueResolver
-
- isDynamic() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.TypeSafeValueResolverWrapper
-
- isDynamic() - Method in interface org.mule.runtime.module.extension.internal.runtime.resolver.ValueResolver
-
- isExcludedFromConnectivitySchema() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ConnectionProviderModelParser
-
- isExcludedFromConnectivitySchema() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaConnectionProviderModelParser
-
- isExcludedFromConnectivitySchema() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaParameterModelParser
-
- isExcludedFromConnectivitySchema() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ParameterModelParser
-
- isExcludedFromConnectivitySchema() - Method in class org.mule.runtime.module.extension.internal.loader.parser.ParameterModelParserDecorator
-
- isExpression(Object) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
-
TODO MULE-14603 - This should not exist after MULE-14603 is fixed
- isForceNoImplicit() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ConfigurationModelParser
-
- isForceNoImplicit() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaConfigurationModelParser
-
- isFromLegacyAnnotation() - Method in class org.mule.runtime.module.extension.internal.value.OfValueInformation
-
- isIgnored() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.FunctionModelParser
-
- isIgnored() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaFunctionModelParser
-
- isIgnored() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaOperationModelParser
-
- isIgnored() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaSourceModelParser
-
- isIgnored() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.OperationModelParser
-
- isIgnored() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.SourceModelParser
-
- isIgnored(WithAnnotations, ExtensionLoadingContext) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
Determines if the referenced element should be ignored
- isIgnoreDisabled(ExtensionLoadingContext) - Static method in class org.mule.runtime.module.extension.api.util.MuleExtensionUtils
-
- isInputStream(MetadataType) - Static method in class org.mule.runtime.module.extension.internal.loader.utils.JavaModelLoaderUtils
-
- isInstantiable() - Method in interface org.mule.runtime.module.extension.api.loader.java.type.Type
-
- isInstantiable() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.TypeWrapper
-
- isInstantiable(MetadataType, ReflectionCache) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
- isInstantiable(Class<?>, ReflectionCache) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
- isInstantiable(Class<?>, boolean, ReflectionCache) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
- isLifecycle(Class<?>) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
Determines if the given type implements any of the lifecycle annotations
- isLifecycle(Type) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
Determines if the given type implements any of the lifecycle annotations
- isLiteral(MetadataType) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
- isLiteralType(Class<?>) - Static method in class org.mule.runtime.module.extension.internal.runtime.execution.MethodArgumentResolverUtils
-
- isMelAvailable() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ExpressionValueResolver
-
- isMuleError(ErrorTypeDefinition) - Static method in class org.mule.runtime.module.extension.internal.error.ErrorModelUtils
-
- isMuleError() - Method in class org.mule.runtime.module.extension.internal.loader.parser.BaseErrorModelParser
-
- isMuleError() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ErrorModelParser
-
- isMultiLevelMetadataKeyId(Set<Class<? extends Annotation>>, MetadataType) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
Given a
Set of Annotation classes and a
MetadataType that describes a component parameter, indicates if the
parameter is considered as a multilevel
MetadataKeyId
- isNonBlocking(MethodElement) - Static method in class org.mule.runtime.module.extension.internal.loader.utils.JavaModelLoaderUtils
-
- isNonBlocking(ComponentModel) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
-
- isNoPolicyOperation(ComponentLocation, String) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.SdkInternalContext
-
- isNullResolver(Class<?>) - Static method in class org.mule.runtime.module.extension.internal.loader.utils.JavaMetadataTypeResolverUtils
-
- isNullSafe(ParameterModel) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
-
- isOneRequired() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ExclusiveOptionalModelProperty
-
- isOneRequired() - Method in class org.mule.runtime.module.extension.internal.loader.parser.ParameterGroupModelParser.ExclusiveOptionalDescriptor
-
- isOpen() - Method in class org.mule.runtime.module.extension.internal.value.OfValueInformation
-
- isOutboundCorrelationEnabled() - Method in class org.mule.runtime.module.extension.internal.runtime.parameter.ImmutableCorrelationInfo
- isParameter(ExtensionParameter) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParserUtils
-
- isParameterContainer(Set<Class<? extends Annotation>>, MetadataType) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
Given a
Set of annotation classes and a
MetadataType of a component parameter, indicates if the parameter is
a parameter container.
- isParameterGroup(ExtensionParameter) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParserUtils
-
- isParameterGroupShowInDsl(Map<Class<? extends Annotation>, Annotation>) - Static method in class org.mule.runtime.module.extension.internal.util.ParameterGroupUtils
-
Given a map that holds as key annotations classes, and as value an instance of that annotation class.
- isParameterResolver(MetadataType) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
- isParameterResolverType(Class<?>) - Static method in class org.mule.runtime.module.extension.internal.runtime.execution.MethodArgumentResolverUtils
-
- isPartialKeyResolver() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaKeyIdResolverModelParser
-
- isPartialKeyResolver() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.KeyIdResolverModelParser
-
- isPartialKeyResolver() - Method in class org.mule.runtime.module.extension.internal.metadata.DefaultMetadataScopeAdapter
-
- isPartialKeyResolver() - Method in interface org.mule.runtime.module.extension.internal.metadata.MetadataScopeAdapter
-
- isPartOfActiveTransaction(ConfigurationInstance) - Static method in class org.mule.runtime.module.extension.internal.util.ReconnectionUtils
-
- isPersistent() - Method in class org.mule.runtime.module.extension.internal.store.SdkObjectStoreAdapter
-
- isPollingSourceLimitEnabled(ExtensionLoadingContext) - Static method in class org.mule.runtime.module.extension.api.util.MuleExtensionUtils
-
Determines if the maxItemsPerPoll parameter must be added to polling sources.
- isPoolingConnectionProvider(ConnectionProviderElement) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.connection.JavaConnectionProviderModelParserUtils
-
- isProcessorChain(ExtensionParameter) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaExtensionModelParserUtils
-
- isProcessorChain(ExtensionParameter) - Static method in class org.mule.runtime.module.extension.internal.loader.utils.JavaModelLoaderUtils
-
- isPublic() - Method in class org.mule.runtime.module.extension.api.loader.java.property.CompletableComponentExecutorModelProperty
-
- isPublic() - Method in class org.mule.runtime.module.extension.api.loader.java.property.ComponentExecutorModelProperty
-
Deprecated.
- isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.annotations.CustomDefinedStaticTypeAnnotation
-
- isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.CompileTimeModelProperty
-
- isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ConfigTypeModelProperty
- isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ConfigurationFactoryModelProperty
-
- isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ConnectionProviderFactoryModelProperty
-
- isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ConnectionTypeModelProperty
-
- isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ConnectivityModelProperty
- isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.DeclaringMemberModelProperty
- isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ExceptionHandlerModelProperty
-
- isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ExclusiveOptionalModelProperty
-
- isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ExportedClassNamesModelProperty
-
- isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.FieldOperationParameterModelProperty
-
- isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.FieldsValueProviderFactoryModelProperty
- isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.FunctionExecutorModelProperty
-
- isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.FunctionParameterTypeModelProperty
- isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ImplementingMethodModelProperty
- isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ImplementingParameterModelProperty
- isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ImplementingTypeModelProperty
- isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.InjectedFieldModelProperty
-
- isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.LicenseModelProperty
-
- isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.MediaTypeModelProperty
-
- isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.MetadataResolverFactoryModelProperty
-
- isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.NullSafeModelProperty
-
- isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.oauth.OAuthCallbackValuesModelProperty
- isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ParameterGroupModelProperty
-
- isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.QueryParameterModelProperty
- isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.SampleDataProviderFactoryModelProperty
- isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.SdkSourceFactoryModelProperty
-
- isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.SourceCallbackModelProperty
-
- isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.stackabletypes.StackedTypesModelProperty
- isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.ValueProviderFactoryModelProperty
- isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.property.ExtensionOperationDescriptorModelProperty
-
- isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.property.ExtensionParameterDescriptorModelProperty
-
- isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.java.type.property.ExtensionTypeDescriptorModelProperty
-
- isPublic() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.stereotypes.CustomStereotypeModelProperty
-
- isRequired() - Method in interface org.mule.runtime.module.extension.api.loader.java.type.ExtensionParameter
-
- isRequired() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.InjectableParameterInfo
-
- isRequired() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaNestedChainModelParser
-
- isRequired() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaParameterModelParser
-
- isRequired() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.NestedChainModelParser
-
- isRequired() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ParameterModelParser
-
- isRequired() - Method in class org.mule.runtime.module.extension.internal.loader.parser.ParameterModelParserDecorator
-
- isRequired(AccessibleObject) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
- isRequired(ParameterModel, boolean) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
- isReuseObject() - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.XAExtensionTransactionalResource
- isRoute(ExtensionParameter) - Static method in class org.mule.runtime.module.extension.internal.loader.utils.JavaModelLoaderUtils
-
- isRouter() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaOperationModelParser
-
- isRouter() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.OperationModelParser
-
- isRouter(MethodElement) - Static method in class org.mule.runtime.module.extension.internal.loader.utils.JavaModelLoaderUtils
-
- isSameType(Type) - Method in interface org.mule.runtime.module.extension.api.loader.java.type.Type
-
Checks equality of the current type to the given
Type
- isSameType(Class<?>) - Method in interface org.mule.runtime.module.extension.api.loader.java.type.Type
-
Checks equality of the current type to the given
Class
- isSameType(Type) - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.TypeWrapper
-
- isSameType(Class<?>) - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.TypeWrapper
-
- isScope() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaOperationModelParser
-
- isScope() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.OperationModelParser
-
- isScope(MethodElement) - Static method in class org.mule.runtime.module.extension.internal.loader.utils.JavaModelLoaderUtils
-
- isShowInDsl() - Method in class org.mule.runtime.module.extension.internal.loader.utils.ParameterGroupInfo
-
- isSourceCompletionCallbackType(Class<?>) - Static method in class org.mule.runtime.module.extension.internal.runtime.execution.MethodArgumentResolverUtils
-
- isSourceCompletionCallbackType(Class<?>) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
-
Checks if the given type correspondes to a source complition callback
- isSourceStopping() - Method in class org.mule.runtime.module.extension.internal.runtime.source.legacy.LegacyPollContextAdapter
-
- isStreamingHelperType(Class<?>) - Static method in class org.mule.runtime.module.extension.internal.runtime.execution.MethodArgumentResolverUtils
-
- isStrict() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.MediaTypeModelProperty
-
- isSuppressed() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ErrorModelParser
-
- isSynthetic(EnrichableModel) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
-
Indicates whether a give EnrichableModel is synthetic or not.
- isTargetParameter(Set<ModelProperty>) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
- isTargetPresent() - Method in class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessor
-
- isTransacted() - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.DefaultTransactionHandle
- isTransacted() - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.ExtensionTransactionFactory
- isTransacted() - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.legacy.LegacyTransactionHandle
-
- isTransacted() - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.NullTransactionHandle
- isTransactional(Type) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.connection.JavaConnectionProviderModelParserUtils
-
- isTransactional() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.OperationModelParser
-
- isTransactional() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.SourceModelParser
-
- isTransactionResolved() - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.ExtensionTransactionalResource
-
- isTypedValue(MetadataType) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
- isValid() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.connection.SdkConnectionValidationResultAdapter
-
- isValidator(WithAnnotations) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.stereotypes.JavaStereotypeModelParserUtils
-
- isVoid(Method) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
- isVoid(ComponentModel) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
- isVoid(MethodElement) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
- mapReduceAnnotation(WithAnnotations, Class<R>, Class<S>, Function<AnnotationValueFetcher<R>, T>, Function<AnnotationValueFetcher<S>, T>, Supplier<? extends IllegalModelDefinitionException>) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.MuleExtensionAnnotationParser
-
Monad for extracting information from a
WithAnnotations element which might be annotated with two different
annotations of similar semantics.
- mapReduceRepeatableAnnotation(WithAnnotations, Class<L>, Class<A>, Function<Annotation, L[]>, Function<Annotation, A[]>, Function<AnnotationValueFetcher<L>, T>, Function<AnnotationValueFetcher<A>, T>) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.MuleExtensionAnnotationParser
-
- mapReduceRepeatableAnnotation(WithAnnotations, Class<T>, Function<Annotation, T[]>) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.MuleExtensionAnnotationParser
-
- mapReduceSingleAnnotation(ExtensionElement, Class<R>, Class<S>, Function<AnnotationValueFetcher<R>, T>, Function<AnnotationValueFetcher<S>, T>) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.MuleExtensionAnnotationParser
-
Monad for extracting information from an
ExtensionElement element which might be annotated with two different
annotations of similar semantics.
- mapReduceSingleAnnotation(WithAnnotations, String, String, Class<R>, Class<S>, Function<AnnotationValueFetcher<R>, T>, Function<AnnotationValueFetcher<S>, T>) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.MuleExtensionAnnotationParser
-
- MapReturnHandler - Class in org.mule.runtime.module.extension.internal.runtime.operation.resulthandler
-
- MapReturnHandler(HasOutputModel) - Constructor for class org.mule.runtime.module.extension.internal.runtime.operation.resulthandler.MapReturnHandler
-
- MapValueResolver<K,V> - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
- MapValueResolver(Class<? extends Map>, List<ValueResolver<K>>, List<ValueResolver<V>>, ReflectionCache, MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.MapValueResolver
-
Creates a new instance
- MAX_REFRESH_ATTEMPTS - Static variable in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ExtensionsOAuthUtils
-
Default max number of times that a refresh token and retry workflow should be executed for a component failing with
AccessTokenExpiredException
- mayCompleteInDifferentThread() - Method in class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessor
-
This indicates that the component message processor may jump threads under certain conditions (not necessarily always).
- mayCompleteInDifferentThread() - Method in class org.mule.runtime.module.extension.internal.runtime.operation.OperationMessageProcessor
-
- MediaTypeArgumentResolver - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
- MediaTypeArgumentResolver() - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.MediaTypeArgumentResolver
-
- MediaTypeModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.property
-
Indicates the output media type of the annotated component and whether that is strict or not.
- MediaTypeModelProperty(String, boolean) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.MediaTypeModelProperty
-
- MediaTypeModelValidator - Class in org.mule.runtime.module.extension.internal.loader.java.validation
-
ExtensionModelValidator which verifies if a MediaType is
missing or if a MediaType is present with a value, and a value is not
permitted in such case.
- MediaTypeModelValidator() - Constructor for class org.mule.runtime.module.extension.internal.loader.java.validation.MediaTypeModelValidator
-
- MediaTypeUtils - Class in org.mule.runtime.module.extension.internal.util
-
- merge(ResolverSet) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ResolverSet
-
Creates a new instance of
ResolverSet containing all the resolvers of both
this ResolverSet and the
given
resolverSet
- MetadataComponentModelValidator - Class in org.mule.runtime.module.extension.internal.loader.java.validation
-
Validates that all
operations which return type is a
Object or a
Map have defined a
OutputTypeResolver.
- MetadataComponentModelValidator() - Constructor for class org.mule.runtime.module.extension.internal.loader.java.validation.MetadataComponentModelValidator
-
- MetadataMediator<T extends org.mule.runtime.api.meta.model.ComponentModel> - Class in org.mule.runtime.module.extension.internal.metadata
-
Resolves a Component's Metadata by coordinating the several moving parts that are affected by the Metadata fetching process, so
that such pieces can remain decoupled.
- MetadataMediator(T) - Constructor for class org.mule.runtime.module.extension.internal.metadata.MetadataMediator
-
- MetadataResolverFactoryModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.property
-
A model property which allows the enriched component to specify its own MetadataResolverFactory
- MetadataResolverFactoryModelProperty(Supplier<MetadataResolverFactory>) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.MetadataResolverFactoryModelProperty
-
Creates a new instance
- MetadataResolverUtils - Class in org.mule.runtime.module.extension.internal.metadata
-
Util class for resolving metadata.
- MetadataResolverUtils() - Constructor for class org.mule.runtime.module.extension.internal.metadata.MetadataResolverUtils
-
- MetadataScopeAdapter - Interface in org.mule.runtime.module.extension.internal.metadata
-
Adapter implementation which expands the MetadataScope to a more descriptive of the developer's metadata declaration
for a component
- metadataService - Variable in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
-
- MetadataTypeEnricher - Class in org.mule.runtime.module.extension.internal.loader.java.enricher
-
Gives the capability to enrich a MetadataType with more TypeAnnotations.
- MetadataTypeEnricher() - Constructor for class org.mule.runtime.module.extension.internal.loader.java.enricher.MetadataTypeEnricher
-
- method - Variable in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.MethodWrapper
-
- MethodArgumentResolverDelegate - Class in org.mule.runtime.module.extension.internal.runtime.execution
-
Resolves the values of an
ComponentModel's
parameterModels by matching them to the arguments in
a
Method
- MethodArgumentResolverDelegate(List<ParameterGroupModel>, Method) - Constructor for class org.mule.runtime.module.extension.internal.runtime.execution.MethodArgumentResolverDelegate
-
Creates a new instance for the given method
- MethodArgumentResolverUtils - Class in org.mule.runtime.module.extension.internal.runtime.execution
-
- MethodElement<T extends Type> - Interface in org.mule.runtime.module.extension.api.loader.java.type
-
A contract for an element to be considered as a Method
- MethodExecutor - Interface in org.mule.runtime.module.extension.internal.runtime.execution.executor
-
Executes an underlying
MethodExecutor based on parameters taken from an
ExecutionContext
- MethodExecutorGenerator - Class in org.mule.runtime.module.extension.internal.runtime.execution.executor
-
Uses bytecode manipulation to dynamically generate
MethodExecutor classes that invoke a given method.
- MethodExecutorGenerator() - Constructor for class org.mule.runtime.module.extension.internal.runtime.execution.executor.MethodExecutorGenerator
-
- MethodWrapper<T extends Type> - Class in org.mule.runtime.module.extension.internal.loader.java.type.runtime
-
Wrapper for
Method that provide utility methods to facilitate the introspection of a
Method
- MethodWrapper(Method, ClassTypeLoader) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.type.runtime.MethodWrapper
-
- MIME_TYPE_PARAMETER_NAME - Static variable in class org.mule.runtime.module.extension.internal.ExtensionProperties
-
The name of a parameter that allows configuring the mimeType that should be applied
- ModelLoaderDelegate - Interface in org.mule.runtime.module.extension.internal.loader.delegate
-
Contract for classes that creates an ExtensionDeclarer from a ExtensionLoadingContext.
- ModelLoaderDelegateFactory - Interface in org.mule.runtime.module.extension.internal.loader
-
- ModelLoaderDelegateUtils - Class in org.mule.runtime.module.extension.internal.loader
-
- ModelLoaderDelegateUtils() - Constructor for class org.mule.runtime.module.extension.internal.loader.ModelLoaderDelegateUtils
-
- ModelLoaderUtils - Class in org.mule.runtime.module.extension.internal.loader.utils
-
- ModuleErrors - Enum in org.mule.runtime.module.extension.internal.error
-
- ModuleExceptionHandler - Class in org.mule.runtime.module.extension.internal.runtime.exception
-
Handler of
ModuleExceptions, which given a
Throwable checks whether the exceptions is a
ModuleException, and in that case it's converted to a
TypedException.
- ModuleExceptionHandler(ComponentModel, ExtensionModel, ErrorTypeRepository, boolean) - Constructor for class org.mule.runtime.module.extension.internal.runtime.exception.ModuleExceptionHandler
-
- MuleAttributesTypeResolverAdapter - Class in org.mule.runtime.module.extension.internal.metadata
-
- MuleAuthenticationAdapter - Class in org.mule.runtime.module.extension.internal.runtime.security.adapter
-
Adapts a Authentication into a Authentication
- MuleAuthenticationAdapter(Authentication) - Constructor for class org.mule.runtime.module.extension.internal.runtime.security.adapter.MuleAuthenticationAdapter
-
- muleContext - Variable in class org.mule.runtime.module.extension.internal.runtime.config.ConnectionProviderObjectBuilder
-
- muleContext - Variable in class org.mule.runtime.module.extension.internal.runtime.config.LifecycleAwareConfigurationProvider
-
- muleContext - Variable in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.OAuthHandler
-
- muleContext - Variable in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
-
- muleContext - Variable in class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessorBuilder
-
- muleContext - Variable in class org.mule.runtime.module.extension.internal.runtime.resolver.LifecycleAwareValueResolverWrapper
-
- muleContext - Variable in class org.mule.runtime.module.extension.internal.runtime.resolver.ObjectBuilderValueResolver
-
- muleContext - Variable in class org.mule.runtime.module.extension.internal.runtime.result.AbstractReturnDelegate
-
- MuleCredentialsAdapter - Class in org.mule.runtime.module.extension.internal.runtime.security.adapter
-
Adapts a Credentials into a Credentials
- MuleCredentialsAdapter(Credentials) - Constructor for class org.mule.runtime.module.extension.internal.runtime.security.adapter.MuleCredentialsAdapter
-
- MuleExtensionAnnotationParser - Class in org.mule.runtime.module.extension.internal.loader.parser.java
-
Utilities for reading annotations as a mean to describe extensions
- MuleExtensionAnnotationParser() - Constructor for class org.mule.runtime.module.extension.internal.loader.parser.java.MuleExtensionAnnotationParser
-
- MuleExtensionUtils - Class in org.mule.runtime.module.extension.api.util
-
Provides utilities to work with extensions
- MuleExtensionUtils - Class in org.mule.runtime.module.extension.internal.util
-
Utilities for handling extensions
- MuleExtensionUtils() - Constructor for class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
-
- MuleInputTypeResolverAdapter - Class in org.mule.runtime.module.extension.internal.metadata
-
- MuleMetadataCacheAdapter - Class in org.mule.runtime.module.extension.internal.metadata
-
- MuleMetadataCacheAdapter(MetadataCache) - Constructor for class org.mule.runtime.module.extension.internal.metadata.MuleMetadataCacheAdapter
-
- MuleMetadataCacheValueResolverAdapter - Class in org.mule.runtime.module.extension.internal.metadata
-
- MuleMetadataCacheValueResolverAdapter(MetadataCache.MetadataCacheValueResolver) - Constructor for class org.mule.runtime.module.extension.internal.metadata.MuleMetadataCacheValueResolverAdapter
-
- MuleMetadataContextAdapter - Class in org.mule.runtime.module.extension.internal.metadata
-
- MuleMetadataContextAdapter(MetadataContext) - Constructor for class org.mule.runtime.module.extension.internal.metadata.MuleMetadataContextAdapter
-
- MuleMetadataKeyAdapter - Class in org.mule.runtime.module.extension.internal.metadata
-
Adapts a MetadataKey into a MetadataKey
- MuleMetadataKeyAdapter(MetadataKey) - Constructor for class org.mule.runtime.module.extension.internal.metadata.MuleMetadataKeyAdapter
-
- MuleMetadataTypeResolverAdapter - Interface in org.mule.runtime.module.extension.internal.metadata
-
A generic contract for a metadata type resolver adapter that adapts a SDK metadata type resolver to Mule metadata type
resolver.
- MuleOperation - Class in org.mule.runtime.module.extension.internal.runtime.operation.construct
-
- MuleOutputTypeResolverAdapter - Class in org.mule.runtime.module.extension.internal.metadata
-
Adapter of OutputTypeResolver to OutputTypeResolver
- MuleSampleDataService - Class in org.mule.runtime.module.extension.internal.data.sample
-
- MuleSampleDataService() - Constructor for class org.mule.runtime.module.extension.internal.data.sample.MuleSampleDataService
-
- MuleTypeKeysResolverAdapter - Class in org.mule.runtime.module.extension.internal.metadata
-
Adapts a TypeKeysResolver into a TypeKeysResolver
- MuleValueAdapter - Class in org.mule.runtime.module.extension.internal.value
-
Adapter of Value to Value
- MuleValueAdapter(Value) - Constructor for class org.mule.runtime.module.extension.internal.value.MuleValueAdapter
-
- MultilevelMetadataKeyBuilder - Class in org.mule.runtime.module.extension.api.metadata
-
Extension of MetadataKeyBuilder which adds de capability of create DefaultMetadataKey with a configured
partName
- MutableConfigurationStats - Interface in org.mule.runtime.module.extension.internal.runtime.config
-
A specialization of ConfigurationStats which adds behavior to mutate the state of this instance
- OAuthCallbackConfig - Class in org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode
-
Groups the sum of all the parameters that a user configured in order to provision an OAuth access token callback
- OAuthCallbackConfig(String, String, String, String) - Constructor for class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode.OAuthCallbackConfig
-
- OAuthCallbackValuesModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.property.oauth
-
A private ModelProperty to be used on OAuth enabled ConnectionProviderModels to indicate which fields are to be
used as callback values
- OAuthCallbackValuesModelProperty(Map<Field, String>) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.oauth.OAuthCallbackValuesModelProperty
-
Creates a new instance
- OAuthConfig<T extends org.mule.runtime.extension.api.connectivity.oauth.OAuthGrantType> - Class in org.mule.runtime.module.extension.internal.runtime.connectivity.oauth
-
Groups the sum of all the parameters that a user configured in order to consume an OAuth provider through an extension
- OAuthConfig(String, Optional<OAuthObjectStoreConfig>, MultiMap<String, String>, MultiMap<String, String>, Map<Field, String>) - Constructor for class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.OAuthConfig
-
- OAuthConnectionProviderWrapper<C> - Interface in org.mule.runtime.module.extension.internal.runtime.connectivity.oauth
-
- OAuthHandler<Dancer> - Class in org.mule.runtime.module.extension.internal.runtime.connectivity.oauth
-
Contains base logic for extensions which require OAuth authentication.
- OAuthHandler() - Constructor for class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.OAuthHandler
-
- OAuthObjectStoreConfig - Class in org.mule.runtime.module.extension.internal.runtime.connectivity.oauth
-
Groups the sum of all the parameters that a user configured in order to specify in which store should the runtime store the
ResourceOwnerOAuthContext instances obtained through an extension
- OAuthObjectStoreConfig(String) - Constructor for class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.OAuthObjectStoreConfig
-
- OAuthOperationMessageProcessor - Class in org.mule.runtime.module.extension.internal.runtime.operation
-
A specialization of
OperationMessageProcessor for operations which might be running with an OAuth enabled
ConnectionProvider.
- OAuthOperationMessageProcessor(ExtensionModel, OperationModel, ValueResolver<ConfigurationProvider>, String, String, List<EnrichedErrorMapping>, ResolverSet, CursorProviderFactory, RetryPolicyTemplate, MessageProcessorChain, ExtensionManager, PolicyManager, ReflectionCache, ResultTransformer, long) - Constructor for class org.mule.runtime.module.extension.internal.runtime.operation.OAuthOperationMessageProcessor
-
- oauthService - Variable in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.OAuthHandler
-
- ObjectBasedParameterValueResolver - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
ParameterValueResolver implementation for Object based components, like
sources, configurations and
connection providers
- ObjectBasedParameterValueResolver(Object, ParameterizedModel, ReflectionCache) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.ObjectBasedParameterValueResolver
-
- ObjectBuilder<T> - Interface in org.mule.runtime.module.extension.internal.runtime.objectbuilder
-
A builder capable of creating instances of a given
Class, populating its attributes based on a list of
ValueResolvers.
- ObjectBuilderValueResolver<T> - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
- ObjectBuilderValueResolver(ObjectBuilder<T>, MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.ObjectBuilderValueResolver
-
- objectStoreLocator - Variable in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.OAuthHandler
-
- objectStoreManager - Variable in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.OAuthHandler
-
- ObjectTypeParametersResolver - Interface in org.mule.runtime.module.extension.internal.runtime.resolver
-
Provides a way to resolve the parameter values of a given ObjectType
- of(Class<T>) - Static method in class org.mule.runtime.module.extension.internal.metadata.ResolverSupplier
-
Creates a new
Supplier instance, which will return instances of the given
Class.
- of(Class<? extends Collection>, List<ValueResolver<T>>) - Static method in class org.mule.runtime.module.extension.internal.runtime.resolver.CollectionValueResolver
-
- of(ValueResolver<T>, String, Class<?>, ReflectionCache, MuleContext, String) - Static method in class org.mule.runtime.module.extension.internal.runtime.resolver.ConfigOverrideValueResolverWrapper
-
Creates a new instance
- of(ValueResolver<T>, String, MetadataType, ReflectionCache, MuleContext, String) - Static method in class org.mule.runtime.module.extension.internal.runtime.resolver.ConfigOverrideValueResolverWrapper
-
Creates a new instance
- of(Class<? extends Map>, List<ValueResolver<K>>, List<ValueResolver<V>>, ReflectionCache, MuleContext) - Static method in class org.mule.runtime.module.extension.internal.runtime.resolver.MapValueResolver
-
- of(ValueResolver<T>, MetadataType, ReflectionCache, ExpressionManager, MuleContext, ObjectTypeParametersResolver) - Static method in class org.mule.runtime.module.extension.internal.runtime.resolver.NullSafeValueResolverWrapper
-
Creates a new instance
- of(String, MetadataType, Object, Object, ExpressionSupport, boolean, Set<ModelProperty>) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.resolver.ValueResolverFactory
-
- of(String, MetadataType, Object, Object, ExpressionSupport, boolean, Set<ModelProperty>, boolean) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.resolver.ValueResolverFactory
-
- OfValueInformation - Class in org.mule.runtime.module.extension.internal.value
-
Encapsulates the information af the OfValues annotation or the
OfValues annotation.
- OfValueInformation(Class<?>, boolean, Binding[], boolean) - Constructor for class org.mule.runtime.module.extension.internal.value.OfValueInformation
-
- onBackPressure(CoreEvent, Map<String, Object>, SourceCallbackContext, CompletableCallback<Void>) - Method in class org.mule.runtime.module.extension.internal.runtime.source.poll.PollingSourceWrapper
-
- onBackPressure(CoreEvent, Map<String, Object>, SourceCallbackContext, CompletableCallback<Void>) - Method in class org.mule.runtime.module.extension.internal.runtime.source.SourceWrapper
-
- onBorrow(C) - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs.PlatformManagedOAuthConnectionProvider
-
- onComplete(Runnable) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.adapter.SdkFlowListenerAdapter
-
- onComplete(Runnable) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.DefaultFlowListener
- onCompletion(CoreEvent, Map<String, Object>, CompletableCallback<Void>) - Method in class org.mule.runtime.module.extension.internal.runtime.source.NullSourceCompletionHandler
-
- onCompletion(CoreEvent, Map<String, Object>, CompletableCallback<Void>) - Method in class org.mule.runtime.module.extension.internal.runtime.source.SourceAdapter.DefaultSourceCompletionHandler
-
- onCompletion(CoreEvent, Map<String, Object>, CompletableCallback<Void>) - Method in interface org.mule.runtime.module.extension.internal.runtime.source.SourceCompletionHandler
-
Invoked on successful completion of flow processing.
- onConnectionException(ConnectionException) - Method in class org.mule.runtime.module.extension.internal.runtime.source.legacy.LegacyPollContextAdapter
-
- onConnectionException(ConnectionException) - Method in class org.mule.runtime.module.extension.internal.runtime.source.legacy.LegacySourceCallbackAdapter
-
- onConnectionException(ConnectionException) - Method in class org.mule.runtime.module.extension.internal.runtime.source.legacy.SdkSourceCallbackAdapter
-
- onError(ExecutionContext<ComponentModel>, Throwable) - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.ConnectionInterceptor
-
- onError(ExecutionContext, Throwable) - Method in interface org.mule.runtime.module.extension.internal.runtime.execution.interceptor.InterceptorChain
-
Executes the Interceptor.onError(ExecutionContext, Throwable) phase on each added interceptor.
- onError(Consumer<Exception>) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.adapter.SdkFlowListenerAdapter
-
- onError(Consumer<Exception>) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.DefaultFlowListener
- onError(CoreEvent, Map<String, Object>, SourceCallbackContext, CompletableCallback<Void>) - Method in class org.mule.runtime.module.extension.internal.runtime.source.SourceWrapper
-
- onError(ExecutionContext<OperationModel>, Throwable) - Method in class org.mule.runtime.module.extension.internal.runtime.streaming.CursorResetInterceptor
-
- onException(ConnectionException) - Method in class org.mule.runtime.module.extension.internal.runtime.source.ExtensionMessageSource
-
- onExpired(BiConsumer<String, ConfigurationInstance>) - Method in class org.mule.runtime.module.extension.internal.manager.DefaultConfigurationExpirationMonitor.Builder
-
Provides a
BiConsumer which receives each expired config instance and provides the behavior of how to expire it.
- onFailure(MessagingException, Map<String, Object>, CompletableCallback<Void>) - Method in class org.mule.runtime.module.extension.internal.runtime.source.NullSourceCompletionHandler
-
- onFailure(MessagingException, Map<String, Object>, CompletableCallback<Void>) - Method in class org.mule.runtime.module.extension.internal.runtime.source.SourceAdapter.DefaultSourceCompletionHandler
-
- onFailure(MessagingException, Map<String, Object>, CompletableCallback<Void>) - Method in interface org.mule.runtime.module.extension.internal.runtime.source.SourceCompletionHandler
-
Invoked when a failure occurs during the flow processing
- onReturn(C) - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs.PlatformManagedOAuthConnectionProvider
-
- onStart(SourceCallback<T, A>) - Method in class org.mule.runtime.module.extension.internal.runtime.source.legacy.SdkSourceAdapter
-
- onStart(SourceCallback<T, A>) - Method in class org.mule.runtime.module.extension.internal.runtime.source.poll.PollingSourceWrapper
-
- onStop() - Method in class org.mule.runtime.module.extension.internal.runtime.source.legacy.SdkSourceAdapter
-
- onStop() - Method in class org.mule.runtime.module.extension.internal.runtime.source.poll.PollingSourceWrapper
-
- onSuccess(ExecutionContext, Object) - Method in interface org.mule.runtime.module.extension.internal.runtime.execution.interceptor.InterceptorChain
-
Executes the Interceptor.onSuccess(ExecutionContext, Object) phase on each added interceptor.
- onSuccess(Consumer<Message>) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.adapter.SdkFlowListenerAdapter
-
- onSuccess(Consumer<Message>) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.DefaultFlowListener
- onSuccess(CoreEvent, Map<String, Object>, SourceCallbackContext, CompletableCallback<Void>) - Method in class org.mule.runtime.module.extension.internal.runtime.source.SourceWrapper
-
- onTerminate(Either<MessagingException, CoreEvent>) - Method in class org.mule.runtime.module.extension.internal.runtime.source.NullSourceCompletionHandler
-
- onTerminate(CoreEvent, Map<String, Object>, SourceCallbackContext, CompletableCallback<Void>) - Method in class org.mule.runtime.module.extension.internal.runtime.source.poll.PollingSourceWrapper
-
- onTerminate(Either<MessagingException, CoreEvent>) - Method in class org.mule.runtime.module.extension.internal.runtime.source.SourceAdapter.DefaultSourceCompletionHandler
-
- onTerminate(Either<MessagingException, CoreEvent>) - Method in interface org.mule.runtime.module.extension.internal.runtime.source.SourceCompletionHandler
-
- onTerminate(CoreEvent, Map<String, Object>, SourceCallbackContext, CompletableCallback<Void>) - Method in class org.mule.runtime.module.extension.internal.runtime.source.SourceWrapper
-
- open() - Method in class org.mule.runtime.module.extension.internal.store.SdkObjectStoreAdapter
-
- Operation - Interface in org.mule.runtime.module.extension.internal.runtime.operation.construct
-
A strongly typed operation defined through the Mule language.
- Operation.Builder - Interface in org.mule.runtime.module.extension.internal.runtime.operation.construct
-
Creates instances of
Operation with a default implementation
- OperationArgumentResolverFactory<T extends org.mule.runtime.api.meta.model.ComponentModel> - Interface in org.mule.runtime.module.extension.internal.runtime.execution
-
Implementations provide a
Function to get the parameters that will be passed to an operation from an
OperationModel.
- OperationClient - Class in org.mule.runtime.module.extension.internal.runtime.client.operation
-
ExtensionsClient delegate class for executing extension operations
- OperationContainerElement - Interface in org.mule.runtime.module.extension.api.loader.java.type
-
A contract for a element from which operation container can be derived
- OperationElement - Interface in org.mule.runtime.module.extension.api.loader.java.type
-
- OperationExecutionParams(Optional<ConfigurationInstance>, Map<String, Object>, CoreEvent, CompletableComponentExecutor.ExecutorCallback, ExecutionContextAdapter) - Constructor for class org.mule.runtime.module.extension.internal.runtime.execution.SdkInternalContext.OperationExecutionParams
-
- OperationKey - Class in org.mule.runtime.module.extension.internal.runtime.client.operation
-
Identifies an extension operation and its referenced ConfigurationProvider to be executed in the context of a
ExtensionsClient
- OperationKey(String, String, String, CheckedFunction<String, ExtensionModel>, CheckedBiFunction<ExtensionModel, String, OperationModel>, ExtensionManager) - Constructor for class org.mule.runtime.module.extension.internal.runtime.client.operation.OperationKey
-
- OperationMessageProcessor - Class in org.mule.runtime.module.extension.internal.runtime.operation
-
- OperationMessageProcessor(ExtensionModel, OperationModel, ValueResolver<ConfigurationProvider>, String, String, List<EnrichedErrorMapping>, ResolverSet, CursorProviderFactory, RetryPolicyTemplate, MessageProcessorChain, ExtensionManager, PolicyManager, ReflectionCache) - Constructor for class org.mule.runtime.module.extension.internal.runtime.operation.OperationMessageProcessor
-
- OperationMessageProcessor(ExtensionModel, OperationModel, ValueResolver<ConfigurationProvider>, String, String, List<EnrichedErrorMapping>, ResolverSet, CursorProviderFactory, RetryPolicyTemplate, MessageProcessorChain, ExtensionManager, PolicyManager, ReflectionCache, ResultTransformer, long) - Constructor for class org.mule.runtime.module.extension.internal.runtime.operation.OperationMessageProcessor
-
- OperationMessageProcessorBuilder - Class in org.mule.runtime.module.extension.internal.runtime.operation
-
- OperationMessageProcessorBuilder(ExtensionModel, OperationModel, List<EnrichedErrorMapping>, PolicyManager, MuleContext, Registry) - Constructor for class org.mule.runtime.module.extension.internal.runtime.operation.OperationMessageProcessorBuilder
-
- operationModel - Variable in class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessorBuilder
-
- OperationModelParser - Interface in org.mule.runtime.module.extension.internal.loader.parser
-
Parses the syntactic definition of a OperationModel so that the semantics reflected in it can be extracted in a uniform
way, regardless of the actual syntax used by the extension developer.
- OperationParametersTypeModelValidator - Class in org.mule.runtime.module.extension.internal.loader.java.validation
-
Validates that all operations parameters are from a valid type.
- OperationParametersTypeModelValidator() - Constructor for class org.mule.runtime.module.extension.internal.loader.java.validation.OperationParametersTypeModelValidator
-
- OperationParameterValueResolver<T extends org.mule.runtime.api.meta.model.ComponentModel> - Class in org.mule.runtime.module.extension.internal.runtime.operation
-
- OperationReturnTypeModelValidator - Class in org.mule.runtime.module.extension.internal.loader.java.validation
-
Validates that all operations specify a valid return type.
- OperationReturnTypeModelValidator() - Constructor for class org.mule.runtime.module.extension.internal.loader.java.validation.OperationReturnTypeModelValidator
-
- OperationTransactionalActionArgumentResolver - Class in org.mule.runtime.module.extension.internal.runtime.execution
-
- OperationTransactionalActionArgumentResolver() - Constructor for class org.mule.runtime.module.extension.internal.runtime.execution.OperationTransactionalActionArgumentResolver
-
- OperationTransactionalActionUtils - Class in org.mule.runtime.module.extension.internal.runtime.operation.adapter
-
Utils class for handling OperationTransactionalAction
- OperationWrapper - Class in org.mule.runtime.module.extension.internal.loader.java.type.runtime
-
- OperationWrapper(Method, ClassTypeLoader) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.type.runtime.OperationWrapper
-
- org.mule.runtime.module.extension.api.loader - package org.mule.runtime.module.extension.api.loader
-
- org.mule.runtime.module.extension.api.loader.java.property - package org.mule.runtime.module.extension.api.loader.java.property
-
- org.mule.runtime.module.extension.api.loader.java.type - package org.mule.runtime.module.extension.api.loader.java.type
-
- org.mule.runtime.module.extension.api.manager - package org.mule.runtime.module.extension.api.manager
-
- org.mule.runtime.module.extension.api.metadata - package org.mule.runtime.module.extension.api.metadata
-
- org.mule.runtime.module.extension.api.runtime.compatibility - package org.mule.runtime.module.extension.api.runtime.compatibility
-
- org.mule.runtime.module.extension.api.runtime.connectivity.oauth - package org.mule.runtime.module.extension.api.runtime.connectivity.oauth
-
- org.mule.runtime.module.extension.api.runtime.privileged - package org.mule.runtime.module.extension.api.runtime.privileged
-
- org.mule.runtime.module.extension.api.tooling - package org.mule.runtime.module.extension.api.tooling
-
- org.mule.runtime.module.extension.api.util - package org.mule.runtime.module.extension.api.util
-
- org.mule.runtime.module.extension.internal - package org.mule.runtime.module.extension.internal
-
- org.mule.runtime.module.extension.internal.config - package org.mule.runtime.module.extension.internal.config
-
- org.mule.runtime.module.extension.internal.config.resolver - package org.mule.runtime.module.extension.internal.config.resolver
-
- org.mule.runtime.module.extension.internal.data.sample - package org.mule.runtime.module.extension.internal.data.sample
-
- org.mule.runtime.module.extension.internal.error - package org.mule.runtime.module.extension.internal.error
-
- org.mule.runtime.module.extension.internal.loader - package org.mule.runtime.module.extension.internal.loader
-
- org.mule.runtime.module.extension.internal.loader.annotations - package org.mule.runtime.module.extension.internal.loader.annotations
-
- org.mule.runtime.module.extension.internal.loader.delegate - package org.mule.runtime.module.extension.internal.loader.delegate
-
- org.mule.runtime.module.extension.internal.loader.java - package org.mule.runtime.module.extension.internal.loader.java
-
- org.mule.runtime.module.extension.internal.loader.java.contributor - package org.mule.runtime.module.extension.internal.loader.java.contributor
-
- org.mule.runtime.module.extension.internal.loader.java.enricher - package org.mule.runtime.module.extension.internal.loader.java.enricher
-
- org.mule.runtime.module.extension.internal.loader.java.info - package org.mule.runtime.module.extension.internal.loader.java.info
-
- org.mule.runtime.module.extension.internal.loader.java.property - package org.mule.runtime.module.extension.internal.loader.java.property
-
- org.mule.runtime.module.extension.internal.loader.java.property.oauth - package org.mule.runtime.module.extension.internal.loader.java.property.oauth
-
- org.mule.runtime.module.extension.internal.loader.java.property.stackabletypes - package org.mule.runtime.module.extension.internal.loader.java.property.stackabletypes
-
- org.mule.runtime.module.extension.internal.loader.java.type.property - package org.mule.runtime.module.extension.internal.loader.java.type.property
-
- org.mule.runtime.module.extension.internal.loader.java.type.runtime - package org.mule.runtime.module.extension.internal.loader.java.type.runtime
-
- org.mule.runtime.module.extension.internal.loader.java.validation - package org.mule.runtime.module.extension.internal.loader.java.validation
-
- org.mule.runtime.module.extension.internal.loader.parser - package org.mule.runtime.module.extension.internal.loader.parser
-
- org.mule.runtime.module.extension.internal.loader.parser.java - package org.mule.runtime.module.extension.internal.loader.parser.java
-
- org.mule.runtime.module.extension.internal.loader.parser.java.connection - package org.mule.runtime.module.extension.internal.loader.parser.java.connection
-
- org.mule.runtime.module.extension.internal.loader.parser.java.error - package org.mule.runtime.module.extension.internal.loader.parser.java.error
-
- org.mule.runtime.module.extension.internal.loader.parser.java.info - package org.mule.runtime.module.extension.internal.loader.parser.java.info
-
- org.mule.runtime.module.extension.internal.loader.parser.java.lib - package org.mule.runtime.module.extension.internal.loader.parser.java.lib
-
- org.mule.runtime.module.extension.internal.loader.parser.java.notification - package org.mule.runtime.module.extension.internal.loader.parser.java.notification
-
- org.mule.runtime.module.extension.internal.loader.parser.java.semantics - package org.mule.runtime.module.extension.internal.loader.parser.java.semantics
-
- org.mule.runtime.module.extension.internal.loader.parser.java.source - package org.mule.runtime.module.extension.internal.loader.parser.java.source
-
- org.mule.runtime.module.extension.internal.loader.parser.java.stereotypes - package org.mule.runtime.module.extension.internal.loader.parser.java.stereotypes
-
- org.mule.runtime.module.extension.internal.loader.parser.java.type - package org.mule.runtime.module.extension.internal.loader.parser.java.type
-
- org.mule.runtime.module.extension.internal.loader.utils - package org.mule.runtime.module.extension.internal.loader.utils
-
- org.mule.runtime.module.extension.internal.loader.validator - package org.mule.runtime.module.extension.internal.loader.validator
-
- org.mule.runtime.module.extension.internal.manager - package org.mule.runtime.module.extension.internal.manager
-
- org.mule.runtime.module.extension.internal.metadata - package org.mule.runtime.module.extension.internal.metadata
-
- org.mule.runtime.module.extension.internal.policy - package org.mule.runtime.module.extension.internal.policy
-
- org.mule.runtime.module.extension.internal.resources - package org.mule.runtime.module.extension.internal.resources
-
- org.mule.runtime.module.extension.internal.resources.documentation - package org.mule.runtime.module.extension.internal.resources.documentation
-
- org.mule.runtime.module.extension.internal.resources.manifest - package org.mule.runtime.module.extension.internal.resources.manifest
-
- org.mule.runtime.module.extension.internal.runtime - package org.mule.runtime.module.extension.internal.runtime
-
- org.mule.runtime.module.extension.internal.runtime.client - package org.mule.runtime.module.extension.internal.runtime.client
-
- org.mule.runtime.module.extension.internal.runtime.client.adapter - package org.mule.runtime.module.extension.internal.runtime.client.adapter
-
- org.mule.runtime.module.extension.internal.runtime.client.operation - package org.mule.runtime.module.extension.internal.runtime.client.operation
-
- org.mule.runtime.module.extension.internal.runtime.config - package org.mule.runtime.module.extension.internal.runtime.config
-
- org.mule.runtime.module.extension.internal.runtime.connectivity - package org.mule.runtime.module.extension.internal.runtime.connectivity
-
- org.mule.runtime.module.extension.internal.runtime.connectivity.oauth - package org.mule.runtime.module.extension.internal.runtime.connectivity.oauth
-
- org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode - package org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode
-
- org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.clientcredentials - package org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.clientcredentials
-
- org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.exception - package org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.exception
-
- org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs - package org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs
-
- org.mule.runtime.module.extension.internal.runtime.exception - package org.mule.runtime.module.extension.internal.runtime.exception
-
- org.mule.runtime.module.extension.internal.runtime.execution - package org.mule.runtime.module.extension.internal.runtime.execution
-
- org.mule.runtime.module.extension.internal.runtime.execution.adapter - package org.mule.runtime.module.extension.internal.runtime.execution.adapter
-
- org.mule.runtime.module.extension.internal.runtime.execution.deprecated - package org.mule.runtime.module.extension.internal.runtime.execution.deprecated
-
- org.mule.runtime.module.extension.internal.runtime.execution.executor - package org.mule.runtime.module.extension.internal.runtime.execution.executor
-
- org.mule.runtime.module.extension.internal.runtime.execution.interceptor - package org.mule.runtime.module.extension.internal.runtime.execution.interceptor
-
- org.mule.runtime.module.extension.internal.runtime.function - package org.mule.runtime.module.extension.internal.runtime.function
-
- org.mule.runtime.module.extension.internal.runtime.notification - package org.mule.runtime.module.extension.internal.runtime.notification
-
- org.mule.runtime.module.extension.internal.runtime.notification.legacy - package org.mule.runtime.module.extension.internal.runtime.notification.legacy
-
- org.mule.runtime.module.extension.internal.runtime.objectbuilder - package org.mule.runtime.module.extension.internal.runtime.objectbuilder
-
- org.mule.runtime.module.extension.internal.runtime.operation - package org.mule.runtime.module.extension.internal.runtime.operation
-
- org.mule.runtime.module.extension.internal.runtime.operation.adapter - package org.mule.runtime.module.extension.internal.runtime.operation.adapter
-
- org.mule.runtime.module.extension.internal.runtime.operation.construct - package org.mule.runtime.module.extension.internal.runtime.operation.construct
-
- org.mule.runtime.module.extension.internal.runtime.operation.resulthandler - package org.mule.runtime.module.extension.internal.runtime.operation.resulthandler
-
- org.mule.runtime.module.extension.internal.runtime.operation.retry - package org.mule.runtime.module.extension.internal.runtime.operation.retry
-
- org.mule.runtime.module.extension.internal.runtime.parameter - package org.mule.runtime.module.extension.internal.runtime.parameter
-
- org.mule.runtime.module.extension.internal.runtime.resolver - package org.mule.runtime.module.extension.internal.runtime.resolver
-
- org.mule.runtime.module.extension.internal.runtime.resolver.resolver - package org.mule.runtime.module.extension.internal.runtime.resolver.resolver
-
- org.mule.runtime.module.extension.internal.runtime.result - package org.mule.runtime.module.extension.internal.runtime.result
-
- org.mule.runtime.module.extension.internal.runtime.security - package org.mule.runtime.module.extension.internal.runtime.security
-
- org.mule.runtime.module.extension.internal.runtime.security.adapter - package org.mule.runtime.module.extension.internal.runtime.security.adapter
-
- org.mule.runtime.module.extension.internal.runtime.source - package org.mule.runtime.module.extension.internal.runtime.source
-
- org.mule.runtime.module.extension.internal.runtime.source.legacy - package org.mule.runtime.module.extension.internal.runtime.source.legacy
-
- org.mule.runtime.module.extension.internal.runtime.source.poll - package org.mule.runtime.module.extension.internal.runtime.source.poll
-
- org.mule.runtime.module.extension.internal.runtime.source.trace - package org.mule.runtime.module.extension.internal.runtime.source.trace
-
- org.mule.runtime.module.extension.internal.runtime.streaming - package org.mule.runtime.module.extension.internal.runtime.streaming
-
- org.mule.runtime.module.extension.internal.runtime.transaction - package org.mule.runtime.module.extension.internal.runtime.transaction
-
- org.mule.runtime.module.extension.internal.runtime.transaction.legacy - package org.mule.runtime.module.extension.internal.runtime.transaction.legacy
-
- org.mule.runtime.module.extension.internal.store - package org.mule.runtime.module.extension.internal.store
-
- org.mule.runtime.module.extension.internal.util - package org.mule.runtime.module.extension.internal.util
-
- org.mule.runtime.module.extension.internal.value - package org.mule.runtime.module.extension.internal.value
-
- OutputModelParser - Interface in org.mule.runtime.module.extension.internal.loader.parser
-
Parses the syntactic definition of a OutputModel so that the semantics reflected in it can be extracted in a uniform
way, regardless of the actual syntax used by the extension developer.
- OutputResolverModelParser - Interface in org.mule.runtime.module.extension.internal.loader.parser
-
Parses the syntactic definition of the output metadata so that the semantics reflected in it can be extracted in a uniform way,
regardless of the actual syntax used by the extension developer.
- ownerConfigName - Variable in class org.mule.runtime.module.extension.internal.runtime.config.ConnectionProviderObjectBuilder
-
- packageFor(String) - Method in class org.mule.runtime.module.extension.internal.resources.manifest.ClassloaderClassPackageFinder
-
Given a
Class name returns the given package where the class belongs.
- packageFor(String) - Method in interface org.mule.runtime.module.extension.internal.resources.manifest.ClassPackageFinder
-
Given a
Class name returns the given package where the class belongs.
- packageFor(String) - Method in class org.mule.runtime.module.extension.internal.resources.manifest.DefaultClassPackageFinder
-
Given a
Class name returns the given package where the class belongs.
- packageFor(String) - Method in class org.mule.runtime.module.extension.internal.resources.manifest.ProcessingEnvironmentClassPackageFinder
-
Given a
Class name returns the given package where the class belongs.
- PagedOperationModelValidator - Class in org.mule.runtime.module.extension.internal.loader.java.validation
-
Validates that all the paged operations don't receive a Connection parameter.
- PagedOperationModelValidator() - Constructor for class org.mule.runtime.module.extension.internal.loader.java.validation.PagedOperationModelValidator
-
- PagingProviderProducer<T> - Class in org.mule.runtime.module.extension.internal.runtime.streaming
-
Implementation of
Producer that uses an instance of
PagingProvider to get its results.
- PagingProviderProducer(PagingProvider<Object, T>, ConfigurationInstance, ExecutionContextAdapter, ExtensionConnectionSupplier) - Constructor for class org.mule.runtime.module.extension.internal.runtime.streaming.PagingProviderProducer
-
- PagingProviderProducer(PagingProvider<Object, T>, ConfigurationInstance, ExecutionContextAdapter, ExtensionConnectionSupplier, boolean) - Constructor for class org.mule.runtime.module.extension.internal.runtime.streaming.PagingProviderProducer
-
- PagingResultTransformer - Class in org.mule.runtime.module.extension.internal.runtime.streaming
-
- PagingResultTransformer(ExtensionConnectionSupplier, boolean) - Constructor for class org.mule.runtime.module.extension.internal.runtime.streaming.PagingResultTransformer
-
- ParameterAllowedStereotypesDeclarionEnricher - Class in org.mule.runtime.module.extension.internal.loader.java.enricher
-
Enriches the
ParameterDeclarations of an extension model with a
List of
StereotypeModel if they are
marked as a reference to at least some element.
- ParameterAllowedStereotypesDeclarionEnricher() - Constructor for class org.mule.runtime.module.extension.internal.loader.java.enricher.ParameterAllowedStereotypesDeclarionEnricher
-
- ParameterDeclarationContext - Class in org.mule.runtime.module.extension.internal.loader.parser.java
-
Utility class for parameter declaration to be able to give metadata of from which component this parameter is part of.
- ParameterDeclarationContext(String, String) - Constructor for class org.mule.runtime.module.extension.internal.loader.parser.java.ParameterDeclarationContext
-
- ParameterElement - Interface in org.mule.runtime.module.extension.api.loader.java.type
-
A contract for an element from which a parameter can be derived
- ParameterGroupArgumentResolver<T> - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
- ParameterGroupArgumentResolver(ParameterGroupDescriptor, ReflectionCache, ExpressionManager) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.ParameterGroupArgumentResolver
-
- ParameterGroupDescriptor - Class in org.mule.runtime.module.extension.internal.loader
-
Describes the the class in which a parameter group is being implemented and the element which contains it
- ParameterGroupDescriptor(String, Type, MetadataType, AnnotatedElement, ExtensionParameter) - Constructor for class org.mule.runtime.module.extension.internal.loader.ParameterGroupDescriptor
-
- ParameterGroupDescriptor(String, Type) - Constructor for class org.mule.runtime.module.extension.internal.loader.ParameterGroupDescriptor
-
- ParameterGroupInfo - Class in org.mule.runtime.module.extension.internal.loader.utils
-
Class that models information of a parameter group
- ParameterGroupInfo(String, boolean) - Constructor for class org.mule.runtime.module.extension.internal.loader.utils.ParameterGroupInfo
-
- ParameterGroupModelParser - Interface in org.mule.runtime.module.extension.internal.loader.parser
-
Parses the syntactic definition of a ParameterGroupModel so that the semantics reflected in it can be extracted in a
uniform way, regardless of the actual syntax used by the extension developer.
- ParameterGroupModelParser.ExclusiveOptionalDescriptor - Class in org.mule.runtime.module.extension.internal.loader.parser
-
Describes the group's exclusive optional parameters
- ParameterGroupModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.property
-
- ParameterGroupModelProperty(ParameterGroupDescriptor) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.ParameterGroupModelProperty
-
- ParameterGroupModelValidator - Class in org.mule.runtime.module.extension.internal.loader.java.validation
-
Validates that the classes through which parameter groups are implemented are valid
- ParameterGroupModelValidator() - Constructor for class org.mule.runtime.module.extension.internal.loader.java.validation.ParameterGroupModelValidator
-
- ParameterGroupObjectBuilder<T> - Class in org.mule.runtime.module.extension.internal.runtime.objectbuilder
-
An
ObjectBuilder used to build pojos which are used with the
ParameterGroup annotation.
- ParameterGroupObjectBuilder(ParameterGroupDescriptor, ReflectionCache, ExpressionManager) - Constructor for class org.mule.runtime.module.extension.internal.runtime.objectbuilder.ParameterGroupObjectBuilder
-
Create a new instance
- ParameterGroupUtils - Class in org.mule.runtime.module.extension.internal.util
-
Utils class for handling cases where either ParameterGroup or ParameterGroup
could be used
- ParameterGroupUtils() - Constructor for class org.mule.runtime.module.extension.internal.util.ParameterGroupUtils
-
- ParameterizableTypeElement - Interface in org.mule.runtime.module.extension.api.loader.java.type
-
A generic contract for any kind of component that is based in a
Class and can define parameters
- ParameterizableTypeWrapper - Class in org.mule.runtime.module.extension.internal.loader.java.type.runtime
-
Wrapper for any kind of class that can define parameters
- ParameterizableTypeWrapper(Class, ClassTypeLoader) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.type.runtime.ParameterizableTypeWrapper
-
- ParameterModelParser - Interface in org.mule.runtime.module.extension.internal.loader.parser
-
Parses the syntactic definition of a ParameterModel so that the semantics reflected in it can be extracted in a uniform
way, regardless of the actual syntax used by the extension developer.
- ParameterModelParserDecorator - Class in org.mule.runtime.module.extension.internal.loader.parser
-
- ParameterModelParserDecorator(ParameterModelParser) - Constructor for class org.mule.runtime.module.extension.internal.loader.parser.ParameterModelParserDecorator
-
Creates a new instance
- ParameterModelsLoaderDelegate - Class in org.mule.runtime.module.extension.internal.loader.delegate
-
- ParameterModelsLoaderDelegate(Supplier<StereotypeModelLoaderDelegate>, Consumer<MetadataType>) - Constructor for class org.mule.runtime.module.extension.internal.loader.delegate.ParameterModelsLoaderDelegate
-
- ParameterPluralNameModelValidator - Class in org.mule.runtime.module.extension.internal.loader.validator
-
Validates that the classes through which parameter groups are implemented are valid
- ParameterPluralNameModelValidator() - Constructor for class org.mule.runtime.module.extension.internal.loader.validator.ParameterPluralNameModelValidator
-
- ParameterResolverArgumentResolver<T> - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
- ParameterResolverArgumentResolver(String) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.ParameterResolverArgumentResolver
-
- ParameterResolverValueResolverWrapper<T> - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
- ParameterResolverValueResolverWrapper(ValueResolver) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.ParameterResolverValueResolverWrapper
-
- parameters() - Method in class org.mule.runtime.module.extension.internal.runtime.function.ReflectiveExpressionFunctionExecutor
-
- parameters - Variable in class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessorBuilder
-
- ParametersResolver - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
Contains behavior to obtain a ResolverSet for a set of parameters values and a ParameterizedModel.
- ParametersResolver(MuleContext, Map<String, ?>, ReflectionCache, ExpressionManager, String) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.ParametersResolver
-
- ParameterTypeWrapper - Class in org.mule.runtime.module.extension.internal.loader.java.type.runtime
-
Wrapper for
Class of parameter method that provide utility methods to facilitate the introspection of the
Class
- ParameterTypeWrapper(Class<?>, ClassTypeLoader) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.type.runtime.ParameterTypeWrapper
-
- ParameterTypeWrapper(ResolvableType, ClassTypeLoader) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.type.runtime.ParameterTypeWrapper
-
- ParameterUtils - Class in org.mule.runtime.module.extension.internal.loader.utils
-
Helper class for introspecting parameter types.
- ParameterValueResolver - Interface in org.mule.runtime.module.extension.internal.runtime.resolver
-
Contract for extension components that knows how to resolve parameter values
- ParameterWrapper - Class in org.mule.runtime.module.extension.internal.loader.java.type.runtime
-
Wrapper for
Parameter that provide utility methods to facilitate the introspection of a
Parameter
- ParameterWrapper(Method, int, ClassTypeLoader) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.type.runtime.ParameterWrapper
-
- parseAttributesResolverModelParser(MethodElement<?>) - Static method in class org.mule.runtime.module.extension.internal.loader.utils.JavaOutputResolverModelParserUtils
-
- parseAttributesResolverModelParser(Type, WithAnnotations) - Static method in class org.mule.runtime.module.extension.internal.loader.utils.JavaOutputResolverModelParserUtils
-
- parseExtensionErrorModels(ExtensionElement, String) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.error.JavaErrorModelParserUtils
-
Parses the error types defined at the extension level
- parseExternalLibraryModels(WithAnnotations) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.lib.JavaExternalLibModelParserUtils
-
- parseInputResolversModelParser(OperationDeclaration) - Static method in class org.mule.runtime.module.extension.internal.loader.utils.JavaInputResolverModelParserUtils
-
- parseInputResolversModelParser(SourceCallbackDeclaration) - Static method in class org.mule.runtime.module.extension.internal.loader.utils.JavaInputResolverModelParserUtils
-
- parseKeyIdResolverModelParser(Supplier<String>, MethodElement<?>) - Static method in class org.mule.runtime.module.extension.internal.loader.utils.JavaMetadataKeyIdModelParserUtils
-
- parseKeyIdResolverModelParser(Type, WithAnnotations) - Static method in class org.mule.runtime.module.extension.internal.loader.utils.JavaMetadataKeyIdModelParserUtils
-
- parseLayoutAnnotations(AnnotatedElement, String) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.MuleExtensionAnnotationParser
-
- parseLayoutAnnotations(WithAnnotations, String) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.MuleExtensionAnnotationParser
-
- parseLayoutAnnotations(WithAnnotations, LayoutModel.LayoutModelBuilder, String) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.MuleExtensionAnnotationParser
-
- parseLayoutAnnotations(AnnotatedElement, LayoutModel.LayoutModelBuilder, String) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.MuleExtensionAnnotationParser
-
- parseLegacyNotifications(AnnotationValueFetcher<NotificationActions>, String, ClassTypeLoader) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.notification.NotificationModelParserUtils
-
- parseNotifications(AnnotationValueFetcher<NotificationActions>, String, ClassTypeLoader) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.notification.NotificationModelParserUtils
-
- parseOperationErrorModels(ExtensionModelParser, ExtensionElement, OperationElement) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.error.JavaErrorModelParserUtils
-
Parses the errors defined by the operation
- parseOutputResolverModelParser(MethodElement<?>) - Static method in class org.mule.runtime.module.extension.internal.loader.utils.JavaOutputResolverModelParserUtils
-
- parseOutputResolverModelParser(Type, WithAnnotations) - Static method in class org.mule.runtime.module.extension.internal.loader.utils.JavaOutputResolverModelParserUtils
-
- PayloadTargetReturnDelegate - Class in org.mule.runtime.module.extension.internal.runtime.result
-
- PayloadTargetReturnDelegate(String, ComponentModel, MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.result.PayloadTargetReturnDelegate
- PlatformAuthorizationCodeStateAdapter - Class in org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs
-
Implementation of AbstractPlatformOAuthStateAdapter that implements AuthorizationCodeState
- PlatformAuthorizationCodeStateAdapter(PlatformManagedOAuthDancer, PlatformManagedConnectionDescriptor, Consumer<ResourceOwnerOAuthContext>) - Constructor for class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs.PlatformAuthorizationCodeStateAdapter
-
- PlatformClientCredentialsOAuthStateAdapter - Class in org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs
-
Implementation of AbstractPlatformOAuthStateAdapter that implements ClientCredentialsState
- PlatformClientCredentialsOAuthStateAdapter(PlatformManagedOAuthDancer, Consumer<ResourceOwnerOAuthContext>) - Constructor for class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs.PlatformClientCredentialsOAuthStateAdapter
-
- PlatformManagedOAuthConfig - Class in org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs
-
OAuthConfig implementation for the
PlatformManagedOAuthGrantType
- PlatformManagedOAuthConfig(String, String, String, String, String, String, String, String, Charset, PlatformManagedOAuthGrantType, ExtensionModel, ConnectionProviderModel, OAuthGrantType) - Constructor for class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs.PlatformManagedOAuthConfig
-
- PlatformManagedOAuthConnectionProvider<C> - Class in org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs
-
- PlatformManagedOAuthConnectionProvider(PlatformManagedOAuthConfig, PlatformManagedOAuthHandler, ReconnectionConfig, PoolingProfile) - Constructor for class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs.PlatformManagedOAuthConnectionProvider
-
- PlatformManagedOAuthConnectionProviderObjectBuilder<C> - Class in org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs
-
- PlatformManagedOAuthConnectionProviderObjectBuilder(ConnectionProviderModel, ResolverSet, PoolingProfile, ReconnectionConfig, PlatformManagedOAuthGrantType, PlatformManagedOAuthHandler, ConfigurationProperties, ExtensionModel, ExpressionManager, MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs.PlatformManagedOAuthConnectionProviderObjectBuilder
-
- PlatformManagedOAuthHandler - Class in org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs
-
- PlatformManagedOAuthHandler() - Constructor for class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs.PlatformManagedOAuthHandler
-
- PojosModelValidator - Class in org.mule.runtime.module.extension.internal.loader.java.validation
-
Validates that POJOs have a default constructor, and implements methods equals and hashCode
- PojosModelValidator() - Constructor for class org.mule.runtime.module.extension.internal.loader.java.validation.PojosModelValidator
-
- policyManager - Variable in class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessor
-
- policyManager - Variable in class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessorBuilder
-
- PollingSourceDeclarationEnricher - Class in org.mule.runtime.module.extension.internal.loader.java.enricher
-
DeclarationEnricher for polling sources
- PollingSourceDeclarationEnricher() - Constructor for class org.mule.runtime.module.extension.internal.loader.java.enricher.PollingSourceDeclarationEnricher
-
- PollingSourceWrapper<T,A> - Class in org.mule.runtime.module.extension.internal.runtime.source.poll
-
A
SourceWrapper implementation that provides Polling related capabilities to any wrapped
Source, like scheduled
polling, watermarking and idempotent processing.
- PollingSourceWrapper(PollingSource<T, A>, SchedulingStrategy, int, SystemExceptionHandler) - Constructor for class org.mule.runtime.module.extension.internal.runtime.source.poll.PollingSourceWrapper
-
- poolingProfile - Variable in class org.mule.runtime.module.extension.internal.runtime.config.ConnectionProviderObjectBuilder
-
- populate(ResolverSetResult, Object) - Method in class org.mule.runtime.module.extension.internal.runtime.objectbuilder.ResolverSetBasedObjectBuilder
-
- PreservingThreadContextExecutorCallback - Class in org.mule.runtime.module.extension.internal.runtime.execution
-
- PreservingThreadContextExecutorCallback(CompletableComponentExecutor.ExecutorCallback) - Constructor for class org.mule.runtime.module.extension.internal.runtime.execution.PreservingThreadContextExecutorCallback
-
- PrivilegedApiValidator - Class in org.mule.runtime.module.extension.internal.loader.java.validation
-
Validates that the privileged API is properly defined.
- PrivilegedApiValidator() - Constructor for class org.mule.runtime.module.extension.internal.loader.java.validation.PrivilegedApiValidator
-
- process(String, Consumer<Result>, BiConsumer<Throwable, Result>) - Method in interface org.mule.runtime.module.extension.api.runtime.privileged.ChildContextChain
-
Same as Chain.process(Consumer, BiConsumer), setting the correlation id within the execution as the the one passed.
- process(Throwable) - Method in class org.mule.runtime.module.extension.internal.runtime.exception.ExceptionHandlerManager
-
Process the
Throwable parameter to obtain the correct failure and if its an exception this method will enrich it with
the obtained
ExceptionHandler for this manager instance.
- process(CoreEvent) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessor
-
- process(Consumer<Result>, BiConsumer<Throwable, Result>) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.ImmutableProcessorChainExecutor
-
- process(Object, Object, Consumer<Result>, BiConsumer<Throwable, Result>) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.ImmutableProcessorChainExecutor
-
- process(Result, Consumer<Result>, BiConsumer<Throwable, Result>) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.ImmutableProcessorChainExecutor
-
- process(String, Consumer<Result>, BiConsumer<Throwable, Result>) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.ImmutableProcessorChildContextChainExecutor
-
- process(Consumer<Result>, BiConsumer<Throwable, Result>) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.ImmutableProcessorChildContextChainExecutor
-
- process(Object, Object, Consumer<Result>, BiConsumer<Throwable, Result>) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.ImmutableProcessorChildContextChainExecutor
-
- process(Result, Consumer<Result>, BiConsumer<Throwable, Result>) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.ImmutableProcessorChildContextChainExecutor
-
- processException(Throwable) - Method in class org.mule.runtime.module.extension.internal.runtime.exception.ModuleExceptionHandler
-
Process a given
Throwable, if this one is a
ModuleException, a
TypedException will be built and
returned.
- ProcessingEnvironmentClassPackageFinder - Class in org.mule.runtime.module.extension.internal.resources.manifest
-
- ProcessingEnvironmentClassPackageFinder(ProcessingEnvironment) - Constructor for class org.mule.runtime.module.extension.internal.resources.manifest.ProcessingEnvironmentClassPackageFinder
-
- PROCESSOR_PATH_MDC_KEY - Static variable in class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessor
-
- ProcessorChainExecutor - Interface in org.mule.runtime.module.extension.internal.runtime.operation
-
A
Chain that wraps a
Processor and allows to execute it.
- ProcessorChainValueResolver - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
- ProcessorChainValueResolver(StreamingManager, MessageProcessorChain) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.ProcessorChainValueResolver
-
Creates a resolver for the provided chain executor.
- processors(List<Processor>) - Method in interface org.mule.runtime.module.extension.internal.runtime.operation.construct.Operation.Builder
-
Configures the message processors to execute as part of the operation.
- processors(Processor...) - Method in interface org.mule.runtime.module.extension.internal.runtime.operation.construct.Operation.Builder
-
Configures the message processors to execute as part of the operation.
- produce() - Method in class org.mule.runtime.module.extension.internal.runtime.streaming.PagingProviderProducer
-
Asks the delegate for the next page
- PropagateAllDistributedTraceContextManager - Class in org.mule.runtime.module.extension.internal.runtime.parameter
-
A DistributedTraceContextManager that injects all the fields of the propagator context of the event.
- PropagateAllDistributedTraceContextManager(DistributedTraceContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.parameter.PropagateAllDistributedTraceContextManager
-
- PropertyElement - Interface in org.mule.runtime.module.extension.api.loader.java.type
-
Describes a java bean property
- PropertyElement.Accessibility - Enum in org.mule.runtime.module.extension.api.loader.java.type
-
- PropertyElement.DefaultPropertyElement - Class in org.mule.runtime.module.extension.api.loader.java.type
-
- PropertyElement.PropertyElementBuilder - Class in org.mule.runtime.module.extension.api.loader.java.type
-
- PropertyElementBuilder() - Constructor for class org.mule.runtime.module.extension.api.loader.java.type.PropertyElement.PropertyElementBuilder
-
- prototypeClass - Variable in class org.mule.runtime.module.extension.internal.runtime.objectbuilder.DefaultObjectBuilder
-
- providerModel - Variable in class org.mule.runtime.module.extension.internal.runtime.config.ConnectionProviderObjectBuilder
-
- put(Serializable, Serializable) - Method in class org.mule.runtime.module.extension.internal.metadata.MuleMetadataCacheAdapter
-
- put(Serializable, Serializable) - Method in class org.mule.runtime.module.extension.internal.metadata.SdkMetadataCacheAdapter
-
- putAll(Map<? extends Serializable, ? extends Serializable>) - Method in class org.mule.runtime.module.extension.internal.metadata.MuleMetadataCacheAdapter
-
- putAll(Map<? extends Serializable, ? extends Serializable>) - Method in class org.mule.runtime.module.extension.internal.metadata.SdkMetadataCacheAdapter
-
- putContext(ComponentLocation, String) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.SdkInternalContext
-
- ReactiveMethodOperationExecutor<M extends org.mule.runtime.api.meta.model.ComponentModel> - Class in org.mule.runtime.module.extension.internal.runtime.execution.deprecated
-
- ReactiveMethodOperationExecutor(M, Method, Object) - Constructor for class org.mule.runtime.module.extension.internal.runtime.execution.deprecated.ReactiveMethodOperationExecutor
-
Deprecated.
- ReactiveOperationExecutionWrapper<M extends org.mule.runtime.api.meta.model.ComponentModel> - Class in org.mule.runtime.module.extension.internal.runtime.execution.deprecated
-
- ReactiveOperationExecutionWrapper(ComponentExecutor) - Constructor for class org.mule.runtime.module.extension.internal.runtime.execution.deprecated.ReactiveOperationExecutionWrapper
-
Deprecated.
- ReactiveOperationExecutorFactory<T,M extends org.mule.runtime.api.meta.model.ComponentModel> - Class in org.mule.runtime.module.extension.internal.runtime.execution.deprecated
-
- ReactiveOperationExecutorFactory(Class<T>, Method) - Constructor for class org.mule.runtime.module.extension.internal.runtime.execution.deprecated.ReactiveOperationExecutorFactory
-
Deprecated.
- ReactiveOperationExecutorFactoryWrapper<T extends org.mule.runtime.api.meta.model.ComponentModel> - Class in org.mule.runtime.module.extension.internal.runtime.execution.deprecated
-
- ReactiveOperationExecutorFactoryWrapper(ComponentExecutorFactory<T>) - Constructor for class org.mule.runtime.module.extension.internal.runtime.execution.deprecated.ReactiveOperationExecutorFactoryWrapper
-
Deprecated.
Creates a new instance
- ReactiveReconnectionCallback - Class in org.mule.runtime.module.extension.internal.runtime.connectivity
-
Reactor based implementation of ReconnectionCallback
- ReactiveReconnectionCallback(MonoSink<Void>) - Constructor for class org.mule.runtime.module.extension.internal.runtime.connectivity.ReactiveReconnectionCallback
-
Creates a new instance
- reconnect(ConnectionException, ReconnectionCallback) - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.SdkReconnectableAdapter
-
- reconnectingForever(int) - Method in class org.mule.runtime.module.extension.internal.runtime.client.operation.DefaultOperationParameterizer
-
- reconnectionConfig - Variable in class org.mule.runtime.module.extension.internal.runtime.config.ConnectionProviderObjectBuilder
-
- ReconnectionUtils - Class in org.mule.runtime.module.extension.internal.util
-
Utilities for handling reconnection on operations that use a connection.
- ReconnectionUtils() - Constructor for class org.mule.runtime.module.extension.internal.util.ReconnectionUtils
-
- reflectionCache - Variable in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
-
- reflectionCache - Variable in class org.mule.runtime.module.extension.internal.runtime.objectbuilder.DefaultObjectBuilder
-
- reflectionCache - Variable in class org.mule.runtime.module.extension.internal.runtime.objectbuilder.ResolverSetBasedObjectBuilder
-
- reflectionCache - Variable in class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessorBuilder
-
- ReflectionCache - Class in org.mule.runtime.module.extension.internal.util
-
Caches results of frequently done reflection lookups.
- ReflectionCache() - Constructor for class org.mule.runtime.module.extension.internal.util.ReflectionCache
-
- ReflectiveExpressionFunctionExecutor - Class in org.mule.runtime.module.extension.internal.runtime.function
-
Executes a task associated to a
ExecutionContext by invoking a given
Method
- ReflectiveExpressionFunctionExecutor(FunctionModel, DataType, List<FunctionParameter>, Method, Object) - Constructor for class org.mule.runtime.module.extension.internal.runtime.function.ReflectiveExpressionFunctionExecutor
-
- ReflectiveFunctionExecutorFactory<T> - Class in org.mule.runtime.module.extension.internal.runtime.function
-
- ReflectiveFunctionExecutorFactory(Class<T>, Method) - Constructor for class org.mule.runtime.module.extension.internal.runtime.function.ReflectiveFunctionExecutorFactory
-
- RefNameDeclarationEnricher - Class in org.mule.runtime.module.extension.internal.loader.java.enricher
-
A DeclarationEnricher which looks for configurations with fields annotated with RefName.
- RefNameDeclarationEnricher() - Constructor for class org.mule.runtime.module.extension.internal.loader.java.enricher.RefNameDeclarationEnricher
-
- refreshToken(String) - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode.AuthorizationCodeConnectionProviderWrapper
-
- refreshToken(String, String) - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode.AuthorizationCodeOAuthHandler
-
Performs the refresh token flow
- refreshToken(String) - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.clientcredentials.ClientCredentialsConnectionProviderWrapper
-
- refreshToken(ClientCredentialsConfig) - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.clientcredentials.ClientCredentialsOAuthHandler
-
Performs the refresh token flow
- refreshToken(String) - Method in interface org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.OAuthConnectionProviderWrapper
-
Executes a refresh token for the given resourceOwnerId
- refreshToken(String) - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs.PlatformManagedOAuthConnectionProvider
-
- refreshToken(PlatformManagedOAuthConfig) - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs.PlatformManagedOAuthHandler
-
Performs the refresh token flow
- refreshTokenIfNecessary(ExecutionContextAdapter<OperationModel>, Throwable) - Static method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ExtensionsOAuthUtils
-
Performs a token refresh if the underlying
ConnectionProvider of the given
ExecutionContextAdapter knows how
do it and the given
Throwable signals a refresh is needed by either being an
AccessTokenExpiredException or
by one appearing in the chain of causes.
- refreshTokenIfNecessary(ConnectionProvider, Throwable) - Static method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ExtensionsOAuthUtils
-
Performs a token refresh if the given
ConnectionProvider knows how do it and the given
Throwable signals a
refresh is needed by either being an
AccessTokenExpiredException or by one appearing in the chain of causes.
- register(AuthorizationCodeConfig) - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode.AuthorizationCodeOAuthHandler
-
Becomes aware of the given config and makes sure that the access token callback and authorization endpoints are
provisioned.
- register(AuthorizationCodeConfig, List<AuthorizationCodeListener>) - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode.AuthorizationCodeOAuthHandler
-
- register(ClientCredentialsConfig) - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.clientcredentials.ClientCredentialsOAuthHandler
-
Becomes aware of the given config and makes sure that the access token callback and authorization endpoints are
provisioned.
- register(ClientCredentialsConfig, List<ClientCredentialsListener>) - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.clientcredentials.ClientCredentialsOAuthHandler
-
- register(PlatformManagedOAuthConfig) - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs.PlatformManagedOAuthHandler
-
- register(PlatformManagedOAuthConfig, List<PlatformManagedOAuthStateListener>) - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs.PlatformManagedOAuthHandler
-
- registerConfiguration(ConfigurationInstance) - Method in class org.mule.runtime.module.extension.internal.runtime.config.DynamicConfigurationProvider
-
- registerConfiguration(ConfigurationInstance) - Method in class org.mule.runtime.module.extension.internal.runtime.config.LifecycleAwareConfigurationProvider
-
Implementations are to invoke this method everytime they create a new ConfigurationInstance so that they're kept
track of and the lifecycle can be propagated
- registerConfigurationProvider(ConfigurationProvider) - Method in class org.mule.runtime.module.extension.internal.manager.CompositeArtifactExtensionManager
-
- registerConfigurationProvider(ConfigurationProvider) - Method in class org.mule.runtime.module.extension.internal.manager.DefaultExtensionManager
- registerErrorMappings(ErrorTypeRepository, ErrorTypeLocator, Set<ExtensionModel>) - Static method in class org.mule.runtime.module.extension.internal.manager.ExtensionErrorsRegistrant
-
- registerExtension(ExtensionModel) - Method in class org.mule.runtime.module.extension.internal.manager.CompositeArtifactExtensionManager
-
- registerExtension(ExtensionModel) - Method in class org.mule.runtime.module.extension.internal.manager.DefaultExtensionManager
- registerOutputTypes(ExecutableComponentDeclaration<?>) - Method in class org.mule.runtime.module.extension.internal.loader.delegate.DefaultExtensionModelLoaderDelegate
-
- registerType(MetadataType) - Method in class org.mule.runtime.module.extension.internal.loader.delegate.DefaultExtensionModelLoaderDelegate
-
- registry - Variable in class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessorBuilder
-
- RegistryLookupValueResolver<T> - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
- RegistryLookupValueResolver(String) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.RegistryLookupValueResolver
-
- REJECTED_ITEM_MESSAGE - Static variable in class org.mule.runtime.module.extension.internal.runtime.source.poll.PollingSourceWrapper
-
- release() - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.TransactionalConnectionHandler
-
Does nothing since the connection shouldn't be released until the transaction is resolved
- releaseConnection() - Method in interface org.mule.runtime.module.extension.internal.runtime.source.legacy.AugmentedLegacySourceCallbackContext
-
Releases the bound connection
- releaseConnection() - Method in class org.mule.runtime.module.extension.internal.runtime.source.legacy.LegacySourceCallbackContextAdapter
-
- releaseConnection() - Method in class org.mule.runtime.module.extension.internal.runtime.source.legacy.SdkSourceCallBackContextAdapter
-
- releaseConnection() - Method in interface org.mule.runtime.module.extension.internal.runtime.source.SourceCallbackContextAdapter
-
Releases the bound connection
- remove(String) - Method in class org.mule.runtime.module.extension.internal.store.SdkObjectStoreAdapter
-
- removeContext(ComponentLocation, String) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.SdkInternalContext
-
- removeVariable(String) - Method in interface org.mule.runtime.module.extension.api.runtime.privileged.ExecutionContextAdapter
-
Removes the variable value associated with key.
- removeVariable(String) - Method in class org.mule.runtime.module.extension.internal.runtime.AbstractExecutionContextAdapterDecorator
-
- removeVariable(String) - Method in class org.mule.runtime.module.extension.internal.runtime.DefaultExecutionContext
-
Removes the variable value associated with key.
- RequiredForMetadataDeclarationEnricher - Class in org.mule.runtime.module.extension.internal.loader.java.enricher
-
DeclarationEnricher implementation which introspect Configurations and Connection Provides and looks for parameters
declared as RequiredForMetadata.
- RequiredForMetadataDeclarationEnricher() - Constructor for class org.mule.runtime.module.extension.internal.loader.java.enricher.RequiredForMetadataDeclarationEnricher
-
- RequiredParameterNotSetException - Exception in org.mule.runtime.module.extension.internal.runtime.exception
-
MuleRuntimeException that aims to be thrown when a required parameter is not set.
- RequiredParameterNotSetException(ParameterModel) - Constructor for exception org.mule.runtime.module.extension.internal.runtime.exception.RequiredParameterNotSetException
-
- RequiredParameterNotSetException(String) - Constructor for exception org.mule.runtime.module.extension.internal.runtime.exception.RequiredParameterNotSetException
-
- RequiredParameterValueResolverWrapper<T> - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
- RequiredParameterValueResolverWrapper(ValueResolver<T>, String, String) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.RequiredParameterValueResolverWrapper
-
Creates a new instance
- RequiredParameterValueResolverWrapper(ValueResolver<T>, String) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.RequiredParameterValueResolverWrapper
-
Creates a new instance
- RequireNameField - Class in org.mule.runtime.module.extension.internal.loader.java.property
-
A custom model property used to indicate that the class implementing a
ConfigurationModel has a
Field on which
the config's name should be injected.
- RequireNameField(Field) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.RequireNameField
-
Creates a new instance
- requiresConfig(SourceModelParser) - Static method in class org.mule.runtime.module.extension.internal.loader.ModelLoaderDelegateUtils
-
- requiresConfig(OperationModelParser) - Static method in class org.mule.runtime.module.extension.internal.loader.ModelLoaderDelegateUtils
-
- requiresConfig() - Method in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
-
- requiresEeLicense() - Method in class org.mule.runtime.module.extension.internal.loader.java.property.LicenseModelProperty
-
- RequiresEnterpriseLicenseInfo - Class in org.mule.runtime.module.extension.internal.loader.parser.java.info
-
Class that models the information of the RequiresEnterpriseLicense annotations.
- RequiresEnterpriseLicenseInfo(boolean) - Constructor for class org.mule.runtime.module.extension.internal.loader.parser.java.info.RequiresEnterpriseLicenseInfo
-
- RequiresEntitlementInfo - Class in org.mule.runtime.module.extension.internal.loader.parser.java.info
-
Class that models the information of the RequiresEntitlement annotations.
- RequiresEntitlementInfo(String, String) - Constructor for class org.mule.runtime.module.extension.internal.loader.parser.java.info.RequiresEntitlementInfo
-
- resetCursors() - Method in class org.mule.runtime.module.extension.internal.runtime.streaming.CursorResetHandler
-
Resets the position of all the cursors to the position indicated when this object was created.
- resolve(ExecutionContext) - Method in class org.mule.runtime.module.extension.api.runtime.privileged.StreamingHelperFactory
-
- resolve(CoreEvent, ValueResolver) - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.BaseOAuthConnectionProviderObjectBuilder
-
- resolve(ExecutionContext, Class<?>[]) - Method in interface org.mule.runtime.module.extension.internal.runtime.execution.ArgumentResolverDelegate
-
Returns an object array with the argument values of the given executionContext
- resolve(ExecutionContext, Class<?>[]) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.MethodArgumentResolverDelegate
-
- resolve(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.OperationTransactionalActionArgumentResolver
-
Resolves an argument's value from the given executionContext
- resolve(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.SdkOperationTransactionalActionArgumentResolver
-
Resolves an argument's value from the given executionContext
- resolve(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.AbstractSourceResultArgumentResolver
-
- resolve(ExecutionContext) - Method in interface org.mule.runtime.module.extension.internal.runtime.resolver.ArgumentResolver
-
Resolves an argument's value from the given executionContext
- resolve(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.BackPressureContextArgumentResolver
-
- resolve(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ByParameterNameArgumentResolver
-
Resolves an argument's value from the given executionContext
- resolve(ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.CollectionValueResolver
-
Passes the given event to each resolvers and outputs a collection of type collectionType with each result
- resolve(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.CompletionCallbackArgumentResolver
-
- resolve(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ComponentLocationArgumentResolver
-
- resolve(ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ConfigOverrideValueResolverWrapper
-
- resolve(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ConfigurationArgumentResolver
-
- resolve(ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ConfigurationProviderValueResolver
-
Locates and returns the ConfigurationProvider associated with the configurationProviderReference given upon
construction.
- resolve(ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ConfigurationValueResolver
-
- resolve(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ConnectionArgumentResolver
-
- resolve(ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ConnectionProviderResolver
-
Resolves a value from the given event
- resolve(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.CorrelationInfoArgumentResolver
-
- resolve(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.DefaultEncodingArgumentResolver
-
- resolve(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.DistributedTraceContextManagerResolver
-
- resolve(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ErrorArgumentResolver
-
- resolve(ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ExpressionBasedParameterResolverValueResolver
-
Resolves a value from the given event
- resolve(ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ExpressionLanguageTransformationValueResolver
-
- resolve(ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ExpressionTypedValueValueResolver
-
- resolve(ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ExpressionValueResolver
-
- resolve(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ExtensionsClientArgumentResolver
-
- resolve(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.FlowListenerArgumentResolver
-
- resolve(ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ImplicitConnectionProviderValueResolver
-
- resolve(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.LegacySourceCallbackContextArgumentResolver
-
- resolve(ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.LifecycleAwareValueResolverWrapper
-
- resolve(ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.LifecycleInitialiserValueResolverWrapper
-
- resolve(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.LiteralArgumentResolver
-
Resolves an argument's value from the given executionContext
- resolve(ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.MapValueResolver
-
Passes the given context to each resolvers and outputs a map of type mapType with each result
- resolve(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.MediaTypeArgumentResolver
-
- resolve(ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.NativeQueryParameterValueResolver
-
Resolves a value from the given event
- resolve(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.NotificationHandlerArgumentResolver
-
- resolve(ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.NullSafeValueResolverWrapper
-
- resolve(ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ObjectBuilderValueResolver
-
Delegates to builder
- resolve(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ParameterGroupArgumentResolver
-
Resolves an argument's value from the given executionContext
- resolve(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ParameterResolverArgumentResolver
-
Resolves an argument's value from the given executionContext
- resolve(ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ParameterResolverValueResolverWrapper
-
- resolve(ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ProcessorChainValueResolver
-
Returns a
Chain that wraps the given
Processor using the current
event
- resolve(ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.RegistryLookupValueResolver
-
- resolve(ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.RequiredParameterValueResolverWrapper
-
- resolve(ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ResolverSet
-
- resolve(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.RetryPolicyTemplateArgumentResolver
-
- resolve(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.RouterCallbackArgumentResolver
-
- resolve(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.SdkBackPressureContextArgumentResolver
-
- resolve(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.SdkCompletionCallbackArgumentResolver
-
- resolve(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.SdkExtensionsClientArgumentResolver
-
- resolve(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.SdkFlowListenerArgumentResolver
-
- resolve(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.SdkNotificationHandlerArgumentResolver
-
- resolve(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.SdkRouterCallbackArgumentResolver
-
- resolve(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.SdkSecurityContextHandlerArgumentResolver
-
- resolve(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.SdkVoidCallbackArgumentResolver
-
- resolve(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.SecurityContextHandlerArgumentResolver
-
- resolve(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.SourceCallbackContextArgumentResolver
-
- resolve(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.SourceCompletionCallbackArgumentResolver
-
- resolve(ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.StaticConnectionProviderResolver
-
- resolve(ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.StaticLiteralValueResolver
-
Resolves a value from the given event
- resolve() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.StaticParameterResolver
- resolve(ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.StaticValueResolver
-
Resolves a value from the given event
- resolve(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.StreamingHelperArgumentResolver
-
Resolves an argument's value from the given executionContext
- resolve(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.TypedValueArgumentResolver
-
Resolves an argument's value from the given executionContext
- resolve(ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.TypedValueValueResolverWrapper
-
Resolves the value of
this#resolver using the given
CoreEvent and returns the correspondent
TypedValue
- resolve(ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.TypeSafeExpressionValueResolver
-
- resolve(ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.TypeSafeValueResolverWrapper
-
- resolve(ValueResolvingContext) - Method in interface org.mule.runtime.module.extension.internal.runtime.resolver.ValueResolver
-
Resolves a value from the given event
- resolve(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.VoidCallbackArgumentResolver
-
- resolve() - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.DefaultTransactionHandle
-
- resolve() - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.legacy.LegacyTransactionHandle
-
- resolve() - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.NullTransactionHandle
-
- resolve() - Method in class org.mule.runtime.module.extension.internal.value.SdkValueProviderAdapter
-
- resolveCursor(Object) - Static method in class org.mule.runtime.module.extension.internal.runtime.resolver.ResolverUtils
-
Obtains a Cursor based on the value, if one is available.
- resolveCursor(TypedValue<?>) - Static method in class org.mule.runtime.module.extension.internal.runtime.resolver.ResolverUtils
-
Obtains a TypedValue of Cursor based on the given typedValue, if one is available.
- resolveCursor(Object) - Method in class org.mule.runtime.module.extension.internal.runtime.streaming.DefaultStreamingHelper
- resolveCursorAsUnclosable(Object) - Static method in class org.mule.runtime.module.extension.internal.runtime.resolver.ResolverUtils
-
Obtains a Cursor based on the value, if one is available.
- resolveCursorAsUnclosable(TypedValue<?>) - Static method in class org.mule.runtime.module.extension.internal.runtime.resolver.ResolverUtils
-
Obtains a TypedValue of Cursor based on the given typedValue, if one is available.
- resolveCursorProvider(Object) - Method in class org.mule.runtime.module.extension.internal.runtime.streaming.DefaultStreamingHelper
- resolveCursorProviders(Map<K, Object>, boolean) - Method in class org.mule.runtime.module.extension.internal.runtime.streaming.DefaultStreamingHelper
- resolveCursors(boolean) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ValueResolvingContext.Builder
-
- resolveCursors() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ValueResolvingContext
-
- resolveCursors(Map<K, Object>, boolean) - Method in class org.mule.runtime.module.extension.internal.runtime.streaming.DefaultStreamingHelper
- resolveDeclaredTypesStereotypes(ExtensionDeclaration) - Method in class org.mule.runtime.module.extension.internal.loader.delegate.StereotypeModelLoaderDelegate
-
- resolveDeferred(ExecutionContext, Class<?>[]) - Method in interface org.mule.runtime.module.extension.internal.runtime.execution.ArgumentResolverDelegate
-
Returns an array of
Supplier of the argument values of the given
executionContext.
- resolveDeferred(ExecutionContext, Class<?>[]) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.MethodArgumentResolverDelegate
-
- resolveDistributedTraceContext(CoreEvent, CoreEventTracer) - Static method in class org.mule.runtime.module.extension.internal.runtime.resolver.ResolverUtils
-
- resolveDistributedTraceContextManager(CoreEvent, CoreEventTracer) - Static method in class org.mule.runtime.module.extension.internal.runtime.resolver.ResolverUtils
-
- resolveInvocationError(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.AbstractSourceResultArgumentResolver
-
- resolveInvocationError(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.SdkSourceResultArgumentResolver
-
- resolveInvocationError(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.SourceResultArgumentResolver
-
- resolveLegacyParameters(OperationParameterizer, OperationParameters) - Method in class org.mule.runtime.module.extension.internal.runtime.client.DefaultExtensionsClient
-
- resolveMediaType(Object, MediaType, Charset) - Method in class org.mule.runtime.module.extension.internal.runtime.result.AbstractReturnDelegate
-
If provided, mimeType and encoding configured as operation parameters will take precedence over what comes with the message's
DataType.
- resolveParameterGroups(ObjectType, DefaultObjectBuilder) - Method in interface org.mule.runtime.module.extension.internal.runtime.resolver.ObjectTypeParametersResolver
-
Adds the required
ValueResolvers for the object parameters groups into the builder
- resolveParameterGroups(ObjectType, DefaultObjectBuilder) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ParametersResolver
-
Adds the required
ValueResolvers for the object parameters groups into the builder
- resolveParameters(CoreEvent.Builder, BiConsumer<Map<String, Supplier<Object>>, ExecutionContext>) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessor
-
- resolveParameters(ObjectType, DefaultObjectBuilder) - Method in interface org.mule.runtime.module.extension.internal.runtime.resolver.ObjectTypeParametersResolver
-
Adds the required
ValueResolvers for the object parameters into the builder
- resolveParameters(ObjectType, DefaultObjectBuilder) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ParametersResolver
-
Adds the required
ValueResolvers for the object parameters into the builder
- resolverByFieldName - Variable in class org.mule.runtime.module.extension.internal.runtime.objectbuilder.DefaultObjectBuilder
-
- resolveRecursively(ValueResolver<T>, ValueResolvingContext) - Static method in class org.mule.runtime.module.extension.internal.runtime.resolver.ResolverUtils
-
- resolveResponseError(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.AbstractSourceResultArgumentResolver
-
- resolveResponseError(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.SdkSourceResultArgumentResolver
-
- resolveResponseError(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.SourceResultArgumentResolver
-
- resolvers - Variable in class org.mule.runtime.module.extension.internal.runtime.objectbuilder.DefaultObjectBuilder
-
- resolverSet - Variable in class org.mule.runtime.module.extension.internal.runtime.objectbuilder.ResolverSetBasedObjectBuilder
-
- resolverSet - Variable in class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessor
-
- ResolverSet - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
- ResolverSet(MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.ResolverSet
-
- ResolverSetBasedObjectBuilder<T> - Class in org.mule.runtime.module.extension.internal.runtime.objectbuilder
-
- ResolverSetBasedObjectBuilder(Class<?>, ResolverSet, ExpressionManager, MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.objectbuilder.ResolverSetBasedObjectBuilder
-
- ResolverSetBasedObjectBuilder(Class<?>, ParameterizedModel, ResolverSet, ExpressionManager, MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.objectbuilder.ResolverSetBasedObjectBuilder
-
- ResolverSetBasedParameterResolver - Class in org.mule.runtime.module.extension.internal.runtime.config
-
- ResolverSetBasedParameterResolver(ResolverSet, ParameterizedModel, ReflectionCache, ExpressionManager) - Constructor for class org.mule.runtime.module.extension.internal.runtime.config.ResolverSetBasedParameterResolver
-
- ResolverSetResult - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
This class represents the outcome of the evaluation of a
ResolverSet.
- ResolverSetResult.Builder - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
- ResolverSetUtils - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
- ResolverSupplier<T extends org.mule.runtime.api.metadata.resolving.NamedTypeResolver> - Class in org.mule.runtime.module.extension.internal.metadata
-
Supplier implementation that returns instances of type
T from a given
Class
- ResolverUtils - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
Utility class to share common behaviour between resolvers
- resolveStackableTypes(ExtensionParameter) - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.ParameterDeclarationContext
-
- resolveStereotype(WithAnnotations, String, String, StereotypeModelFactory) - Static method in class org.mule.runtime.module.extension.internal.loader.parser.java.stereotypes.JavaStereotypeModelParserUtils
-
Returns the annotatedElement StereotypeModel if one is defined
- resolveSuccess(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.AbstractSourceResultArgumentResolver
-
- resolveSuccess(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.SdkSourceResultArgumentResolver
-
- resolveSuccess(ExecutionContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.SourceResultArgumentResolver
-
- resolveTypedValue(ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ExpressionValueResolver
-
- resolveValue(ValueResolver<T>, ValueResolvingContext) - Static method in class org.mule.runtime.module.extension.internal.runtime.resolver.ResolverUtils
-
Executes the resolver using the given context, applying all the required resolution rules that may apply for
the given T type.
- resolveWithOAuthRefresh(MetadataContext, CheckedSupplier<T>) - Static method in class org.mule.runtime.module.extension.internal.metadata.MetadataResolverUtils
-
Gets the value provided by a
CheckedSupplier taking into account that an OAuth access token refresh may be needed.
- resolveWithoutConfig(ValueResolvingContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ConfigOverrideValueResolverWrapper
-
- Restartable - Interface in org.mule.runtime.module.extension.internal.runtime.source.poll
-
A component that can be restarted.
- RestartContext - Class in org.mule.runtime.module.extension.internal.runtime.source.poll
-
Context needed to perform the restart of a source
- RestartContext(Scheduler, DelegateRunnable) - Constructor for class org.mule.runtime.module.extension.internal.runtime.source.poll.RestartContext
-
- ResultTransformer - Interface in org.mule.runtime.module.extension.internal.runtime.operation
-
- retrieve(String) - Method in class org.mule.runtime.module.extension.internal.store.SdkObjectStoreAdapter
-
- retrieveAll() - Method in class org.mule.runtime.module.extension.internal.store.SdkObjectStoreAdapter
-
- retryPolicyTemplate - Variable in class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessor
-
- retryPolicyTemplate - Variable in class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessorBuilder
-
- RetryPolicyTemplateArgumentResolver - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
- RetryPolicyTemplateArgumentResolver() - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.RetryPolicyTemplateArgumentResolver
-
- RetryPolicyTemplateResolver - Interface in org.mule.runtime.module.extension.internal.runtime.operation.retry
-
Resolves a retry template.
- returnDelegate - Variable in class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessor
-
- ReturnDelegate - Interface in org.mule.runtime.module.extension.internal.runtime.result
-
A delegate interface to decouple a
CompletableComponentExecutor's return value from how it is transformed into an
CoreEvent to be handed back into the pipeline
- ReturnHandler<T> - Interface in org.mule.runtime.module.extension.internal.runtime.operation.resulthandler
-
Handler for operation return values.
- ReturnHandler.NullReturnHandler<T> - Class in org.mule.runtime.module.extension.internal.runtime.operation.resulthandler
-
- returnsListOfMessages(HasOutputModel) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
-
- returnType() - Method in class org.mule.runtime.module.extension.internal.runtime.function.ReflectiveExpressionFunctionExecutor
-
- rollback() - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.DefaultTransactionHandle
- rollback() - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.ExtensionTransactionalResource
- rollback() - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.legacy.LegacyTransactionHandle
-
- rollback() - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.NullTransactionHandle
- RouteBuilderValueResolver - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
- RouteBuilderValueResolver(ObjectBuilder, MuleContext, MessageProcessorChain) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.RouteBuilderValueResolver
-
- RouterCallbackArgumentResolver - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
- RouterCallbackArgumentResolver() - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.RouterCallbackArgumentResolver
-
- run() - Method in class org.mule.runtime.module.extension.internal.runtime.source.poll.DelegateRunnable
-
- runEvery(long, TimeUnit) - Method in class org.mule.runtime.module.extension.internal.manager.DefaultConfigurationExpirationMonitor.Builder
-
Specifies how often should this instance check for expired config instances
- RuntimeVersionDeclarationEnricher - Class in org.mule.runtime.module.extension.internal.loader.java.enricher
-
DeclarationEnricher which looks at classes with fields annotated with RuntimeVersion.
- RuntimeVersionDeclarationEnricher() - Constructor for class org.mule.runtime.module.extension.internal.loader.java.enricher.RuntimeVersionDeclarationEnricher
-
- RuntimeVersionModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.property
-
ModelProperty used to indicate that the class implementing a
ConfigurationModel has a
Field on which
the
MuleVersion should be injected.
- RuntimeVersionModelProperty(Field) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.RuntimeVersionModelProperty
-
Creates a new instance
- runWithMetadataContext(Function<MetadataContext, MetadataResult<R>>) - Method in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
-
- SampleDataDeclarationEnricher - Class in org.mule.runtime.module.extension.internal.loader.java.enricher
-
DeclarationEnricher implementation that walks through a ExtensionDeclaration and looks for sources and
operations annotated with SampleData.
- SampleDataDeclarationEnricher() - Constructor for class org.mule.runtime.module.extension.internal.loader.java.enricher.SampleDataDeclarationEnricher
-
- SampleDataProviderFactory - Class in org.mule.runtime.module.extension.internal.data.sample
-
Provides instances of SampleDataProvider
- SampleDataProviderFactory(SampleDataProviderFactoryModelProperty, ParameterValueResolver, Supplier<Object>, Supplier<Object>, Field, Field, ReflectionCache, MuleContext, ParameterizedModel) - Constructor for class org.mule.runtime.module.extension.internal.data.sample.SampleDataProviderFactory
-
- SampleDataProviderFactoryModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.property
-
Private ModelProperty which communicates the SampleDataProvider of a HasOutputModel model which
contains a SampleDataProviderModel
- SampleDataProviderFactoryModelProperty.SampleDataProviderFactoryModelPropertyBuilder - Class in org.mule.runtime.module.extension.internal.loader.java.property
-
- SampleDataProviderFactoryModelPropertyBuilder(Class<? extends SampleDataProvider>) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.SampleDataProviderFactoryModelProperty.SampleDataProviderFactoryModelPropertyBuilder
-
- SampleDataProviderMediator - Class in org.mule.runtime.module.extension.internal.data.sample
-
Coordinates all the moving parts necessary to provision and execute a SampleDataProvider, handling possible errors and
transforming the output into a Message
- SampleDataProviderMediator(ExtensionModel, ComponentModel, Component, MuleContext, ReflectionCache, StreamingManager) - Constructor for class org.mule.runtime.module.extension.internal.data.sample.SampleDataProviderMediator
-
Creates a new instance of the mediator
- SampleDataUtils - Class in org.mule.runtime.module.extension.internal.data.sample
-
Utility class for SampleDataProvider related objects
- SampleDataUtils() - Constructor for class org.mule.runtime.module.extension.internal.data.sample.SampleDataUtils
-
- sanitizePath(String) - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.BaseOAuthConnectionProviderObjectBuilder
-
- SdkAttributesTypeResolverAdapter - Class in org.mule.runtime.module.extension.internal.metadata
-
- SdkAuthenticationAdapter - Class in org.mule.runtime.module.extension.internal.runtime.security.adapter
-
Adapts a Authentication into a Authentication
- SdkAuthenticationAdapter(Authentication) - Constructor for class org.mule.runtime.module.extension.internal.runtime.security.adapter.SdkAuthenticationAdapter
-
- SdkAuthenticationHandlerAdapter - Class in org.mule.runtime.module.extension.internal.runtime.security.adapter
-
Adapts a legacy AuthenticationHandler into a AuthenticationHandler
- SdkAuthenticationHandlerAdapter(AuthenticationHandler) - Constructor for class org.mule.runtime.module.extension.internal.runtime.security.adapter.SdkAuthenticationHandlerAdapter
-
- SdkBackPressureActionUtils - Class in org.mule.runtime.module.extension.internal.runtime.source.legacy
-
Utils class for handling BackPressureAction
- SdkBackPressureContextAdapter - Class in org.mule.runtime.module.extension.internal.runtime.source.legacy
-
Adapts a legacy BackPressureContext into a BackPressureContext
- SdkBackPressureContextAdapter(BackPressureContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.source.legacy.SdkBackPressureContextAdapter
-
- SdkBackPressureContextArgumentResolver - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
- SdkBackPressureContextArgumentResolver() - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.SdkBackPressureContextArgumentResolver
-
- SdkCompletionCallbackAdapter<T,A> - Class in org.mule.runtime.module.extension.internal.runtime.execution.adapter
-
Adapts a legacy CompletionCallback into a CompletionCallback
- SdkCompletionCallbackAdapter(CompletionCallback) - Constructor for class org.mule.runtime.module.extension.internal.runtime.execution.adapter.SdkCompletionCallbackAdapter
-
- SdkCompletionCallbackArgumentResolver - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
- SdkCompletionCallbackArgumentResolver() - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.SdkCompletionCallbackArgumentResolver
-
- SdkConnectionProviderAdapter<C> - Class in org.mule.runtime.module.extension.internal.loader.parser.java.connection
-
Adapts a sdk-api ConnectionProvider into a mule-api ConnectionProvider.
- SdkConnectionValidationResultAdapter - Class in org.mule.runtime.module.extension.internal.loader.parser.java.connection
-
Adapts a sdk-api ConnectionValidationResult into a mule-api
ConnectionValidationResult.
- SdkCredentialPlacementUtils - Class in org.mule.runtime.module.extension.internal.loader.parser.java.connection
-
Helper class to handle credential placement.
- SdkCredentialPlacementUtils() - Constructor for class org.mule.runtime.module.extension.internal.loader.parser.java.connection.SdkCredentialPlacementUtils
-
- SdkCredentialsAdapter - Class in org.mule.runtime.module.extension.internal.runtime.security.adapter
-
- SdkCredentialsAdapter(Credentials) - Constructor for class org.mule.runtime.module.extension.internal.runtime.security.adapter.SdkCredentialsAdapter
-
- SdkCredentialsBuilderAdapter - Class in org.mule.runtime.module.extension.internal.runtime.security.adapter
-
Adapts a CredentialsBuilder into a CredentialsBuilder
- SdkCredentialsBuilderAdapter(CredentialsBuilder) - Constructor for class org.mule.runtime.module.extension.internal.runtime.security.adapter.SdkCredentialsBuilderAdapter
-
- SdkErrorTypeDefinitionAdapter<E extends Enum<E>> - Class in org.mule.runtime.module.extension.internal.error
-
Adapts a legacy ErrorTypeDefinition into an sdk-api ErrorTypeDefinition
- SdkErrorTypeProviderAdapter - Class in org.mule.runtime.module.extension.internal.error
-
Adapts a legacy ErrorTypeProvider into an sdk-api
ErrorTypeProvider
- SdkExceptionHandlerAdapter - Class in org.mule.runtime.module.extension.internal.runtime.exception
-
Adapts a legacy ExceptionHandler into an sdk-api
ExceptionHandler
- SdkExceptionHandlerAdapter(ExceptionHandler) - Constructor for class org.mule.runtime.module.extension.internal.runtime.exception.SdkExceptionHandlerAdapter
-
- SdkExtensionsClientAdapter - Class in org.mule.runtime.module.extension.internal.runtime.client.adapter
-
Adapts a legacy ExtensionsClient into a ExtensionsClient
- SdkExtensionsClientAdapter(ExtensionsClient) - Constructor for class org.mule.runtime.module.extension.internal.runtime.client.adapter.SdkExtensionsClientAdapter
-
- SdkExtensionsClientArgumentResolver - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
- SdkExtensionsClientArgumentResolver(ExtensionsClient) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.SdkExtensionsClientArgumentResolver
-
- SdkFlowListenerAdapter - Class in org.mule.runtime.module.extension.internal.runtime.operation.adapter
-
Adapts a legacy FlowListener into a FlowListener
- SdkFlowListenerAdapter(FlowListener) - Constructor for class org.mule.runtime.module.extension.internal.runtime.operation.adapter.SdkFlowListenerAdapter
-
- SdkFlowListenerArgumentResolver - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
- SdkFlowListenerArgumentResolver() - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.SdkFlowListenerArgumentResolver
-
- SdkInternalContext - Class in org.mule.runtime.module.extension.internal.runtime.execution
-
Contains internal context handled by SDK operations.
- SdkInternalContext() - Constructor for class org.mule.runtime.module.extension.internal.runtime.execution.SdkInternalContext
-
- SdkInternalContext.LocationSpecificSdkInternalContext - Class in org.mule.runtime.module.extension.internal.runtime.execution
-
- SdkInternalContext.OperationExecutionParams - Class in org.mule.runtime.module.extension.internal.runtime.execution
-
- SdkMetadataCacheAdapter - Class in org.mule.runtime.module.extension.internal.metadata
-
- SdkMetadataCacheAdapter(MetadataCache) - Constructor for class org.mule.runtime.module.extension.internal.metadata.SdkMetadataCacheAdapter
-
- SdkMetadataCacheValueResolverAdapter - Class in org.mule.runtime.module.extension.internal.metadata
-
- SdkMetadataCacheValueResolverAdapter(MetadataCache.MetadataCacheValueResolver) - Constructor for class org.mule.runtime.module.extension.internal.metadata.SdkMetadataCacheValueResolverAdapter
-
- SdkMetadataContextAdapter - Class in org.mule.runtime.module.extension.internal.metadata
-
- SdkMetadataContextAdapter(MetadataContext) - Constructor for class org.mule.runtime.module.extension.internal.metadata.SdkMetadataContextAdapter
-
- SdkMethodInvocationException - Exception in org.mule.runtime.module.extension.internal.runtime.exception
-
Signals that the SDK invoked an extension's method which threw an exception.
- SdkMethodInvocationException(Throwable) - Constructor for exception org.mule.runtime.module.extension.internal.runtime.exception.SdkMethodInvocationException
-
- SdkNotificationActionDefinitionAdapter - Class in org.mule.runtime.module.extension.internal.loader.parser.java.notification
-
Adapts a NotificationActionDefinition into a
NotificationActionDefinition
- SdkNotificationActionDefinitionAdapter(NotificationActionDefinition) - Constructor for class org.mule.runtime.module.extension.internal.loader.parser.java.notification.SdkNotificationActionDefinitionAdapter
-
- SdkNotificationActionProviderAdapter - Class in org.mule.runtime.module.extension.internal.loader.parser.java.notification
-
Adapts a NotificationActionProvider into a
NotificationActionProvider
- SdkNotificationActionProviderAdapter(NotificationActionProvider) - Constructor for class org.mule.runtime.module.extension.internal.loader.parser.java.notification.SdkNotificationActionProviderAdapter
-
- SdkNotificationHandlerArgumentResolver - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
- SdkNotificationHandlerArgumentResolver() - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.SdkNotificationHandlerArgumentResolver
-
- SdkObjectStoreAdapter<T extends Serializable> - Class in org.mule.runtime.module.extension.internal.store
-
Adapts the Mule api for object store ObjectStore into the SDK api ObjectStore
- SdkObjectStoreManagerAdapter - Class in org.mule.runtime.module.extension.internal.store
-
Adapts the Mule api for object store manager ObjectStoreManager into the SDK api
ObjectStoreManager
- SdkObjectStoreManagerAdapter() - Constructor for class org.mule.runtime.module.extension.internal.store.SdkObjectStoreManagerAdapter
-
- SdkObjectStoreUtils - Class in org.mule.runtime.module.extension.internal.store
-
Utility class to perform conversions between components of the SDK API and the Mule API
- SdkObjectStoreUtils() - Constructor for class org.mule.runtime.module.extension.internal.store.SdkObjectStoreUtils
-
- SdkOperationTransactionalActionArgumentResolver - Class in org.mule.runtime.module.extension.internal.runtime.execution
-
- SdkOperationTransactionalActionArgumentResolver() - Constructor for class org.mule.runtime.module.extension.internal.runtime.execution.SdkOperationTransactionalActionArgumentResolver
-
- SdkOperationTransactionalActionUtils - Class in org.mule.runtime.module.extension.internal.runtime.operation.adapter
-
Utils class for handling OperationTransactionalAction
- SdkParameterPlacementUtils - Class in org.mule.runtime.module.extension.internal.loader.parser.java.connection
-
Helper class to handle http parameter placements.
- SdkParameterPlacementUtils() - Constructor for class org.mule.runtime.module.extension.internal.loader.parser.java.connection.SdkParameterPlacementUtils
-
- SdkReconnectableAdapter - Class in org.mule.runtime.module.extension.internal.runtime.connectivity
-
Adapts a legacy Reconnectable into an sdk-api Reconnectable
- SdkReconnectableAdapter(Reconnectable) - Constructor for class org.mule.runtime.module.extension.internal.runtime.connectivity.SdkReconnectableAdapter
-
- SdkRouterCallbackArgumentResolver - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
- SdkRouterCallbackArgumentResolver() - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.SdkRouterCallbackArgumentResolver
-
- SdkRouterCompletionCallback - Class in org.mule.runtime.module.extension.internal.runtime.execution.adapter
-
Adapts a legacy RouterCompletionCallback into a
RouterCompletionCallback
- SdkRouterCompletionCallback(RouterCompletionCallback) - Constructor for class org.mule.runtime.module.extension.internal.runtime.execution.adapter.SdkRouterCompletionCallback
-
- SdkSecurityContextHandlerArgumentResolver - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
- SdkSecurityContextHandlerArgumentResolver() - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.SdkSecurityContextHandlerArgumentResolver
-
- SdkSourceAdapter<T,A> - Class in org.mule.runtime.module.extension.internal.runtime.source.legacy
-
Adapts a legacy Source into a Source
- SdkSourceAdapterFactory - Class in org.mule.runtime.module.extension.internal.runtime.source.legacy
-
Class in charge of adapting legacy Sources into Sources.
- SdkSourceAdapterFactory() - Constructor for class org.mule.runtime.module.extension.internal.runtime.source.legacy.SdkSourceAdapterFactory
-
- SdkSourceCallbackAdapter<T,A> - Class in org.mule.runtime.module.extension.internal.runtime.source.legacy
-
Adapts a legacy SourceCallback into a SourceCallback
- SdkSourceCallbackAdapter(SourceCallback<T, A>) - Constructor for class org.mule.runtime.module.extension.internal.runtime.source.legacy.SdkSourceCallbackAdapter
-
- SdkSourceCallBackContextAdapter - Class in org.mule.runtime.module.extension.internal.runtime.source.legacy
-
- SdkSourceCallBackContextAdapter(SourceCallbackContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.source.legacy.SdkSourceCallBackContextAdapter
-
- SdkSourceFactoryModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.property
-
A ModelProperty meant to be used on source models, which provides access to a SourceFactory
used to create a message source
- SdkSourceFactoryModelProperty(SdkSourceFactory) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.SdkSourceFactoryModelProperty
-
Creates a new instance
- SdkSourceResultArgumentResolver - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
- SdkSourceResultArgumentResolver(ArgumentResolver<Error>, ArgumentResolver<SourceCallbackContext>) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.SdkSourceResultArgumentResolver
-
- SdkStereotypeDefinitionAdapter - Class in org.mule.runtime.module.extension.internal.loader.parser.java.stereotypes
-
Adapts a StereotypeDefinition into a StereotypeDefinition
- SdkStereotypeDefinitionAdapter(StereotypeDefinition) - Constructor for class org.mule.runtime.module.extension.internal.loader.parser.java.stereotypes.SdkStereotypeDefinitionAdapter
-
- SdkValueAdapter - Class in org.mule.runtime.module.extension.internal.value
-
Adapter of Value to Value
- SdkValueAdapter(Value) - Constructor for class org.mule.runtime.module.extension.internal.value.SdkValueAdapter
-
- SdkValueProviderAdapter - Class in org.mule.runtime.module.extension.internal.value
-
Adapter of the legacy ValueProvider to ValueProvider
- SdkValueProviderAdapter(ValueProvider) - Constructor for class org.mule.runtime.module.extension.internal.value.SdkValueProviderAdapter
-
- SdkVoidCallbackArgumentResolver - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
- SdkVoidCallbackArgumentResolver() - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.SdkVoidCallbackArgumentResolver
-
- SdkVoidCompletionCallbackAdapter - Class in org.mule.runtime.module.extension.internal.runtime.execution.adapter
-
Adapts a legacy VoidCompletionCallback into a
VoidCompletionCallback
- SdkVoidCompletionCallbackAdapter(VoidCompletionCallback) - Constructor for class org.mule.runtime.module.extension.internal.runtime.execution.adapter.SdkVoidCompletionCallbackAdapter
-
- SecurityContextHandlerArgumentResolver - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
An
ArgumentResolver which returns the
AuthenticationHandler of the current event
- SecurityContextHandlerArgumentResolver() - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.SecurityContextHandlerArgumentResolver
-
- SemanticTermsParser - Interface in org.mule.runtime.module.extension.internal.loader.parser
-
General contract for a model parser capable of reading semantic terms
- SemanticTermsParserUtils - Class in org.mule.runtime.module.extension.internal.loader.parser.java.semantics
-
- SERIALIZER - Static variable in class org.mule.runtime.module.extension.internal.resources.documentation.ExtensionDescriptionsSerializer
-
- set(Object, Object) - Method in interface org.mule.runtime.module.extension.api.loader.java.type.FieldElement
-
Sets the value into the target instance
- set(Object, Object) - Method in class org.mule.runtime.module.extension.internal.loader.java.type.runtime.FieldWrapper
-
- set(Target, Value) - Method in class org.mule.runtime.module.extension.internal.util.FieldSetter
-
Sets the value into the target instance
- set(Object, ResolverSetResult) - Method in class org.mule.runtime.module.extension.internal.util.GroupValueSetter
-
- set(Object, ResolverSetResult) - Method in class org.mule.runtime.module.extension.internal.util.SingleValueSetter
-
- set(Object, ResolverSetResult) - Method in interface org.mule.runtime.module.extension.internal.util.ValueSetter
-
Sets on target values contained in result.
- setArtifactId(String) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.executor.MethodExecutorGenerator
-
- setAuthentication(Authentication) - Method in class org.mule.runtime.module.extension.internal.runtime.security.adapter.SdkAuthenticationHandlerAdapter
-
- setAuthentication(List<String>, Authentication) - Method in class org.mule.runtime.module.extension.internal.runtime.security.adapter.SdkAuthenticationHandlerAdapter
-
- setAuthentication(Authentication) - Method in class org.mule.runtime.module.extension.internal.runtime.security.DefaultAuthenticationHandler
- setAuthentication(List<String>, Authentication) - Method in class org.mule.runtime.module.extension.internal.runtime.security.DefaultAuthenticationHandler
- setCacheIdGeneratorFactory(MetadataCacheIdGeneratorFactory<ComponentAst>) - Method in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
-
- setComponentLocator(ConfigurationComponentLocator) - Method in class org.mule.runtime.module.extension.internal.data.sample.MuleSampleDataService
-
- setComponentLocator(ConfigurationComponentLocator) - Method in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
-
- setConfigs(List<XmlExtensionElementDocumentation>) - Method in class org.mule.runtime.module.extension.internal.resources.documentation.XmlExtensionDocumentation
-
- setConfiguration(Optional<ConfigurationInstance>) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.SdkInternalContext.LocationSpecificSdkInternalContext
-
- setConfiguration(ComponentLocation, String, Optional<ConfigurationInstance>) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.SdkInternalContext
-
For a given location, this method has to always be called first, so the context for this location is properly initialized.
- setConfigurationProvider(ConfigurationProvider) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessorBuilder
-
- setConnectionManager(ConnectionManager) - Method in class org.mule.runtime.module.extension.internal.data.sample.MuleSampleDataService
-
- setConnections(List<XmlExtensionElementDocumentation>) - Method in class org.mule.runtime.module.extension.internal.resources.documentation.XmlExtensionDocumentation
-
- setContext(MuleContext) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.executor.MethodExecutorGenerator
-
- setCorrelationId(String) - Method in class org.mule.runtime.module.extension.internal.runtime.source.legacy.LegacySourceCallbackContextAdapter
-
- setCorrelationId(String) - Method in class org.mule.runtime.module.extension.internal.runtime.source.legacy.SdkSourceCallBackContextAdapter
-
- setCurrentScheduler(Scheduler) - Method in interface org.mule.runtime.module.extension.api.runtime.privileged.ExecutionContextAdapter
-
- setCurrentScheduler(Scheduler) - Method in class org.mule.runtime.module.extension.internal.runtime.AbstractExecutionContextAdapterDecorator
-
- setCurrentScheduler(Scheduler) - Method in class org.mule.runtime.module.extension.internal.runtime.DefaultExecutionContext
-
- setCursorProviderFactory(CursorProviderFactory) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessorBuilder
-
- setDelegate(Runnable) - Method in class org.mule.runtime.module.extension.internal.runtime.source.poll.DelegateRunnable
-
- setDelegate(ObjectStoreManager) - Method in class org.mule.runtime.module.extension.internal.store.SdkObjectStoreManagerAdapter
-
- setDelegateResolverFactory(StackableType.DelegateResolverFactory<T>) - Method in class org.mule.runtime.module.extension.internal.loader.java.property.stackabletypes.StackableType.Builder
-
- setDescription(String) - Method in class org.mule.runtime.module.extension.internal.resources.documentation.XmlExtensionElementDocumentation
-
- setDescription(String) - Method in class org.mule.runtime.module.extension.internal.resources.documentation.XmlExtensionParameterDocumentation
-
- setDslResolvingContext(DslResolvingContext) - Method in interface org.mule.runtime.module.extension.internal.config.ExtensionBuildingDefinitionProvider
-
This method is expected to be invoked before calling to ComponentBuildingDefinitionProvider.init()
- setEncoding(String) - Method in class org.mule.runtime.module.extension.internal.runtime.objectbuilder.DefaultObjectBuilder
-
- setExpressionBasedResolverFactory(StackableType.ExpressionBasedResolverFactory<T>) - Method in class org.mule.runtime.module.extension.internal.loader.java.property.stackabletypes.StackableType.Builder
-
- setExtendedExpressionManager(ExtendedExpressionManager) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ExpressionBasedParameterResolverValueResolver
-
- setExtendedExpressionManager(ExtendedExpressionManager) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.TypeSafeExpressionValueResolver
-
- setExtension(XmlExtensionElementDocumentation) - Method in class org.mule.runtime.module.extension.internal.resources.documentation.XmlExtensionDocumentation
-
- setExtensionManager(ExtensionManager) - Method in class org.mule.runtime.module.extension.internal.data.sample.MuleSampleDataService
-
- setExtensionModels(Set<ExtensionModel>) - Method in interface org.mule.runtime.module.extension.internal.config.ExtensionBuildingDefinitionProvider
-
Sets the artifact configured extensions to be used for generating the
ComponentBuildingDefinitions for each of the components defined within the
extension.
- setExtractionExpression(String) - Method in class org.mule.runtime.module.extension.internal.loader.java.property.InjectableParameterInfo
-
- setInnerChainSubscriberContextMapping(Function<Context, Context>) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.SdkInternalContext
-
- setListener(Processor) - Method in class org.mule.runtime.module.extension.internal.runtime.source.ExtensionMessageSource
-
- setMelAvailable(Boolean) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.TypeSafeExpressionValueResolver
-
- setMelDefault(Boolean) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.TypeSafeExpressionValueResolver
-
- setMuleContext(MuleContext) - Method in class org.mule.runtime.module.extension.internal.data.sample.MuleSampleDataService
-
- setMuleContext(MuleContext) - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.connection.SdkConnectionProviderAdapter
-
- setMuleContext(MuleContext) - Method in class org.mule.runtime.module.extension.internal.manager.DefaultExtensionManager
-
- setMuleContext(MuleContext) - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.ExtensionConnectionSupplier
-
- setMuleContext(MuleContext) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.deprecated.ReactiveMethodOperationExecutor
-
Deprecated.
- setMuleContext(MuleContext) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.deprecated.ReactiveOperationExecutionWrapper
-
Deprecated.
- setMuleContext(MuleContext) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.GeneratedMethodComponentExecutor
-
- setMuleContext(MuleContext) - Method in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
-
- setMuleContext(MuleContext) - Method in interface org.mule.runtime.module.extension.internal.runtime.operation.construct.Operation.Builder
-
- setMuleContext(MuleContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ConfigurationProviderValueResolver
-
- setMuleContext(MuleContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ParameterResolverValueResolverWrapper
-
- setMuleContext(MuleContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.TypedValueValueResolverWrapper
-
- setMuleContext(MuleContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.TypeSafeExpressionValueResolver
-
- setMuleContext(MuleContext) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.TypeSafeValueResolverWrapper
-
- setName(String) - Method in class org.mule.runtime.module.extension.internal.resources.documentation.XmlExtensionElementDocumentation
-
- setName(String) - Method in class org.mule.runtime.module.extension.internal.resources.documentation.XmlExtensionParameterDocumentation
-
- setName(String) - Method in class org.mule.runtime.module.extension.internal.runtime.objectbuilder.DefaultObjectBuilder
-
- setNamespace(String) - Method in class org.mule.runtime.module.extension.internal.loader.delegate.StereotypeModelLoaderDelegate
-
- setNamespace(String) - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.stereotypes.DefaultStereotypeModelFactory
-
- setNestedChain(MessageProcessorChain) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessorBuilder
-
- setOperation(List<XmlExtensionElementDocumentation>) - Method in class org.mule.runtime.module.extension.internal.resources.documentation.XmlExtensionDocumentation
-
- setOperationExecutionParams(Optional<ConfigurationInstance>, Map<String, Object>, CoreEvent, CompletableComponentExecutor.ExecutorCallback, ExecutionContextAdapter) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.SdkInternalContext.LocationSpecificSdkInternalContext
-
- setOperationExecutionParams(ComponentLocation, String, Optional<ConfigurationInstance>, Map<String, Object>, CoreEvent, CompletableComponentExecutor.ExecutorCallback, ExecutionContextAdapter) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.SdkInternalContext
-
- setOperationModel(OperationModel) - Method in interface org.mule.runtime.module.extension.internal.runtime.operation.construct.Operation.Builder
-
Configures the model that represents the produced operation
- setOwnerConfigName(String) - Method in class org.mule.runtime.module.extension.internal.runtime.config.ConnectionProviderObjectBuilder
-
- setOwnerConfigName(String) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ConnectionProviderResolver
-
- setParameterName(String) - Method in class org.mule.runtime.module.extension.internal.loader.java.property.InjectableParameterInfo
-
- setParameters(List<XmlExtensionParameterDocumentation>) - Method in class org.mule.runtime.module.extension.internal.resources.documentation.XmlExtensionElementDocumentation
-
- setParameters(Map<String, ?>) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessorBuilder
-
- setParent(ErrorModelParser) - Method in class org.mule.runtime.module.extension.internal.loader.parser.BaseErrorModelParser
-
- setParent(Optional<ErrorModelParser>) - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.error.JavaErrorModelParser
-
- setPolicyToApply(OperationPolicy) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.SdkInternalContext.LocationSpecificSdkInternalContext
-
- setPolicyToApply(ComponentLocation, String, OperationPolicy) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.SdkInternalContext
-
- setProperties(Map<String, Object>) - Method in class org.mule.runtime.module.extension.internal.runtime.security.adapter.MuleAuthenticationAdapter
-
- setProperties(Map<String, Object>) - Method in class org.mule.runtime.module.extension.internal.runtime.security.adapter.SdkAuthenticationAdapter
-
- setRegistry(Registry) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ExpressionValueResolver
-
- setRegistry(Registry) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.RegistryLookupValueResolver
-
- setRemoteTraceContextMap(Map<String, String>) - Method in class org.mule.runtime.module.extension.internal.runtime.parameter.PropagateAllDistributedTraceContextManager
-
- setRemoteTraceContextMap(Map<String, String>) - Method in class org.mule.runtime.module.extension.internal.runtime.source.trace.DefaultDistributedSourceTraceContext
-
- setRequired(boolean) - Method in class org.mule.runtime.module.extension.internal.loader.java.property.InjectableParameterInfo
-
- setResolutionResult(Map<String, Object>) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.SdkInternalContext.LocationSpecificSdkInternalContext
-
- setResolutionResult(ComponentLocation, String, Map<String, Object>) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.SdkInternalContext
-
- setResolver(ValueResolver) - Method in class org.mule.runtime.module.extension.internal.config.resolver.BasicTypeValueResolverFactoryTypeVisitor
-
- setRetryPolicyTemplate(RetryPolicyTemplate) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessorBuilder
-
- setReuseObject(boolean) - Method in class org.mule.runtime.module.extension.internal.runtime.transaction.XAExtensionTransactionalResource
- setSecurityContext(SecurityContext) - Method in interface org.mule.runtime.module.extension.api.runtime.privileged.ExecutionContextAdapter
-
The security context for this session.
- setSecurityContext(SecurityContext) - Method in class org.mule.runtime.module.extension.internal.runtime.AbstractExecutionContextAdapterDecorator
-
- setSecurityContext(SecurityContext) - Method in class org.mule.runtime.module.extension.internal.runtime.DefaultExecutionContext
-
- setSources(List<XmlExtensionElementDocumentation>) - Method in class org.mule.runtime.module.extension.internal.resources.documentation.XmlExtensionDocumentation
-
- setStaticResolverFactory(StackableType.StaticResolverFactory<T>) - Method in class org.mule.runtime.module.extension.internal.loader.java.property.stackabletypes.StackableType.Builder
-
- setStreamingManager(StreamingManager) - Method in class org.mule.runtime.module.extension.internal.data.sample.MuleSampleDataService
-
- setTarget(String) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessorBuilder
-
- setTargetValue(String) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessorBuilder
-
- setTerminationTimeout(long) - Method in class org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessorBuilder
-
- settersFor(ParameterizedModel, Supplier<ReflectionCache>, Supplier<ExpressionManager>) - Static method in class org.mule.runtime.module.extension.internal.util.GroupValueSetter
-
- setTransformationService(TransformationService) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ExpressionBasedParameterResolverValueResolver
-
- setTransformationService(TransformationService) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ExpressionTypedValueValueResolver
-
- setTransformationService(TransformationService) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.TypeSafeExpressionValueResolver
-
- setTransformationService(TransformationService) - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.TypeSafeValueResolverWrapper
-
- setType(MetadataType) - Method in class org.mule.runtime.module.extension.internal.loader.java.property.InjectableParameterInfo
-
- setTypes(List<XmlExtensionElementDocumentation>) - Method in class org.mule.runtime.module.extension.internal.resources.documentation.XmlExtensionDocumentation
-
- setValueIntoField(Object, Object, String, ReflectionCache) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
Sets the given value into the target, if it contains a field named fieldName.
- setValueIntoField(Object, Object, Field) - Static method in class org.mule.runtime.module.extension.internal.util.IntrospectionUtils
-
Sets the given value into the target field
- setValuesOn(ComponentParameterization.Builder<OperationModel>) - Method in class org.mule.runtime.module.extension.internal.runtime.client.operation.DefaultOperationParameterizer
-
- setVariable(String, Object) - Method in interface org.mule.runtime.module.extension.api.runtime.privileged.ExecutionContextAdapter
-
Sets a variable of the given key and value.
- setVariable(String, Object) - Method in class org.mule.runtime.module.extension.internal.runtime.AbstractExecutionContextAdapterDecorator
-
- setVariable(String, Object) - Method in class org.mule.runtime.module.extension.internal.runtime.DefaultExecutionContext
-
Sets a variable of the given key and value.
- setWatermarkComparator(Comparator<? extends Serializable>) - Method in class org.mule.runtime.module.extension.internal.runtime.source.legacy.LegacyPollContextAdapter
-
- shouldBeAdvertised() - Method in interface org.mule.runtime.module.extension.api.loader.java.type.ExtensionParameter
-
- shouldRetry(Throwable, ExecutionContextAdapter<?>) - Static method in class org.mule.runtime.module.extension.internal.util.ReconnectionUtils
-
- showsInDsl() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaDeclaredParameterGroupModelParser
-
- showsInDsl() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaDefaultParameterGroupParser
-
- showsInDsl() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ParameterGroupModelParser
-
- SingleValueSetter - Class in org.mule.runtime.module.extension.internal.util
-
An implementation of
ValueSetter for assigning the value of a single, non grouped
ParameterModel
For performance reasons, it caches the setter to be used
- SingleValueSetter(String, Field) - Constructor for class org.mule.runtime.module.extension.internal.util.SingleValueSetter
-
- singleValueSetters - Variable in class org.mule.runtime.module.extension.internal.runtime.objectbuilder.ResolverSetBasedObjectBuilder
-
- SOURCE_CALLBACK_CONTEXT_PARAM - Static variable in class org.mule.runtime.module.extension.internal.ExtensionProperties
-
The key of an execution context variable on which a SourceCallbackContext was set
- SOURCE_COMPLETION_CALLBACK_PARAM - Static variable in class org.mule.runtime.module.extension.internal.ExtensionProperties
-
The key of an execution context variable on which a SourceCompletionCallback was set
- SourceAdapter - Class in org.mule.runtime.module.extension.internal.runtime.source
-
- SourceAdapter(ExtensionModel, SourceModel, Source, Optional<ConfigurationInstance>, CursorProviderFactory, SourceCallbackFactory, Component, SourceConnectionManager, ResolverSet, ResolverSet, ResolverSet, Optional<BackPressureAction>) - Constructor for class org.mule.runtime.module.extension.internal.runtime.source.SourceAdapter
-
- SourceAdapter.DefaultSourceCompletionHandler - Class in org.mule.runtime.module.extension.internal.runtime.source
-
- SourceAdapterFactory - Class in org.mule.runtime.module.extension.internal.runtime.source
-
- SourceAdapterFactory(ExtensionModel, SourceModel, ResolverSet, ResolverSet, ResolverSet, CursorProviderFactory, MessageSource.BackPressureStrategy, ExpressionManager, MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.source.SourceAdapterFactory
-
- SourceCallbackAdapter<T,A> - Interface in org.mule.runtime.module.extension.internal.runtime.source
-
Augments the SourceCallback contract with internal behavior not to be exposed on the public API
- SourceCallbackContextAdapter - Interface in org.mule.runtime.module.extension.internal.runtime.source
-
Augments the SourceCallbackContext contract with internal behavior we don't want exposed on the public API
- SourceCallbackContextArgumentResolver - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
- SourceCallbackContextArgumentResolver() - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.SourceCallbackContextArgumentResolver
-
- SourceCallbackFactory - Interface in org.mule.runtime.module.extension.internal.runtime.source
-
A factory to create SourceCallback instances
- SourceCallbackModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.property
-
A ModelProperty to be used in SourceModel instances, which indicates that the source is listening for responses
on the indicated methods.
- SourceCallbackModelProperty(Optional<Method>, Optional<Method>, Optional<Method>, Optional<Method>) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.property.SourceCallbackModelProperty
-
Creates a new instance
- SourceCallbacksModelValidator - Class in org.mule.runtime.module.extension.internal.loader.java.validation
-
ExtensionModelValidator which verifies that the On Terminate callback for Sources is not configured with not allowed
parameters.
- SourceCallbacksModelValidator() - Constructor for class org.mule.runtime.module.extension.internal.loader.java.validation.SourceCallbacksModelValidator
-
- SourceCompletionCallbackArgumentResolver - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
An argument resolver that yields instances of .
- SourceCompletionCallbackArgumentResolver() - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.SourceCompletionCallbackArgumentResolver
-
- SourceCompletionHandler - Interface in org.mule.runtime.module.extension.internal.runtime.source
-
Handles the result of flow processing.
- SourceCompletionHandlerFactory - Interface in org.mule.runtime.module.extension.internal.runtime.source
-
- SourceConfigurer - Class in org.mule.runtime.module.extension.internal.runtime.source
-
- SourceConfigurer(SourceModel, ComponentLocation, ResolverSet, ExpressionManager, MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.source.SourceConfigurer
-
Create a new instance
- SourceConfigurer(SourceModel, ComponentLocation, ResolverSet, ExpressionManager, MuleContext, boolean) - Constructor for class org.mule.runtime.module.extension.internal.runtime.source.SourceConfigurer
-
Create a new instance
- SourceConnectionManager - Class in org.mule.runtime.module.extension.internal.runtime.source
-
Tracks and manages the connections that are started on a Source
- SourceConnectionProvider - Class in org.mule.runtime.module.extension.internal.runtime.source
-
- SourceConnectionProvider(SourceConnectionManager, ConfigurationInstance) - Constructor for class org.mule.runtime.module.extension.internal.runtime.source.SourceConnectionProvider
-
- SourceElement - Interface in org.mule.runtime.module.extension.api.loader.java.type
-
A contract for an element from which a message source can be derived
- SourceModelParser - Interface in org.mule.runtime.module.extension.internal.loader.parser
-
Parses the syntactic definition of a SourceModel so that the semantics reflected in it can be extracted in a uniform
way, regardless of the actual syntax used by the extension developer.
- SourceModelParser.SourceCallbackModelParser - Interface in org.mule.runtime.module.extension.internal.loader.parser
-
Parses the syntactic definition of a SourceCallbackModel so that the semantics reflected in it can be extracted in a
uniform way, regardless of the actual syntax used by the extension developer.
- SourceResultArgumentResolver - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
- SourceResultArgumentResolver(ArgumentResolver<Error>, ArgumentResolver<SourceCallbackContext>) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.SourceResultArgumentResolver
-
- SourceTransactionalActionUtils - Class in org.mule.runtime.module.extension.internal.runtime.source.legacy
-
Utils class for handling SourceTransactionalAction
- SourceTypeWrapper<T extends org.mule.runtime.extension.api.runtime.source.Source> - Class in org.mule.runtime.module.extension.internal.loader.java.type.runtime
-
- SourceTypeWrapper(Class<T>, ClassTypeLoader) - Constructor for class org.mule.runtime.module.extension.internal.loader.java.type.runtime.SourceTypeWrapper
-
- SourceWrapper<T,A> - Class in org.mule.runtime.module.extension.internal.runtime.source
-
An abstract wrapper for Source implementations that allows to intercept all the invocations related to a generic
Source lifecycle and event handlers.
- SourceWrapper(Source<T, A>) - Constructor for class org.mule.runtime.module.extension.internal.runtime.source.SourceWrapper
-
- StackableType - Class in org.mule.runtime.module.extension.internal.loader.java.property.stackabletypes
-
Represents a certain type which is the generic wrapper of another one.
- StackableType.Builder<T> - Class in org.mule.runtime.module.extension.internal.loader.java.property.stackabletypes
-
- StackableType.DelegateResolverFactory<T> - Interface in org.mule.runtime.module.extension.internal.loader.java.property.stackabletypes
-
- StackableType.ExpressionBasedResolverFactory<T> - Interface in org.mule.runtime.module.extension.internal.loader.java.property.stackabletypes
-
- StackableType.StaticResolverFactory<T> - Interface in org.mule.runtime.module.extension.internal.loader.java.property.stackabletypes
-
- StackableTypesValueResolverFactory - Class in org.mule.runtime.module.extension.internal.loader.java.property.stackabletypes
-
- StackedTypesModelProperty - Class in org.mule.runtime.module.extension.internal.loader.java.property.stackabletypes
-
ModelProperty implementation which communicates which are the true types of a certain parameter, due that these ones
are erased from the ParameterModel.
- StackedTypesModelProperty.Builder - Class in org.mule.runtime.module.extension.internal.loader.java.property.stackabletypes
-
- start() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.connection.SdkConnectionProviderAdapter
-
- start() - Method in class org.mule.runtime.module.extension.internal.manager.CompositeArtifactExtensionManager
-
- start() - Method in class org.mule.runtime.module.extension.internal.manager.DefaultExtensionManager
-
- start() - Method in class org.mule.runtime.module.extension.internal.manager.ExtensionActivator
-
- start() - Method in class org.mule.runtime.module.extension.internal.runtime.client.operation.OperationClient
-
- start() - Method in class org.mule.runtime.module.extension.internal.runtime.config.ClassLoaderConnectionProviderWrapper
-
- start() - Method in class org.mule.runtime.module.extension.internal.runtime.config.DynamicConfigurationProvider
-
- start() - Method in class org.mule.runtime.module.extension.internal.runtime.config.LifecycleAwareConfigurationInstance
-
- start() - Method in class org.mule.runtime.module.extension.internal.runtime.config.LifecycleAwareConfigurationProvider
-
When needed, fires the Startable.start() phase on the currently provided configurations
- start() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode.AuthorizationCodeConnectionProviderObjectBuilder
-
- start() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.authcode.AuthorizationCodeConnectionProviderWrapper
-
- start() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.clientcredentials.ClientCredentialsConnectionProviderWrapper
-
- start() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.OAuthHandler
-
- start(Dancer) - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.OAuthHandler
-
- start() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs.PlatformManagedOAuthConnectionProvider
-
- start() - Method in class org.mule.runtime.module.extension.internal.runtime.execution.deprecated.ReactiveMethodOperationExecutor
-
Deprecated.
- start() - Method in class org.mule.runtime.module.extension.internal.runtime.execution.deprecated.ReactiveOperationExecutionWrapper
-
Deprecated.
- start() - Method in class org.mule.runtime.module.extension.internal.runtime.execution.GeneratedMethodComponentExecutor
-
- start() - Method in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
-
- start() - Method in class org.mule.runtime.module.extension.internal.runtime.function.ReflectiveExpressionFunctionExecutor
-
- start() - Method in class org.mule.runtime.module.extension.internal.runtime.operation.construct.MuleOperation
-
- start() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.ConnectionProviderResolver
-
- start() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.LifecycleAwareValueResolverWrapper
-
- start() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.RouteBuilderValueResolver
-
- start() - Method in class org.mule.runtime.module.extension.internal.runtime.source.SourceAdapter
-
- startConfig(ConfigurationInstance) - Method in class org.mule.runtime.module.extension.internal.runtime.config.LifecycleAwareConfigurationProvider
-
- started - Variable in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.OAuthHandler
-
- StaticConfigurationProvider - Class in org.mule.runtime.module.extension.internal.runtime.config
-
- StaticConfigurationProvider(String, ExtensionModel, ConfigurationModel, ConfigurationInstance, MuleContext) - Constructor for class org.mule.runtime.module.extension.internal.runtime.config.StaticConfigurationProvider
-
- StaticConnectionProviderResolver<C> - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
- StaticConnectionProviderResolver(ConnectionProvider<C>, ResolverSetResult) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.StaticConnectionProviderResolver
-
- StaticLiteralValueResolver<T> - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
- StaticLiteralValueResolver(String, Class<T>) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.StaticLiteralValueResolver
-
Creates a new instance
- staticOnly(MapValueResolver) - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.BaseOAuthConnectionProviderObjectBuilder
-
- StaticParameterResolver<T> - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
ParameterResolver implementation for the parameter values that are resolved statically
- StaticParameterResolver(T) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.StaticParameterResolver
-
- StaticParameterValueResolver - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
- StaticValueResolver<T> - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
- StaticValueResolver(T) - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.StaticValueResolver
-
- StereotypeModelFactory - Interface in org.mule.runtime.module.extension.internal.loader.parser
-
Factory for creating StereotypeModel instances for the context of extension being parsed.
- StereotypeModelLoaderDelegate - Class in org.mule.runtime.module.extension.internal.loader.delegate
-
- StereotypeModelLoaderDelegate(ExtensionLoadingContext) - Constructor for class org.mule.runtime.module.extension.internal.loader.delegate.StereotypeModelLoaderDelegate
-
- StereotypeModelParser - Interface in org.mule.runtime.module.extension.internal.loader.parser
-
- stop() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.connection.SdkConnectionProviderAdapter
-
- stop() - Method in class org.mule.runtime.module.extension.internal.manager.CompositeArtifactExtensionManager
-
- stop() - Method in class org.mule.runtime.module.extension.internal.manager.DefaultExtensionManager
-
- stop() - Method in class org.mule.runtime.module.extension.internal.manager.ExtensionActivator
-
- stop() - Method in class org.mule.runtime.module.extension.internal.runtime.client.operation.OperationClient
-
- stop() - Method in class org.mule.runtime.module.extension.internal.runtime.config.ClassLoaderConnectionProviderWrapper
-
- stop() - Method in class org.mule.runtime.module.extension.internal.runtime.config.LifecycleAwareConfigurationInstance
-
- stop() - Method in class org.mule.runtime.module.extension.internal.runtime.config.LifecycleAwareConfigurationProvider
-
When needed, fires the Stoppable.stop() phase on the currently provided configurations
- stop() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.OAuthHandler
-
- stop() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.oauth.ocs.PlatformManagedOAuthConnectionProvider
-
- stop() - Method in class org.mule.runtime.module.extension.internal.runtime.execution.deprecated.ReactiveMethodOperationExecutor
-
Deprecated.
- stop() - Method in class org.mule.runtime.module.extension.internal.runtime.execution.deprecated.ReactiveOperationExecutionWrapper
-
Deprecated.
- stop() - Method in class org.mule.runtime.module.extension.internal.runtime.execution.GeneratedMethodComponentExecutor
-
- stop() - Method in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
-
- stop() - Method in class org.mule.runtime.module.extension.internal.runtime.function.ReflectiveExpressionFunctionExecutor
-
- stop() - Method in class org.mule.runtime.module.extension.internal.runtime.operation.construct.MuleOperation
-
- stop() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.LifecycleAwareValueResolverWrapper
-
- stop() - Method in class org.mule.runtime.module.extension.internal.runtime.resolver.RouteBuilderValueResolver
-
- stop() - Method in class org.mule.runtime.module.extension.internal.runtime.source.SourceAdapter
-
- stopMonitoring() - Method in interface org.mule.runtime.module.extension.internal.manager.ConfigurationExpirationMonitor
-
Stops monitoring and disposal of expired configuration instances
- stopMonitoring() - Method in class org.mule.runtime.module.extension.internal.manager.DefaultConfigurationExpirationMonitor
-
Shutdowns the scheduler that executes the expiration tasks.
- store(String, T) - Method in class org.mule.runtime.module.extension.internal.store.SdkObjectStoreAdapter
-
- StreamingHelperArgumentResolver - Class in org.mule.runtime.module.extension.internal.runtime.resolver
-
An argument resolver which provides instances of StreamingHelper
- StreamingHelperArgumentResolver() - Constructor for class org.mule.runtime.module.extension.internal.runtime.resolver.StreamingHelperArgumentResolver
-
- StreamingHelperFactory - Class in org.mule.runtime.module.extension.api.runtime.privileged
-
A factory which provides instances of StreamingHelper
- StreamingHelperFactory() - Constructor for class org.mule.runtime.module.extension.api.runtime.privileged.StreamingHelperFactory
-
- streamingManager - Variable in class org.mule.runtime.module.extension.internal.runtime.ExtensionComponent
-
- success() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.LegacyReconnectionCallbackAdapter
-
- success() - Method in class org.mule.runtime.module.extension.internal.runtime.connectivity.ReactiveReconnectionCallback
- success(Result<T, A>) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.adapter.SdkCompletionCallbackAdapter
-
- success(Result<Object, Object>) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.adapter.SdkRouterCompletionCallback
-
- success() - Method in class org.mule.runtime.module.extension.internal.runtime.execution.adapter.SdkVoidCompletionCallbackAdapter
-
- success(Result<Object, Object>) - Method in class org.mule.runtime.module.extension.internal.runtime.execution.ExecutorCompletionCallbackAdapter
-
- supportsConnectivityTesting() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.ConnectionProviderModelParser
-
- supportsConnectivityTesting() - Method in class org.mule.runtime.module.extension.internal.loader.parser.java.JavaConnectionProviderModelParser
-
- supportsOAuth(ExtensionModel) - Static method in class org.mule.runtime.module.extension.internal.util.MuleExtensionUtils
-
Whether at least one ConnectionProviderModel in the given supports OAuth authentication
- supportsStreaming() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.OperationModelParser
-
- supportsStreaming() - Method in interface org.mule.runtime.module.extension.internal.loader.parser.SourceModelParser
-