Class StringToContentConverter

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