public abstract class AbstractKeyValueFilterConverter<K,V,C> extends Object implements KeyValueFilterConverter<K,V,C>
KeyValueFilter.accept(Object, Object, org.infinispan.metadata.Metadata)
and Converter.convert(Object, Object, org.infinispan.metadata.Metadata) methods so they just call the
KeyValueFilterConverter.filterAndConvert(Object, Object, org.infinispan.metadata.Metadata)
method and then do the right thing.| Constructor and Description |
|---|
AbstractKeyValueFilterConverter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(K key,
V value,
Metadata metadata) |
C |
convert(K key,
V value,
Metadata metadata) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfilterAndConvertCopyright © 2017 JBoss, a division of Red Hat. All rights reserved.