@Metadata(firstVersion="2.0.0",
label="dataformat,transformation",
title="TidyMarkup")
public class TidyMarkupDataFormat
extends DataFormatDefinition
| Constructor and Description |
|---|
TidyMarkupDataFormat() |
TidyMarkupDataFormat(Class<?> dataObjectType) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getDataObjectType() |
String |
getDataObjectTypeName() |
Boolean |
getOmitXmlDeclaration() |
void |
setDataObjectType(Class<?> dataObjectType)
What data type to unmarshal as, can either be org.w3c.dom.Node or
java.lang.String.
|
void |
setDataObjectTypeName(String dataObjectTypeName)
What data type to unmarshal as, can either be org.w3c.dom.Node or
java.lang.String.
|
void |
setOmitXmlDeclaration(Boolean omitXmlDeclaration)
When returning a String, do we omit the XML declaration in the top.
|
getContentTypeHeader, getDataFormat, getDataFormatName, getOtherAttributes, getShortName, setContentTypeHeader, setDataFormat, setDataFormatName, setOtherAttributesgetId, setIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetReadPropertyPlaceholderOptions, getWritePropertyPlaceholderOptionspublic TidyMarkupDataFormat()
public TidyMarkupDataFormat(Class<?> dataObjectType)
public void setDataObjectType(Class<?> dataObjectType)
public Class<?> getDataObjectType()
public String getDataObjectTypeName()
public void setDataObjectTypeName(String dataObjectTypeName)
public Boolean getOmitXmlDeclaration()
public void setOmitXmlDeclaration(Boolean omitXmlDeclaration)
Apache Camel