Uses of Class
de.hybris.platform.util.CSVFromPropertiesReader.CSVFromPropertiesReaderBuilder
-
Packages that use CSVFromPropertiesReader.CSVFromPropertiesReaderBuilder Package Description de.hybris.platform.util -
-
Uses of CSVFromPropertiesReader.CSVFromPropertiesReaderBuilder in de.hybris.platform.util
Methods in de.hybris.platform.util that return CSVFromPropertiesReader.CSVFromPropertiesReaderBuilder Modifier and Type Method Description static CSVFromPropertiesReader.CSVFromPropertiesReaderBuilderCSVFromPropertiesReader. builder(java.io.Reader reader)CSVFromPropertiesReader.CSVFromPropertiesReaderBuilderCSVFromPropertiesReader.CSVFromPropertiesReaderBuilder. withCaseInsensitiveAttributes(boolean ignoreCase)CSVFromPropertiesReader.CSVFromPropertiesReaderBuilderCSVFromPropertiesReader.CSVFromPropertiesReaderBuilder. withColumn(java.lang.String name, int column)CSVFromPropertiesReader.CSVFromPropertiesReaderBuilderCSVFromPropertiesReader.CSVFromPropertiesReaderBuilder. withIdAndAttributePattern(java.lang.String pattern)CSVFromPropertiesReader.CSVFromPropertiesReaderBuilderCSVFromPropertiesReader.CSVFromPropertiesReaderBuilder. withLineBufferOf(int size)CSVFromPropertiesReader.CSVFromPropertiesReaderBuilderCSVFromPropertiesReader.CSVFromPropertiesReaderBuilder. withMissingValueToken(java.lang.String token)
-