Package one.microstream.collections
Class MapEntriesConcatenator<K,V>
java.lang.Object
one.microstream.collections.MapEntriesConcatenator<K,V>
public class MapEntriesConcatenator<K,V> extends Object
Configurable 
KeyValue to-String concatenator.- 
Constructor Summary
Constructors Constructor Description MapEntriesConcatenator() - 
Method Summary
 
- 
Constructor Details
- 
MapEntriesConcatenator
public MapEntriesConcatenator() 
 - 
 - 
Method Details
- 
getMapStartSymbol
 - 
getMapEndSymbol
 - 
getPreKeySymbol
 - 
getMappingSymbol
 - 
getPostValueSymbol
 - 
setMapStartSymbol
 - 
setMapEndSymbol
 - 
setPreKeySymbol
 - 
setMappingSymbol
 - 
setPostValueSymbol
 - 
configure
public MapEntriesConcatenator<K,V> configure(String mapStartSymbol, String mapEndSymbol, String preKeySymbol, String mappingSymbol, String postValueSymbol)Convenience method that combines all setters in one call.- Parameters:
 mapStartSymbol-mapEndSymbol-preKeySymbol-mappingSymbol-postValueSymbol-- Returns:
 - this instance.
 
 - 
configureEntrySymbols
 - 
configureMapSymbols
public MapEntriesConcatenator<K,V> configureMapSymbols(String mapStartSymbol, String mapEndSymbol) - 
assemble
 - 
appendTo
 
 -