java.lang.Object
org.bloomreach.forge.feed.api.transform.rss.StringToDescriptionConverter
- All Implemented Interfaces:
Converter<String,com.rometools.rome.feed.rss.Description>
public class StringToDescriptionConverter
extends Object
implements Converter<String,com.rometools.rome.feed.rss.Description>
-
Constructor Summary
Constructors
-
Method Summary
com.rometools.rome.feed.rss.Description
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
StringToDescriptionConverter
public StringToDescriptionConverter()
-
Method Details
-
convert
public com.rometools.rome.feed.rss.Description convert(String k)
- Specified by:
convert
in interface Converter<String,com.rometools.rome.feed.rss.Description>