public class CompositeKeyValueFilter<K,V> extends java.lang.Object implements KeyValueFilter<K,V>
| Modifier and Type | Class and Description |
|---|---|
static class |
CompositeKeyValueFilter.Externalizer |
| Constructor and Description |
|---|
CompositeKeyValueFilter(KeyValueFilter<? super K,? super V>... filters) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(K key,
V value,
Metadata metadata) |
protected void |
injectDependencies(ComponentRegistry cr) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitformatpublic CompositeKeyValueFilter(KeyValueFilter<? super K,? super V>... filters)
public boolean accept(K key, V value, Metadata metadata)
accept in interface KeyValueFilter<K,V>key - key to testvalue - value to use (could be null for the case of removal)metadata - metadataprotected void injectDependencies(ComponentRegistry cr)