@Generated(value="org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.dataformat.json-jsonb") public class JsonbDataFormatConfiguration extends org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon
| Constructor and Description |
|---|
JsonbDataFormatConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getObjectMapper() |
Boolean |
getPrettyPrint() |
String |
getUnmarshalTypeName() |
void |
setObjectMapper(String objectMapper) |
void |
setPrettyPrint(Boolean prettyPrint) |
void |
setUnmarshalTypeName(String unmarshalTypeName) |
public String getObjectMapper()
public void setObjectMapper(String objectMapper)
public Boolean getPrettyPrint()
public void setPrettyPrint(Boolean prettyPrint)
public String getUnmarshalTypeName()
public void setUnmarshalTypeName(String unmarshalTypeName)
Apache Camel