PredicateConverterSelectionStrategy.Predicate

public interface Predicate

Interface for predicates that can be used to decide which converter to select.

Author

jwienke

Methods

handlesKey

boolean handlesKey(String key)

Checks whether the converter with this predicate can handle the specified key.

Parameters

key – the key to check against

Returns

true if the converter shall handle this key, else false