public class KeyValueFilterAsKeyFilter<K> extends java.lang.Object implements KeyFilter<K>
KeyValueFilter to determine if to
filter the key. Note this filter will be passed null for both the value and metadata on every pass.| Modifier and Type | Class and Description |
|---|---|
static class |
KeyValueFilterAsKeyFilter.Externalizer |
ACCEPT_ALL_FILTER| Constructor and Description |
|---|
KeyValueFilterAsKeyFilter(KeyValueFilter<? super K,?> filter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(K key) |
protected void |
injectDependencies(ComponentRegistry cr) |
public KeyValueFilterAsKeyFilter(KeyValueFilter<? super K,?> filter)
public boolean accept(K key)
protected void injectDependencies(ComponentRegistry cr)