@NoImplement
public interface ValueProviderService
values for any Value Provider capable element in a Mule App.| Modifier and Type | Field and Description |
|---|---|
static String |
VALUE_PROVIDER_SERVICE_KEY
Key under which the
ValueProviderService can be found in the Registry |
| Modifier and Type | Method and Description |
|---|---|
ValueResult |
getFieldValues(Location location,
String parameter,
String targetSelector)
|
ValueResult |
getValues(Location location,
String providerName)
|
static final String VALUE_PROVIDER_SERVICE_KEY
ValueProviderService can be found in the RegistryValueResult getValues(Location location, String providerName)
location - The Location where the element is found.providerName - The name of the value provider to resolve the values.result of the resolving of the values.ValueResultValueResult getFieldValues(Location location, String parameter, String targetSelector)
values for a element's value provider located in the given Location of the parameter field
with the given parameter name and using the given field target selector.location - The Location where the element is found.parameter - The name of the parameter to resolve the values.targetSelector - The path to the field located in the parameter.result of the resolving of the values.ValueResultCopyright © 2025 MuleSoft, Inc.. All rights reserved.