Uses of Class
org.apache.camel.model.dataformat.TidyMarkupDataFormat.Builder
Packages that use TidyMarkupDataFormat.Builder
Package
Description
The JAXB POJOs for the Data Formats used to marshal and
unmarshal objects to and from streams inside components
-
Uses of TidyMarkupDataFormat.Builder in org.apache.camel.builder
Methods in org.apache.camel.builder that return TidyMarkupDataFormat.BuilderModifier and TypeMethodDescriptionDataFormatBuilderFactory.tidyMarkup()Return TidyMarkup in the default format asNode -
Uses of TidyMarkupDataFormat.Builder in org.apache.camel.model.dataformat
Methods in org.apache.camel.model.dataformat that return TidyMarkupDataFormat.BuilderModifier and TypeMethodDescriptionTidyMarkupDataFormat.Builder.dataObjectType(Class<?> dataObjectType) What data type to unmarshal as, can either be org.w3c.dom.Node or java.lang.String.TidyMarkupDataFormat.Builder.dataObjectTypeName(String dataObjectTypeName) What data type to unmarshal as, can either be org.w3c.dom.Node or java.lang.String.TidyMarkupDataFormat.Builder.omitXmlDeclaration(boolean omitXmlDeclaration) When returning a String, do we omit the XML declaration in the top.TidyMarkupDataFormat.Builder.omitXmlDeclaration(String omitXmlDeclaration) When returning a String, do we omit the XML declaration in the top.