org.apache.camel.model.dataformat
Class JsonDataFormat

java.lang.Object
  extended by org.apache.camel.model.IdentifiedType
      extended by org.apache.camel.model.dataformat.DataFormatDefinition
          extended by org.apache.camel.model.dataformat.JsonDataFormat

public class JsonDataFormat
extends DataFormatDefinition


Constructor Summary
JsonDataFormat()
           
 
Method Summary
 Boolean getPrettyPrint()
           
 void setPrettyPrint(Boolean prettyPrint)
           
 
Methods inherited from class org.apache.camel.model.dataformat.DataFormatDefinition
configureDataFormat, createDataFormat, getDataFormat, getDataFormat, setProperty
 
Methods inherited from class org.apache.camel.model.IdentifiedType
getId, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonDataFormat

public JsonDataFormat()
Method Detail

getPrettyPrint

public Boolean getPrettyPrint()

setPrettyPrint

public void setPrettyPrint(Boolean prettyPrint)


Copyright © 2009 Apache Software Foundation. All Rights Reserved.