| Interface | Description |
|---|---|
| ConverterFilter |
Provides a way to filter a converters during the process of transformer resolution for a given source and result data types.
|
| Class | Description |
|---|---|
| CompositeConverterFilter | |
| GraphTransformerResolver | |
| NameConverterFilter |
Filters a list of
Converter returning a new list containing only the converters with the lower name using lexical
order. |
| PriorityWeightingConverterFilter |
Filters a list of
Converter returning a new list containing only the converters with the highest priority weighting. |
| TransformationGraph |
Represents the set of transformations between
DataType based on the available Converter. |
| TransformationGraphLookupStrategy |
Looks for available conversion paths inside a transformation graph.
|
| TransformationLengthConverterFilter |
Filters a list of
Converter returning a new list containing only the converters with the lower transformation path
length. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.