Class JsonbDataFormatConfiguration


  • @Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo")
    @ConfigurationProperties(prefix="camel.dataformat.jsonb")
    public class JsonbDataFormatConfiguration
    extends org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon
    Marshal POJOs to JSON and back using JSON-B. Generated by camel-package-maven-plugin - do not edit this file!
    • Constructor Detail

      • JsonbDataFormatConfiguration

        public JsonbDataFormatConfiguration()
    • Method Detail

      • getObjectMapper

        public String getObjectMapper()
      • setObjectMapper

        public void setObjectMapper​(String objectMapper)
      • getPrettyPrint

        public Boolean getPrettyPrint()
      • setPrettyPrint

        public void setPrettyPrint​(Boolean prettyPrint)
      • getUnmarshalType

        public String getUnmarshalType()
      • setUnmarshalType

        public void setUnmarshalType​(String unmarshalType)