Class KeyValuePairConverter

All Implemented Interfaces:
ContextAware, LifeCycle

public class KeyValuePairConverter extends ClassicConverter
Convert the contents of KeyValuePair list to a String. Assuming the list contains the list {k1, v1}, {k2, v2}, the String output will be "k1=v1 k2=v2", without the quotes.
Since:
1.3.0
Author:
Ceki Gülcü