public interface ValueProvider
values.Value| Modifier and Type | Method and Description |
|---|---|
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 resolvingCopyright © 2020 MuleSoft, Inc.. All rights reserved.