public final class XmlStringToPropertiesConverter extends Object implements org.springframework.core.convert.converter.Converter<String,Properties>
| Constructor and Description |
|---|
XmlStringToPropertiesConverter() |
XmlStringToPropertiesConverter(String encoding) |
public XmlStringToPropertiesConverter()
public XmlStringToPropertiesConverter(String encoding)
public Properties convert(String source)
convert in interface org.springframework.core.convert.converter.Converter<String,Properties>public String getEncoding()
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.