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