public class TransformationGraphLookupStrategy extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
TransformationGraphLookupStrategy(org.jgrapht.DirectedGraph<org.mule.runtime.api.metadata.DataType,org.mule.runtime.core.transformer.graph.TransformationEdge> graph) |
| Modifier and Type | Method and Description |
|---|---|
List<Converter> |
lookupConverters(org.mule.runtime.api.metadata.DataType source,
org.mule.runtime.api.metadata.DataType target)
Looks for
Converter to convert from the source to the target data types. |
public TransformationGraphLookupStrategy(org.jgrapht.DirectedGraph<org.mule.runtime.api.metadata.DataType,org.mule.runtime.core.transformer.graph.TransformationEdge> graph)
public List<Converter> lookupConverters(org.mule.runtime.api.metadata.DataType source, org.mule.runtime.api.metadata.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–2017 MuleSoft, Inc.. All rights reserved.