public interface Mutation<K,V,R> extends InjectableComponent
Modifier and Type | Method and Description |
---|---|
R |
apply(EntryView.ReadWriteEntryView<K,V> view)
Mutate the view
|
DataConversion |
keyDataConversion() |
byte |
type() |
DataConversion |
valueDataConversion() |
inject
byte type()
R apply(EntryView.ReadWriteEntryView<K,V> view)
view
- DataConversion keyDataConversion()
DataConversion valueDataConversion()
Copyright © 2021 JBoss by Red Hat. All rights reserved.