public class StringArrayToMapConverter extends Object implements org.springframework.core.convert.converter.Converter<String[],Map<String,String>>
String
Map
Converter
CollectionUtils.toStringMap(String[])
StringArrayToMapConverter()
Map<String,String>
convert(String[] source)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public StringArrayToMapConverter()
public Map<String,String> convert(String[] source)
convert
org.springframework.core.convert.converter.Converter<String[],Map<String,String>>
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.