org.springframework.data.redis.connection.convert
Class StringToPropertiesConverter

java.lang.Object
  

extended by 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


Constructor Summary
StringToPropertiesConverter()
           
 
Method Summary
 Properties convert(String source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringToPropertiesConverter

public StringToPropertiesConverter()
Method Detail

convert

public Properties convert(String source)
Specified by:
convert in interface Converter<String,Properties>