@MinMuleVersion(value="4.1")
public interface ValueProvider
values.Value| Modifier and Type | Method and Description |
|---|---|
default String |
getId()
This is the id of the ValueProvider.
|
Set<org.mule.runtime.api.value.Value> |
resolve()
Resolves and provides a
Set of values which represents a set of possible and valid values for a
parameter. |
Set<org.mule.runtime.api.value.Value> resolve() throws ValueResolvingException
Set of values which represents a set of possible and valid values for a
parameter.Set of values.ValueResolvingException - if an error occurs during the resolvingdefault String getId()
ValueProvider in the same extension. Multiple
calls to this method must always return the same fixed value.Copyright © 2025 MuleSoft, Inc.. All rights reserved.