.. java:import:: java.util ArrayList .. java:import:: java.util Collections .. java:import:: java.util List .. java:import:: java.util.regex Pattern PredicateConverterSelectionStrategy.Predicate ============================================= .. java:package:: rsb.converter :noindex: .. java:type:: public interface Predicate :outertype: PredicateConverterSelectionStrategy Interface for predicates that can be used to decide which converter to select. :author: jwienke Methods ------- handlesKey ^^^^^^^^^^ .. java:method:: boolean handlesKey(String key) :outertype: PredicateConverterSelectionStrategy.Predicate Checks whether the converter with this predicate can handle the specified key. :param key: the key to check against :return: \ ``true``\ if the converter shall handle this key, else \ ``false``\