Class DelimitedFormatter<K>
- java.lang.Object
-
- org.wildfly.clustering.marshalling.spi.SimpleFormatter<K>
-
- org.wildfly.clustering.marshalling.spi.DelimitedFormatter<K>
-
- All Implemented Interfaces:
Formatter<K>
public class DelimitedFormatter<K> extends SimpleFormatter<K>
Formatterfor keys with multiple string fields.- Author:
- Paul Ferraro