public class TransformationGraphLookupStrategy extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
logger |
| Constructor and Description |
|---|
TransformationGraphLookupStrategy(org.jgrapht.DirectedGraph<DataType<?>,org.mule.transformer.graph.TransformationEdge> graph) |
public TransformationGraphLookupStrategy(org.jgrapht.DirectedGraph<DataType<?>,org.mule.transformer.graph.TransformationEdge> graph)
public List<Converter> lookupConverters(DataType<?> source, DataType<?> target)
Converter to convert from the source to the target
data types.source - data type to be convertedtarget - data type to be converted toConverter that are able to convert from the
source to the target data types.Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.