public class ResolverSetUtils extends Object
ResolverSets.| Modifier and Type | Method and Description |
|---|---|
static boolean |
acceptsReferences(org.mule.runtime.api.meta.model.parameter.ParameterModel parameterModel) |
static ResolverSet |
getResolverSetFromComponentParameterization(org.mule.runtime.extension.api.component.ComponentParameterization<?> componentParameterization,
MuleContext muleContext,
boolean disableValidations,
ReflectionCache reflectionCache,
ExpressionManager expressionManager,
String parametersOwner)
Creates a
ResolverSet of a ParameterizedModel based on static values of its parameters. |
static ResolverSet |
getResolverSetFromStaticValues(org.mule.runtime.api.meta.model.parameter.ParameterizedModel parameterizedModel,
Map<String,Object> parameters,
MuleContext muleContext,
boolean disableValidations,
ReflectionCache reflectionCache,
ExpressionManager expressionManager,
String parametersOwner)
Creates a
ResolverSet of a ParameterizedModel based on static values of its parameters. |
public static ResolverSet getResolverSetFromStaticValues(org.mule.runtime.api.meta.model.parameter.ParameterizedModel parameterizedModel, Map<String,Object> parameters, MuleContext muleContext, boolean disableValidations, ReflectionCache reflectionCache, ExpressionManager expressionManager, String parametersOwner) throws org.mule.runtime.api.exception.MuleException
ResolverSet of a ParameterizedModel based on static values of its parameters. Keep in mind that
this method will not work if the given ParameterizedModel contains parameter that share the same name, since the map
representation falls short in that case.parameters - static parameter values.parameterizedModel - the parameterized group.muleContext - the mule context.disableValidations - whether validations should be disabled or not.reflectionCache - a reflection cache.expressionManager - the expression manager.parametersOwner - the owner of the parameters from the parameters resolver.ResolverSetorg.mule.runtime.api.exception.MuleExceptionpublic static ResolverSet getResolverSetFromComponentParameterization(org.mule.runtime.extension.api.component.ComponentParameterization<?> componentParameterization, MuleContext muleContext, boolean disableValidations, ReflectionCache reflectionCache, ExpressionManager expressionManager, String parametersOwner) throws org.mule.runtime.api.exception.MuleException
ResolverSet of a ParameterizedModel based on static values of its parameters.componentParameterization - the componentParameterization that describes the model parameter values.muleContext - the mule context.disableValidations - whether validations should be disabled or not.reflectionCache - a reflection cache.expressionManager - the expression manager.parametersOwner - the owner of the parameters from the parameters resolver.ResolverSetorg.mule.runtime.api.exception.MuleExceptionpublic static boolean acceptsReferences(org.mule.runtime.api.meta.model.parameter.ParameterModel parameterModel)
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.