Package cdc.issues.io
Class ProfileIoFeatures.Builder
java.lang.Object
cdc.issues.io.ProfileIoFeatures.Builder
- Enclosing class:
- ProfileIoFeatures
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()hint(ProfileIoFeatures.Hint hint) itemConverter(UnaryOperator<String> itemConverter) Sets the item wrapper.Sets the sections to dump.Sets the sections to dump.workbookWriterFeatures(cdc.office.ss.WorkbookWriterFeatures features)
-
Constructor Details
-
Builder
protected Builder()
-
-
Method Details
-
workbookWriterFeatures
public ProfileIoFeatures.Builder workbookWriterFeatures(cdc.office.ss.WorkbookWriterFeatures features) -
hint
-
sections
Sets the sections to dump.- Parameters:
sections- The sections.- Returns:
- This builder.
-
sections
Sets the sections to dump.- Parameters:
sections- The sections.- Returns:
- This builder.
-
itemConverter
Sets the item wrapper.It is used to modify items.
- Parameters:
itemConverter- The item converter.- Returns:
- This builder.
-
build
-