Class CustomDataFormat


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

      • CustomDataFormat

        public CustomDataFormat()
      • CustomDataFormat

        public CustomDataFormat​(String ref)
    • Method Detail

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