@NoImplement
public interface ComponentValueProvider
values associated to a parameter of a Component.| Modifier and Type | Method and Description |
|---|---|
default List<org.mule.runtime.api.meta.model.parameter.ValueProviderModel> |
getModels(String providerName)
Deprecated.
|
Set<org.mule.runtime.api.value.Value> |
getValues(String providerName) |
Set<org.mule.runtime.api.value.Value> |
getValues(String parameterName,
String targetSelector)
Gets the values for the parameter of the given
parameterName, using the given targetSelector. |
Set<org.mule.runtime.api.value.Value> getValues(String providerName) throws ValueResolvingException
providerName - the name of the parameter for which resolve their possible valuesvaluesValueResolvingExceptionSet<org.mule.runtime.api.value.Value> getValues(String parameterName, String targetSelector) throws ValueResolvingException
parameterName, using the given targetSelector. See
FieldValues.targetSelectors()parameterName - the name of the parameter for which its values will be resolvedtargetSelector - the target selector to use to resolve the valuesvaluesValueResolvingException - if there was an error resolving the values@Deprecated default List<org.mule.runtime.api.meta.model.parameter.ValueProviderModel> getModels(String providerName)
ValueProviderModel with the given provider name in the componentproviderName - The name of the value providerValueProviderModelCopyright © 2024 MuleSoft, Inc.. All rights reserved.