Uses of Class
org.simpleflatmapper.csv.CsvWriter.CsvWriterDSL
Packages that use CsvWriter.CsvWriterDSL
-
Uses of CsvWriter.CsvWriterDSL in org.simpleflatmapper.csv
Subclasses of CsvWriter.CsvWriterDSL in org.simpleflatmapper.csvModifier and TypeClassDescriptionstatic classstatic classMethods in org.simpleflatmapper.csv that return CsvWriter.CsvWriterDSLModifier and TypeMethodDescriptionCsvWriter.CsvWriterDSL.alwaysEscape()CsvWriter.CsvWriterDSL.cellWriter(org.simpleflatmapper.lightningcsv.CellWriter cellWriter) Create a new DSL object identical to the current one but with the specified cellWriter.Create a new DSL object identical to the current one but with the specified classMeta.Create a new DSL object identical to the current one but with the specified property added.Create a new DSL object identical to the current one but with the specified property added.Create a new DSL object identical to the current one but with the specified property instead of the default ones.Create a new DSL object identical to the current one but and append the specified columnsCreate a new DSL object identical to the current one but with the specified columns instead of the default ones.CsvWriter.CsvWriterDSL.escape(char escape) static <T> CsvWriter.CsvWriterDSL<T>Create a DSL on the specified type.static <T> CsvWriter.CsvWriterDSL<T>Create a DSL on the specified type.static <T> CsvWriter.CsvWriterDSL<T>CsvWriter.from(org.simpleflatmapper.util.TypeReference<T> typeReference) Create a DSL on the specified type.CsvWriter.CsvWriterDSL.mapperConfig(org.simpleflatmapper.map.MapperConfig<CsvColumnKey, ?> mapperConfig) Create a new DSL object identical to the current one but with the specified mapperConfig.protected CsvWriter.CsvWriterDSL<T>CsvWriter.CsvWriterDSL.newColumnMapDSL(org.simpleflatmapper.reflect.meta.ClassMeta<T> classMeta, CsvWriter.Column[] columns, org.simpleflatmapper.map.MapperConfig<CsvColumnKey, ?> mapperConfig, org.simpleflatmapper.lightningcsv.CellWriter cellWriter, boolean skipHeaders) protected CsvWriter.CsvWriterDSL<T>CsvWriter.CsvWriterDSL.newCsvWriterDSL(CsvWriter.Column[] columns, org.simpleflatmapper.lightningcsv.CellWriter cellWriter, org.simpleflatmapper.map.mapper.ContextualSourceFieldMapperImpl<T, Appendable> mapper, org.simpleflatmapper.reflect.meta.ClassMeta<T> classMeta, org.simpleflatmapper.map.MapperConfig<CsvColumnKey, ?> mapperConfig, boolean skipHeaders) protected CsvWriter.CsvWriterDSL<T>CsvWriter.DefaultCsvWriterDSL.newCsvWriterDSL(CsvWriter.Column[] columns, org.simpleflatmapper.lightningcsv.CellWriter cellWriter, org.simpleflatmapper.map.mapper.ContextualSourceFieldMapperImpl<T, Appendable> mapper, org.simpleflatmapper.reflect.meta.ClassMeta<T> classMeta, org.simpleflatmapper.map.MapperConfig<CsvColumnKey, ?> mapperConfig, boolean skipHeaders) protected CsvWriter.CsvWriterDSL<T>CsvWriter.CsvWriterDSL.newMapDSL(org.simpleflatmapper.reflect.meta.ClassMeta<T> classMeta, CsvWriter.Column[] columns, org.simpleflatmapper.map.MapperConfig<CsvColumnKey, ?> mapperConfig, org.simpleflatmapper.lightningcsv.CellWriter cellWriter, boolean skipHeaders) CsvWriter.CsvWriterDSL.quote(char quote) CsvWriter.CsvWriterDSL.separator(char separator) CsvWriter.CsvWriterDSL.skipHeaders()Create a new DSL object identical to the current one except it will not append the headers to the appendable.