Method and Description |
---|
org.apache.camel.component.gson.GsonDataFormat.getPrettyPrinting()
use
isPrettyPrint() instead |
org.apache.camel.component.gson.GsonDataFormat.getSerializeNulls()
use
isSerializeNulls() instead |
org.apache.camel.component.gson.GsonDataFormat.setPrettyPrinting(Boolean)
use
setPrettyPrint(boolean) instead |
org.apache.camel.component.gson.GsonDataFormat.setSerializeNulls(Boolean)
use
setSerializeNulls(boolean) instead |
Constructor and Description |
---|
org.apache.camel.component.gson.GsonDataFormat(Class>, ExclusionStrategy...)
use the setter instead
|
Apache Camel