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