Uses of Interface
org.mule.transformer.graph.ConverterFilter

Packages that use ConverterFilter
org.mule.transformer.graph   
 

Uses of ConverterFilter in org.mule.transformer.graph
 

Classes in org.mule.transformer.graph that implement ConverterFilter
 class CompositeConverterFilter
           
 class NameConverterFilter
          Filters a list of Converter returning a new list containing only the converters with the lower name using lexical order.
 class PriorityWeightingConverterFilter
          Filters a list of Converter returning a new list containing only the converters with the highest priority weighting.
 class TransformationLengthConverterFilter
          Filters a list of Converter returning a new list containing only the converters with the lower transformation path length.
 

Constructors in org.mule.transformer.graph with parameters of type ConverterFilter
CompositeConverterFilter(ConverterFilter... filters)
           
 



Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.