Class ReaderConfig.Builder
java.lang.Object
dev.hardwood.reader.ReaderConfig.Builder
- Enclosing class:
ReaderConfig
Builder for
ReaderConfig.-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the immutable configuration.Sets a reader option.
-
Method Details
-
option
Sets a reader option. An unknown key is ignored (so a transitional flag can be retired without breaking callers) but logged atWARNINGwhen the config is used for a read, so a typo in a live key surfaces rather than silently taking the default. -
build
Builds the immutable configuration.
-