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 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 ResolverSetResult
MuleException
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.