Class TestConverter

  • All Implemented Interfaces:
    org.apache.camel.dataformat.bindy.Format<String>

    public class TestConverter
    extends Object
    implements org.apache.camel.dataformat.bindy.Format<String>
    • Constructor Detail

      • TestConverter

        public TestConverter()
    • Method Detail

      • format

        public String format​(String object)
        Specified by:
        format in interface org.apache.camel.dataformat.bindy.Format<String>
      • parse

        public String parse​(String string)
        Specified by:
        parse in interface org.apache.camel.dataformat.bindy.Format<String>