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.
|
accept, format
C 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 © 2021 JBoss by Red Hat. All rights reserved.