public interface TransformerRegistry
| Modifier and Type | Method and Description |
|---|---|
Transformer<?,?> |
getTransformer(org.fabric3.api.model.type.contract.DataType source,
org.fabric3.api.model.type.contract.DataType target,
java.util.List<java.lang.Class<?>> inTypes,
java.util.List<java.lang.Class<?>> outTypes)
Returns a transformer that can convert a set of classes from the source to target data type.
|
Transformer<?,?> getTransformer(org.fabric3.api.model.type.contract.DataType source, org.fabric3.api.model.type.contract.DataType target, java.util.List<java.lang.Class<?>> inTypes, java.util.List<java.lang.Class<?>> outTypes) throws org.fabric3.api.host.Fabric3Exception
source - the data type to transform fromtarget - the data type to transform toinTypes - the classes that must be converted fromoutTypes - the classes that must be converted toorg.fabric3.api.host.Fabric3Exception - if an error occurs returning the transformer