Class BindyFixedLengthDataFormatConfiguration


  • @Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo")
    @ConfigurationProperties(prefix="camel.dataformat.bindy-fixed")
    public class BindyFixedLengthDataFormatConfiguration
    extends org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon
    Marshal and unmarshal between POJOs and fixed field length format using Camel Bindy Generated by camel-package-maven-plugin - do not edit this file!
    • Constructor Detail

      • BindyFixedLengthDataFormatConfiguration

        public BindyFixedLengthDataFormatConfiguration()
    • Method Detail

      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getClassType

        public String getClassType()
      • setClassType

        public void setClassType​(String classType)
      • getAllowEmptyStream

        public Boolean getAllowEmptyStream()
      • setAllowEmptyStream

        public void setAllowEmptyStream​(Boolean allowEmptyStream)
      • getUnwrapSingleInstance

        public Boolean getUnwrapSingleInstance()
      • setUnwrapSingleInstance

        public void setUnwrapSingleInstance​(Boolean unwrapSingleInstance)
      • getLocale

        public String getLocale()
      • setLocale

        public void setLocale​(String locale)