public class KeyValueFilterAsKeyFilter<K> extends 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)
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.