Class CustomDataFormat.Builder
java.lang.Object
org.apache.camel.model.dataformat.CustomDataFormat.Builder
- All Implemented Interfaces:
DataFormatBuilder<CustomDataFormat>
- Enclosing class:
- CustomDataFormat
public static class CustomDataFormat.Builder
extends Object
implements DataFormatBuilder<CustomDataFormat>
Builder is a specific builder for CustomDataFormat.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionend()Ends the build of the data format.Reference to the customDataFormatto lookup from the Camel registry.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
ref
Reference to the customDataFormatto lookup from the Camel registry. -
end
Description copied from interface:DataFormatBuilderEnds the build of the data format.- Specified by:
endin interfaceDataFormatBuilder<CustomDataFormat>- Returns:
- the data format fully built.
-