Class JsonbDataFormatConfiguration
- java.lang.Object
-
- org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon
-
- org.apache.camel.component.jsonb.springboot.JsonbDataFormatConfiguration
-
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.dataformat.jsonb") public class JsonbDataFormatConfiguration extends org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommonMarshal POJOs to JSON and back using JSON-B. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Constructor Summary
Constructors Constructor Description JsonbDataFormatConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetObjectMapper()BooleangetPrettyPrint()StringgetUnmarshalType()voidsetObjectMapper(String objectMapper)voidsetPrettyPrint(Boolean prettyPrint)voidsetUnmarshalType(String unmarshalType)
-
-
-
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)
-
-