Class CustomDataFormat


@Metadata(label="dataformat,transformation", title="Custom") public class CustomDataFormat extends DataFormatDefinition
Delegate to a custom DataFormat implementation via Camel registry.
  • Constructor Details

    • CustomDataFormat

      public CustomDataFormat()
    • CustomDataFormat

      public CustomDataFormat(String ref)
  • Method Details

    • getRef

      public String getRef()
      Reference to the custom DataFormat to lookup from the Camel registry.
    • setRef

      public void setRef(String ref)
      Reference to the custom DataFormat to lookup from the Camel registry.
    • toString

      public String toString()
      Overrides:
      toString in class Object