- CharacterReadConverter - com.github.houbb.csv.support.convert.read.type.impl中的类
-
Character 读取转换器
- CharacterReadConverter() - 类 的构造器com.github.houbb.csv.support.convert.read.type.impl.CharacterReadConverter
-
- classType() - 类 中的方法com.github.houbb.csv.support.context.SingleReadContext
-
- classType(Class) - 类 中的方法com.github.houbb.csv.support.context.SingleReadContext
-
- codeDescArray() - 类 中的方法com.github.houbb.csv.support.convert.read.AbstractCodeDescReadConverter
-
获取映射类
- codeDescArray() - 类 中的方法com.github.houbb.csv.support.convert.read.AbstractCodeDescWriteConverter
-
获取映射类
- CollectionReadConverter - com.github.houbb.csv.support.convert.read.collection中的类
-
集合读取转换类
- CollectionReadConverter() - 类 的构造器com.github.houbb.csv.support.convert.read.collection.CollectionReadConverter
-
- CollectionWriteConverter - com.github.houbb.csv.support.convert.write.collection中的类
-
集合写入转换器
- CollectionWriteConverter() - 类 的构造器com.github.houbb.csv.support.convert.write.collection.CollectionWriteConverter
-
- COLON - 类 中的静态变量com.github.houbb.csv.constant.CsvEscapeConst
-
冒号
- com.github.houbb.csv - 程序包 com.github.houbb.csv
-
- com.github.houbb.csv.annotation - 程序包 com.github.houbb.csv.annotation
-
- com.github.houbb.csv.api - 程序包 com.github.houbb.csv.api
-
- com.github.houbb.csv.bs - 程序包 com.github.houbb.csv.bs
-
- com.github.houbb.csv.constant - 程序包 com.github.houbb.csv.constant
-
- com.github.houbb.csv.exception - 程序包 com.github.houbb.csv.exception
-
- com.github.houbb.csv.support - 程序包 com.github.houbb.csv.support
-
- com.github.houbb.csv.support.context - 程序包 com.github.houbb.csv.support.context
-
- com.github.houbb.csv.support.convert - 程序包 com.github.houbb.csv.support.convert
-
- com.github.houbb.csv.support.convert.mapping - 程序包 com.github.houbb.csv.support.convert.mapping
-
- com.github.houbb.csv.support.convert.read - 程序包 com.github.houbb.csv.support.convert.read
-
- com.github.houbb.csv.support.convert.read.collection - 程序包 com.github.houbb.csv.support.convert.read.collection
-
- com.github.houbb.csv.support.convert.read.entry - 程序包 com.github.houbb.csv.support.convert.read.entry
-
- com.github.houbb.csv.support.convert.read.type - 程序包 com.github.houbb.csv.support.convert.read.type
-
- com.github.houbb.csv.support.convert.read.type.impl - 程序包 com.github.houbb.csv.support.convert.read.type.impl
-
- com.github.houbb.csv.support.convert.write - 程序包 com.github.houbb.csv.support.convert.write
-
- com.github.houbb.csv.support.convert.write.collection - 程序包 com.github.houbb.csv.support.convert.write.collection
-
- com.github.houbb.csv.support.convert.write.entry - 程序包 com.github.houbb.csv.support.convert.write.entry
-
- com.github.houbb.csv.support.csv - 程序包 com.github.houbb.csv.support.csv
-
- com.github.houbb.csv.support.reader - 程序包 com.github.houbb.csv.support.reader
-
- com.github.houbb.csv.support.reader.impl - 程序包 com.github.houbb.csv.support.reader.impl
-
- com.github.houbb.csv.support.writer - 程序包 com.github.houbb.csv.support.writer
-
- com.github.houbb.csv.support.writer.impl - 程序包 com.github.houbb.csv.support.writer.impl
-
- com.github.houbb.csv.util - 程序包 com.github.houbb.csv.util
-
- COMMA - 类 中的静态变量com.github.houbb.csv.constant.CsvConst
-
逗号
用于 CSV 标准的分隔字段信息。
- COMMA - 类 中的静态变量com.github.houbb.csv.constant.CsvEscapeConst
-
逗号
- CommonReadConverter - com.github.houbb.csv.support.convert.read中的类
-
通用读取转换器
- CommonReadConverter() - 类 的构造器com.github.houbb.csv.support.convert.read.CommonReadConverter
-
- CommonWriteConverter - com.github.houbb.csv.support.convert.write中的类
-
通用的写入转换类
(1)除了集合类 map/array/collection 单独处理
(2)其他类直接使用 StringUtil.objectToString(Object, String) 转为字符串
- CommonWriteConverter() - 类 的构造器com.github.houbb.csv.support.convert.write.CommonWriteConverter
-
- console() - 类 中的静态方法com.github.houbb.csv.support.writer.impl.CsvWriters
-
命令行输出
- convert(SingleReadContext) - 接口 中的方法com.github.houbb.csv.api.IReadConverter
-
执行转换
- convert(SingleWriteContext) - 接口 中的方法com.github.houbb.csv.api.IWriteConverter
-
执行转换
- convert(SingleReadContext) - 类 中的方法com.github.houbb.csv.support.convert.mapping.ReadMappingConverter
-
- convert(SingleWriteContext) - 类 中的方法com.github.houbb.csv.support.convert.mapping.WriteMappingConverter
-
- convert(SingleReadContext) - 类 中的方法com.github.houbb.csv.support.convert.read.AbstractCodeDescReadConverter
-
- convert(SingleReadContext) - 类 中的方法com.github.houbb.csv.support.convert.read.AbstractCodeDescWriteConverter
-
- convert(SingleReadContext) - 类 中的方法com.github.houbb.csv.support.convert.read.collection.ArrayReadConverter
-
- convert(SingleReadContext) - 类 中的方法com.github.houbb.csv.support.convert.read.collection.CollectionReadConverter
-
- convert(SingleReadContext) - 类 中的方法com.github.houbb.csv.support.convert.read.collection.MapReadConverter
-
- convert(SingleReadContext) - 类 中的方法com.github.houbb.csv.support.convert.read.CommonReadConverter
-
- convert(String, Class, boolean) - 类 中的方法com.github.houbb.csv.support.convert.read.CommonReadConverter
-
根据类型进行转换
- convert(SingleReadContext) - 类 中的方法com.github.houbb.csv.support.convert.read.entry.EntryReadConverter
-
- convert(String, Class) - 类 中的方法com.github.houbb.csv.support.convert.read.type.impl.BooleanReadConverter
-
- convert(String, Class) - 类 中的方法com.github.houbb.csv.support.convert.read.type.impl.ByteReadConverter
-
- convert(String, Class) - 类 中的方法com.github.houbb.csv.support.convert.read.type.impl.CharacterReadConverter
-
- convert(String, Class) - 类 中的方法com.github.houbb.csv.support.convert.read.type.impl.DoubleReadConverter
-
- convert(String, Class) - 类 中的方法com.github.houbb.csv.support.convert.read.type.impl.FloatReadConverter
-
- convert(String, Class) - 类 中的方法com.github.houbb.csv.support.convert.read.type.impl.IntegerReadConverter
-
- convert(String, Class) - 类 中的方法com.github.houbb.csv.support.convert.read.type.impl.LongReadConverter
-
- convert(String, Class) - 类 中的方法com.github.houbb.csv.support.convert.read.type.impl.ShortReadConverter
-
- convert(String, Class) - 类 中的方法com.github.houbb.csv.support.convert.read.type.impl.StringReadConverter
-
- convert(String, Class) - 接口 中的方法com.github.houbb.csv.support.convert.read.type.ITypeConverter
-
执行转换
- convert(SingleWriteContext) - 类 中的方法com.github.houbb.csv.support.convert.write.collection.ArrayWriteConverter
-
- convert(SingleWriteContext) - 类 中的方法com.github.houbb.csv.support.convert.write.collection.CollectionWriteConverter
-
- convert(SingleWriteContext) - 类 中的方法com.github.houbb.csv.support.convert.write.collection.MapWriteConverter
-
- convert(SingleWriteContext) - 类 中的方法com.github.houbb.csv.support.convert.write.CommonWriteConverter
-
- convert(SingleWriteContext) - 类 中的方法com.github.houbb.csv.support.convert.write.entry.EntryWriteConverter
-
- convert(SingleWriteContext) - 类 中的方法com.github.houbb.csv.support.convert.write.StringWriteConverter
-
- Csv - com.github.houbb.csv.annotation中的注释类型
-
CSV 注解
- csv() - 类 中的方法com.github.houbb.csv.support.context.SingleReadContext
-
- csv(Csv) - 类 中的方法com.github.houbb.csv.support.context.SingleReadContext
-
- csv() - 类 中的方法com.github.houbb.csv.support.context.SingleWriteContext
-
- csv(Csv) - 类 中的方法com.github.houbb.csv.support.context.SingleWriteContext
-
- CsvBomUtil - com.github.houbb.csv.util中的类
-
Bom 工具类
针对常见的编码 bom 进行整理,避免 windows 打开 csv 乱码。
- CsvConfigConst - com.github.houbb.csv.constant中的类
-
CSV 配置常量定义
- CsvConst - com.github.houbb.csv.constant中的类
-
CSV 常量定义
- CsvEntry - com.github.houbb.csv.annotation中的注释类型
-
CSV 内嵌类注解
(1)放在对象字段,或者对象列表字段上。
- CsvEscapeConst - com.github.houbb.csv.constant中的类
-
CSV 特殊符号转换常量
采用类似于 html 的特殊字符转移。
- CsvException - com.github.houbb.csv.exception中的异常错误
-
- CsvException() - 异常错误 的构造器com.github.houbb.csv.exception.CsvException
-
- CsvException(String) - 异常错误 的构造器com.github.houbb.csv.exception.CsvException
-
- CsvException(String, Throwable) - 异常错误 的构造器com.github.houbb.csv.exception.CsvException
-
- CsvException(Throwable) - 异常错误 的构造器com.github.houbb.csv.exception.CsvException
-
- CsvException(String, Throwable, boolean, boolean) - 异常错误 的构造器com.github.houbb.csv.exception.CsvException
-
- CsvFieldUtil - com.github.houbb.csv.util中的类
-
CSV 字段工具类
- CsvHelper - com.github.houbb.csv.util中的类
-
csv 读写工具类
- CsvInnerUtil - com.github.houbb.csv.util中的类
-
内部工具类
- CsvOperateType - com.github.houbb.csv.constant中的枚举
-
csv 操作类型
- CsvReadBs - com.github.houbb.csv.bs中的类
-
csv 读取引导类
- CsvReaderFile - com.github.houbb.csv.support.reader.impl中的类
-
- CsvReaderFile(File, String) - 类 的构造器com.github.houbb.csv.support.reader.impl.CsvReaderFile
-
- CsvReaderFile(File) - 类 的构造器com.github.houbb.csv.support.reader.impl.CsvReaderFile
-
- CsvReaderFilePath - com.github.houbb.csv.support.reader.impl中的类
-
- CsvReaderFilePath(String, String) - 类 的构造器com.github.houbb.csv.support.reader.impl.CsvReaderFilePath
-
- CsvReaderFilePath(String) - 类 的构造器com.github.houbb.csv.support.reader.impl.CsvReaderFilePath
-
- CsvReaderInputStream - com.github.houbb.csv.support.reader.impl中的类
-
输入流
- CsvReaderInputStream(InputStream, String) - 类 的构造器com.github.houbb.csv.support.reader.impl.CsvReaderInputStream
-
- CsvReaderInputStream(InputStream) - 类 的构造器com.github.houbb.csv.support.reader.impl.CsvReaderInputStream
-
- CsvReaderList - com.github.houbb.csv.support.reader.impl中的类
-
- CsvReaderList(List<String>) - 类 的构造器com.github.houbb.csv.support.reader.impl.CsvReaderList
-
- CsvReaders - com.github.houbb.csv.support.reader.impl中的类
-
- CsvStringListHelper - com.github.houbb.csv.util中的类
-
csv 读写工具类
- CsvStringListHelper() - 类 的构造器com.github.houbb.csv.util.CsvStringListHelper
-
- CsvWriteBs - com.github.houbb.csv.bs中的类
-
csv 写入引导类
- CsvWriterConsole - com.github.houbb.csv.support.writer.impl中的类
-
控台输出,主要用于调试和自测
- CsvWriterConsole() - 类 的构造器com.github.houbb.csv.support.writer.impl.CsvWriterConsole
-
- CsvWriterContext - com.github.houbb.csv.support.writer.impl中的类
-
- CsvWriterContext() - 类 的构造器com.github.houbb.csv.support.writer.impl.CsvWriterContext
-
- CsvWriterFilePath - com.github.houbb.csv.support.writer.impl中的类
-
控台输出,主要用于调试和自测
- CsvWriterFilePath(String, String) - 类 的构造器com.github.houbb.csv.support.writer.impl.CsvWriterFilePath
-
- CsvWriterFilePath(String) - 类 的构造器com.github.houbb.csv.support.writer.impl.CsvWriterFilePath
-
- CsvWriterNone - com.github.houbb.csv.support.writer.impl中的类
-
- CsvWriterNone() - 类 的构造器com.github.houbb.csv.support.writer.impl.CsvWriterNone
-
- CsvWriters - com.github.houbb.csv.support.writer.impl中的类
-
控台输出,主要用于调试和自测