K - the key typepublic class SetEntryWithComputedValueProcessor<K> extends Object implements javax.cache.processor.EntryProcessor<K,String,String>, Serializable
| Constructor and Description |
|---|
SetEntryWithComputedValueProcessor(String valuePrefix,
String valuePostfix) |
| Modifier and Type | Method and Description |
|---|---|
String |
process(javax.cache.processor.MutableEntry<K,String> entry,
Object... arguments) |
Copyright © 2019. All rights reserved.