Package tech.harmonysoft.oss.common.meta
Interface MetaValueMapper
-
- All Implemented Interfaces:
public interface MetaValueMapper
-
-
Method Summary
Modifier and Type Method Description abstract ProcessingResult<Object, Unit>map(String metaValue)Tries to map given meta-value to a new one, if it's defined as, say, <user-id>in configs, this method is expected to receiveuser-id(without brackets)-
-
Method Detail
-
map
abstract ProcessingResult<Object, Unit> map(String metaValue)
Tries to map given meta-value to a new one, if it's defined as, say,
<user-id>in configs, this method is expected to receiveuser-id(without brackets)
-
-
-
-