public interface KeyValueFilterConverter<K,V,C> extends KeyValueFilter<K,V>, Converter<K,V,C>
| Modifier and Type | Method and Description |
|---|---|
C |
filterAndConvert(K key,
V value,
Metadata metadata)
Will both filter the entry and if passed subsequently convert the value to a new value.
|
acceptC filterAndConvert(K key, V value, Metadata metadata)
key - The key of the entry to filtervalue - The value of the entry to filter and then convertmetadata - The metadata attached to the entryCopyright © 2018 JBoss, a division of Red Hat. All rights reserved.