Class GzipDeflaterDataFormatConfiguration

java.lang.Object
org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon
org.apache.camel.dataformat.deflater.springboot.GzipDeflaterDataFormatConfiguration

@ConfigurationProperties(prefix="camel.dataformat.gzip-deflater") public class GzipDeflaterDataFormatConfiguration extends org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon
Compress and decompress messages using java.util.zip.GZIPStream. Generated by camel-package-maven-plugin - do not edit this file!
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon

    org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon.CustomizerProperties
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon

    getCustomizer, isEnabled, setEnabled

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GzipDeflaterDataFormatConfiguration

      public GzipDeflaterDataFormatConfiguration()