Class ProtobufDataFormatConfiguration
java.lang.Object
org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon
org.apache.camel.dataformat.protobuf.springboot.ProtobufDataFormatConfiguration
@ConfigurationProperties(prefix="camel.dataformat.protobuf")
public class ProtobufDataFormatConfiguration
extends org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon
Serialize and deserialize Java objects using Google's Protocol buffers.
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 -
Method Summary
Modifier and TypeMethodDescriptionvoidsetContentTypeFormat(String contentTypeFormat) voidsetContentTypeHeader(Boolean contentTypeHeader) voidsetInstanceClass(String instanceClass) Methods inherited from class org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
ProtobufDataFormatConfiguration
public ProtobufDataFormatConfiguration()
-
-
Method Details
-
getInstanceClass
-
setInstanceClass
-
getContentTypeFormat
-
setContentTypeFormat
-
getContentTypeHeader
-
setContentTypeHeader
-