public class MapFormatter extends Object implements Converter<String,Map<String,String>>
MapFormatter(String listSeparator, Converter<String,? super Map.Entry<String,String>> entryFormatter, String emptyOutput)
String
convert(Map<String,String> input)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MapFormatter(String listSeparator, Converter<String,? super Map.Entry<String,String>> entryFormatter, String emptyOutput)
public String convert(Map<String,String> input) throws IllegalArgumentException
convert
Converter<String,Map<String,String>>
IllegalArgumentException
Copyright © 2014 aQute SARL. All rights reserved.