Class StringArrayHandler.StringArrayHandlerBuilder
java.lang.Object
de.siegmar.fastcsv.reader.AbstractInternalCsvCallbackHandler.AbstractInternalCsvCallbackHandlerBuilder<StringArrayHandler.StringArrayHandlerBuilder>
de.siegmar.fastcsv.reader.StringArrayHandler.StringArrayHandlerBuilder
- Enclosing class:
StringArrayHandler
public static final class StringArrayHandler.StringArrayHandlerBuilder
extends AbstractInternalCsvCallbackHandler.AbstractInternalCsvCallbackHandlerBuilder<StringArrayHandler.StringArrayHandlerBuilder>
A builder for
StringArrayHandler.-
Field Summary
Fields inherited from class AbstractInternalCsvCallbackHandler.AbstractInternalCsvCallbackHandlerBuilder
fieldModifier, maxFields, maxFieldSize, maxRecordSize -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds theStringArrayHandlerinstance.self()Method to be implemented by subclasses to return the correct type.Methods inherited from class AbstractInternalCsvCallbackHandler.AbstractInternalCsvCallbackHandlerBuilder
fieldModifier, maxFields, maxFieldSize, maxRecordSize
-
Method Details
-
self
Description copied from class:AbstractInternalCsvCallbackHandler.AbstractInternalCsvCallbackHandlerBuilderMethod to be implemented by subclasses to return the correct type.- Specified by:
selfin classAbstractInternalCsvCallbackHandler.AbstractInternalCsvCallbackHandlerBuilder<StringArrayHandler.StringArrayHandlerBuilder>- Returns:
- This object of subclass type.
-
build
Builds theStringArrayHandlerinstance.- Returns:
- the new instance
- Throws:
IllegalArgumentException- if argument constraints are violated (seeAbstractInternalCsvCallbackHandler)
-