public class ValueResolvingContext extends Object
ValueResolver to produce
a result.| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static ValueResolvingContext |
from(Event event) |
static ValueResolvingContext |
from(Event event,
Optional<org.mule.runtime.extension.api.runtime.ConfigurationInstance> config) |
Optional<org.mule.runtime.extension.api.runtime.ConfigurationInstance> |
getConfig() |
Event |
getEvent() |
int |
hashCode() |
public static ValueResolvingContext from(Event event)
public static ValueResolvingContext from(Event event, Optional<org.mule.runtime.extension.api.runtime.ConfigurationInstance> config)
public Optional<org.mule.runtime.extension.api.runtime.ConfigurationInstance> getConfig()
ConfigurationInstance of the current resolution context
if one is bound to the element to be resolved, or Optional.empty() if none is found.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.