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.

Methods

addConverter

public void addConverter(Predicate predicate, Converter<WireType> converter)

Adds a new converter to the strategy for the given predicate.

Parameters
  • predicate – the predicate deciding whether this converter will be chosen or not

  • converter – the converter

equals

public boolean equals(Object obj)

getConverter

public Converter<WireType> getConverter(String key)

hashCode

public int hashCode()