| Constructor and Description |
|---|
LazyExecutionContext(ResolverSet resolverSet,
M componentModel,
org.mule.runtime.api.meta.model.ExtensionModel extensionModel,
ValueResolvingContext resolvingContext) |
| Modifier and Type | Method and Description |
|---|---|
protected ValueResolvingContext |
BaseOAuthConnectionProviderObjectBuilder.getResolvingContextFor(CoreEvent event) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.util.Pair<org.mule.runtime.api.connection.ConnectionProvider<C>,ResolverSetResult> |
AuthorizationCodeConnectionProviderObjectBuilder.build(ValueResolvingContext context) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.util.Pair<org.mule.runtime.api.connection.ConnectionProvider<C>,ResolverSetResult> |
ClientCredentialsConnectionProviderObjectBuilder.build(ValueResolvingContext context) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.util.Pair<org.mule.runtime.api.connection.ConnectionProvider<C>,ResolverSetResult> |
PlatformManagedOAuthConnectionProviderObjectBuilder.build(ValueResolvingContext context) |
| Modifier and Type | Method and Description |
|---|---|
T |
ResolverSetBasedObjectBuilder.build(ValueResolvingContext context)
Returns a new instance of the specified class.
|
T |
DefaultObjectBuilder.build(ValueResolvingContext context) |
T |
ObjectBuilder.build(ValueResolvingContext context)
Returns a new instance of the specified class.
|
| Modifier and Type | Method and Description |
|---|---|
ValueResolvingContext |
ValueResolvingContext.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.metadata.TypedValue<T> |
ExpressionTypedValueValueResolver.resolve(ValueResolvingContext context) |
org.mule.runtime.extension.api.runtime.parameter.Literal<T> |
StaticLiteralValueResolver.resolve(ValueResolvingContext context)
Resolves a value from the given
event |
Map<K,V> |
MapValueResolver.resolve(ValueResolvingContext context)
Passes the given
context to each resolvers and outputs a map of type mapType with each result |
T |
ExpressionValueResolver.resolve(ValueResolvingContext context) |
org.mule.runtime.extension.api.runtime.config.ConfigurationProvider |
ConfigurationProviderValueResolver.resolve(ValueResolvingContext context)
Locates and returns the
ConfigurationProvider associated with the configurationProviderReference given upon
construction. |
org.mule.runtime.api.util.Pair<org.mule.runtime.api.connection.ConnectionProvider<C>,ResolverSetResult> |
ImplicitConnectionProviderValueResolver.resolve(ValueResolvingContext context) |
String |
NativeQueryParameterValueResolver.resolve(ValueResolvingContext context)
Resolves a value from the given
event |
T |
TypeSafeExpressionValueResolver.resolve(ValueResolvingContext context) |
T |
ConfigOverrideValueResolverWrapper.resolve(ValueResolvingContext context) |
org.mule.runtime.api.util.Pair<org.mule.runtime.api.connection.ConnectionProvider<C>,ResolverSetResult> |
ConnectionProviderResolver.resolve(ValueResolvingContext context)
Resolves a value from the given
event |
T |
RegistryLookupValueResolver.resolve(ValueResolvingContext context)
Returns the registry value associated with
RegistryLookupValueResolver.key |
T |
StaticValueResolver.resolve(ValueResolvingContext context)
Resolves a value from the given
event |
T |
LifecycleInitialiserValueResolverWrapper.resolve(ValueResolvingContext context) |
T |
ValueResolver.resolve(ValueResolvingContext context)
Resolves a value from the given
event |
org.mule.runtime.extension.api.runtime.parameter.ParameterResolver<T> |
ParameterResolverValueResolverWrapper.resolve(ValueResolvingContext context)
Resolves the value of
this#resolver using the given CoreEvent and wraps it into a
StaticParameterResolver |
T |
ObjectBuilderValueResolver.resolve(ValueResolvingContext context)
Delegates to
builder |
org.mule.runtime.api.metadata.TypedValue<T> |
TypedValueValueResolverWrapper.resolve(ValueResolvingContext context)
Resolves the value of
this#resolver using the given CoreEvent and returns the correspondent
TypedValue |
Collection<T> |
CollectionValueResolver.resolve(ValueResolvingContext context)
Passes the given
event to each resolvers and outputs a collection of type collectionType with each result |
T |
TypeSafeValueResolverWrapper.resolve(ValueResolvingContext context) |
T |
NullSafeValueResolverWrapper.resolve(ValueResolvingContext context) |
ResolverSetResult |
ResolverSet.resolve(ValueResolvingContext context)
Evaluates all the added
ValueResolvers and returns the results into a ResolverSetResult |
T |
RequiredParameterValueResolverWrapper.resolve(ValueResolvingContext context) |
T |
LifecycleAwareValueResolverWrapper.resolve(ValueResolvingContext context) |
org.mule.runtime.extension.api.runtime.route.Chain |
ProcessorChainValueResolver.resolve(ValueResolvingContext context)
|
Object |
ExpressionLanguageTransformationValueResolver.resolve(ValueResolvingContext context) |
org.mule.runtime.extension.api.runtime.parameter.ParameterResolver<T> |
ExpressionBasedParameterResolverValueResolver.resolve(ValueResolvingContext context)
Resolves a value from the given
event |
T |
ConfigurationValueResolver.resolve(ValueResolvingContext context) |
org.mule.runtime.api.util.Pair<org.mule.runtime.api.connection.ConnectionProvider<C>,ResolverSetResult> |
StaticConnectionProviderResolver.resolve(ValueResolvingContext context) |
static <T> T |
ResolverUtils.resolveRecursively(ValueResolver<T> valueResolver,
ValueResolvingContext resolvingContext) |
protected <V> org.mule.runtime.api.metadata.TypedValue<V> |
ExpressionValueResolver.resolveTypedValue(ValueResolvingContext context) |
static <T> T |
ResolverUtils.resolveValue(ValueResolver<T> resolver,
ValueResolvingContext context)
Executes the
resolver using the given context, applying all the required resolution rules that may apply for
the given T type. |
T |
ConfigOverrideValueResolverWrapper.resolveWithoutConfig(ValueResolvingContext context) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Object> |
MuleExtensionUtils.toMap(ResolverSet resolverSet,
ValueResolvingContext ctx) |
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.