om conversion Map<String,MyClass> mapOfStringMyClass = KeyValueFormat.parse("foo=xxx;bar=yyy", KeyValueFormat.newStringConverter(), new MyClassConverter());
Formatting examples String output = KeyValueFormat.format(map); Map<Integer,String> mapIntString; KeyValueFormat.formatIntString(mapIntString);
@since 1.10