Uses of Class
org.apache.camel.model.dataformat.Base64DataFormat.Builder
Packages that use Base64DataFormat.Builder
Package
Description
The JAXB POJOs for the Data Formats used to marshal and
unmarshal objects to and from streams inside components
-
Uses of Base64DataFormat.Builder in org.apache.camel.builder
Methods in org.apache.camel.builder that return Base64DataFormat.Builder -
Uses of Base64DataFormat.Builder in org.apache.camel.model.dataformat
Methods in org.apache.camel.model.dataformat that return Base64DataFormat.BuilderModifier and TypeMethodDescriptionBase64DataFormat.Builder.lineLength(int lineLength) To specific a maximum line length for the encoded data.Base64DataFormat.Builder.lineLength(String lineLength) To specific a maximum line length for the encoded data.Base64DataFormat.Builder.lineSeparator(String lineSeparator) The line separators to use.Base64DataFormat.Builder.urlSafe(boolean urlSafe) Instead of emitting '+' and '/' we emit '-' and '_' respectively.Instead of emitting '+' and '/' we emit '-' and '_' respectively.