public class TransformationGraphLookupStrategy extends Object
Constructor and Description |
---|
TransformationGraphLookupStrategy(org.jgrapht.DirectedGraph<DataType<?>,org.mule.transformer.graph.TransformationEdge> graph) |
protected final Log logger
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–2016 MuleSoft, Inc.. All rights reserved.