org.springframework.data.redis.connection.convert
Class StringToPropertiesConverter
java.lang.Object
org.springframework.data.redis.connection.convert.StringToPropertiesConverter
- All Implemented Interfaces:
- Converter<String,Properties>
public class StringToPropertiesConverter
- extends Object
- implements Converter<String,Properties>
Converts Strings to Properties
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringToPropertiesConverter
public StringToPropertiesConverter()
convert
public Properties convert(String source)
- Specified by:
convert
in interface Converter<String,Properties>