@Metadata(firstVersion="2.11.0",
label="dataformat,transformation",
title="Base64")
public class Base64DataFormat
extends DataFormatDefinition
| Constructor and Description |
|---|
Base64DataFormat() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureDataFormat(DataFormat dataFormat,
CamelContext camelContext)
Allows derived classes to customize the data format
|
Integer |
getLineLength() |
String |
getLineSeparator() |
Boolean |
getUrlSafe() |
void |
setLineLength(Integer lineLength)
To specific a maximum line length for the encoded data.
|
void |
setLineSeparator(String lineSeparator)
The line separators to use.
|
void |
setUrlSafe(Boolean urlSafe)
Instead of emitting '+' and '/' we emit '-' and '_' respectively.
|
configureDataFormat, createDataFormat, getContentTypeHeader, getDataFormat, getDataFormat, getDataFormat, getDataFormatName, getOtherAttributes, getShortName, setContentTypeHeader, setDataFormat, setDataFormatName, setOtherAttributes, setProperty, setPropertygetId, setIdpublic Base64DataFormat()
protected void configureDataFormat(DataFormat dataFormat, CamelContext camelContext)
DataFormatDefinitionconfigureDataFormat in class DataFormatDefinitionpublic Integer getLineLength()
public void setLineLength(Integer lineLength)
public String getLineSeparator()
public void setLineSeparator(String lineSeparator)
public Boolean getUrlSafe()
public void setUrlSafe(Boolean urlSafe)
Apache Camel