PredicateConverterSelectionStrategy¶
-
public class
PredicateConverterSelectionStrategy
<WireType> implements ConverterSelectionStrategy<WireType>¶ A converter selection strategy that uses predicates to select converters. Converters that are added first have a higher priority than converters added later.
- Author
jwienke
- Parameters
<WireType> – the wire type of the converters maintained in this selection strategy.