public interface ValueSetter
| Modifier and Type | Method and Description |
|---|---|
void |
set(Object target,
ResolverSetResult result)
Sets on
target values contained in result. |
void set(Object target, ResolverSetResult result) throws org.mule.runtime.api.exception.MuleException
target values contained in result. This method does not guarantee how many of the values contained in
result are actually assigned (if any). Implementations are free to decide using only a sub set of those values or
none at alltarget - the object on which values are to be setresult - a ResolverSetResultorg.mule.runtime.api.exception.MuleExceptionCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.