PredicateConverterSelectionStrategy.ExactKeyPredicate

public static class ExactKeyPredicate implements Predicate

Checks whether a key exactly matches a given template.

Author

jwienke

Constructors

ExactKeyPredicate

public ExactKeyPredicate(String desired)

Constructor.

Parameters

desired – the desired key to search for

Methods

equals

public boolean equals(Object obj)

handlesKey

public boolean handlesKey(String key)

hashCode

public int hashCode()