public class CacheEventFilterConverterAsKeyValueFilterConverter<K,V,C> extends AbstractKeyValueFilterConverter<K,V,C>
Modifier and Type | Class and Description |
---|---|
static class |
CacheEventFilterConverterAsKeyValueFilterConverter.Externalizer |
Constructor and Description |
---|
CacheEventFilterConverterAsKeyValueFilterConverter(CacheEventFilterConverter<K,V,C> cacheEventFilterConverter) |
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.
|
protected void |
injectDependencies(ComponentRegistry cr) |
accept, convert
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
format
public CacheEventFilterConverterAsKeyValueFilterConverter(CacheEventFilterConverter<K,V,C> cacheEventFilterConverter)
public C filterAndConvert(K key, V value, Metadata metadata)
KeyValueFilterConverter
key
- The key of the entry to filtervalue
- The value of the entry to filter and then convertmetadata
- The metadata attached to the entryprotected void injectDependencies(ComponentRegistry cr)
Copyright © 2021 JBoss by Red Hat. All rights reserved.