@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 providerName) throws ValueResolvingException
providerName - the name of the parameter for which resolve their possible valuesvaluesValueResolvingException@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 © 2020 MuleSoft, Inc.. All rights reserved.