您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
A
B
C
D
E
G
H
I
N
O
P
R
S
W
A
AbstractCsvFileParser
<
T
> -
com.github.biyanwen.impl
中的类
输出文件解析器
AbstractCsvFileParser()
- 类 的构造器com.github.biyanwen.impl.
AbstractCsvFileParser
aDefaultCsvContext()
- 类 中的静态方法com.github.biyanwen.impl.
DefaultCsvReadContext.Builder
aDefaultCsvWriteContext()
- 类 中的静态方法com.github.biyanwen.impl.
DefaultCsvWriteContext.Builder
B
BATCH_COUNT
- 类 中的静态变量com.github.biyanwen.impl.
PageCsvParser
build()
- 类 中的方法com.github.biyanwen.impl.
DefaultCsvReadContext.Builder
build()
- 类 中的方法com.github.biyanwen.impl.
DefaultCsvWriteContext.Builder
C
CheckDataHelper
-
com.github.biyanwen.helper
中的类
检查数据助手
CheckDataHelper()
- 类 的构造器com.github.biyanwen.helper.
CheckDataHelper
checkIfUseIndex(Class)
- 类 中的静态方法com.github.biyanwen.helper.
CheckDataHelper
检查是否使用索引
checkIfUseName(Class)
- 类 中的静态方法com.github.biyanwen.helper.
CheckDataHelper
检查是否使用名字
com.github.biyanwen
- 程序包 com.github.biyanwen
com.github.biyanwen.annotation
- 程序包 com.github.biyanwen.annotation
com.github.biyanwen.api
- 程序包 com.github.biyanwen.api
com.github.biyanwen.bean
- 程序包 com.github.biyanwen.bean
com.github.biyanwen.exception
- 程序包 com.github.biyanwen.exception
com.github.biyanwen.factory
- 程序包 com.github.biyanwen.factory
com.github.biyanwen.helper
- 程序包 com.github.biyanwen.helper
com.github.biyanwen.impl
- 程序包 com.github.biyanwen.impl
createBuilder()
- 类 中的静态方法com.github.biyanwen.impl.
DefaultCsvReadContext
createBuilder()
- 类 中的静态方法com.github.biyanwen.impl.
DefaultCsvWriteContext
CsvFileParser
-
com.github.biyanwen.api
中的接口
输出文件解析器
CsvFileWriter
-
com.github.biyanwen.api
中的接口
输入文件创造者
CsvFileWriterFactory
-
com.github.biyanwen.factory
中的类
CsvFileWriterFactory()
- 类 的构造器com.github.biyanwen.factory.
CsvFileWriterFactory
CsvParseException
-
com.github.biyanwen.exception
中的异常错误
CsvParseException()
- 异常错误 的构造器com.github.biyanwen.exception.
CsvParseException
CsvParseException(String)
- 异常错误 的构造器com.github.biyanwen.exception.
CsvParseException
CsvParseHelper
-
com.github.biyanwen.helper
中的类
CsvParseHelper()
- 类 的构造器com.github.biyanwen.helper.
CsvParseHelper
CsvProperty
-
com.github.biyanwen.annotation
中的注释类型
CsvReadContext
-
com.github.biyanwen.api
中的接口
csv 读上下文
CsvWriteContext
-
com.github.biyanwen.api
中的接口
csv写上下文
D
DefaultCsvFileWriter
-
com.github.biyanwen.impl
中的类
输入文件创造者
DefaultCsvFileWriter()
- 类 的构造器com.github.biyanwen.impl.
DefaultCsvFileWriter
DefaultCsvReadContext
-
com.github.biyanwen.impl
中的类
默认csv上下文
DefaultCsvReadContext()
- 类 的构造器com.github.biyanwen.impl.
DefaultCsvReadContext
DefaultCsvReadContext.Builder
-
com.github.biyanwen.impl
中的类
DefaultCsvWriteContext
-
com.github.biyanwen.impl
中的类
DefaultCsvWriteContext()
- 类 的构造器com.github.biyanwen.impl.
DefaultCsvWriteContext
DefaultCsvWriteContext.Builder
-
com.github.biyanwen.impl
中的类
DefaultObjParser
-
com.github.biyanwen.impl
中的类
DefaultObjParser()
- 类 的构造器com.github.biyanwen.impl.
DefaultObjParser
defaultWriter()
- 类 中的静态方法com.github.biyanwen.factory.
CsvFileWriterFactory
doAfterAllAnalysed()
- 类 中的方法com.github.biyanwen.impl.
AbstractCsvFileParser
解析完成后会调用这个方法
doAfterAllAnalysed()
- 类 中的方法com.github.biyanwen.impl.
PageCsvParser
doParse(CsvReadContext)
- 接口 中的方法com.github.biyanwen.api.
CsvFileParser
解析
doParse(List<Object>, CsvWriteContext)
- 接口 中的方法com.github.biyanwen.api.
ObjParser
解析
doParse(CsvReadContext)
- 类 中的方法com.github.biyanwen.impl.
AbstractCsvFileParser
doParse(List<Object>, CsvWriteContext)
- 类 中的方法com.github.biyanwen.impl.
DefaultObjParser
doRead()
- 接口 中的方法com.github.biyanwen.api.
CsvReadContext
做阅读
doRead()
- 类 中的方法com.github.biyanwen.impl.
DefaultCsvReadContext
doWrite(List<Object>, CsvWriteContext)
- 接口 中的方法com.github.biyanwen.api.
CsvFileWriter
写
doWrite(List)
- 接口 中的方法com.github.biyanwen.api.
CsvWriteContext
写
doWrite(List<Object>, CsvWriteContext)
- 类 中的方法com.github.biyanwen.impl.
DefaultCsvFileWriter
doWrite(List)
- 类 中的方法com.github.biyanwen.impl.
DefaultCsvWriteContext
E
EasyCsv
-
com.github.biyanwen
中的类
简单csv
EasyCsv()
- 类 的构造器com.github.biyanwen.
EasyCsv
G
getClazz()
- 接口 中的方法com.github.biyanwen.api.
CsvReadContext
得到类
getClazz()
- 类 中的方法com.github.biyanwen.impl.
DefaultCsvReadContext
getDefaultParser()
- 类 中的静态方法com.github.biyanwen.factory.
ObjParserFactory
获取默认解析器
getEncoding()
- 接口 中的方法com.github.biyanwen.api.
CsvReadContext
得到编码
getEncoding()
- 接口 中的方法com.github.biyanwen.api.
CsvWriteContext
得到编码
getEncoding()
- 类 中的方法com.github.biyanwen.impl.
DefaultCsvReadContext
getEncoding()
- 类 中的方法com.github.biyanwen.impl.
DefaultCsvWriteContext
getFilePath()
- 接口 中的方法com.github.biyanwen.api.
CsvWriteContext
获取文件路径
getFilePath()
- 类 中的方法com.github.biyanwen.impl.
DefaultCsvWriteContext
getPath()
- 接口 中的方法com.github.biyanwen.api.
CsvReadContext
获取路径
getPath()
- 类 中的方法com.github.biyanwen.impl.
DefaultCsvReadContext
getResult(String, Class<T>, String, boolean)
- 类 中的静态方法com.github.biyanwen.helper.
CsvParseHelper
getSkip()
- 接口 中的方法com.github.biyanwen.api.
CsvReadContext
跳过多少行
getSkip()
- 类 中的方法com.github.biyanwen.impl.
DefaultCsvReadContext
getWriteClass()
- 接口 中的方法com.github.biyanwen.api.
CsvWriteContext
获取写类
getWriteClass()
- 类 中的方法com.github.biyanwen.impl.
DefaultCsvWriteContext
H
hasHead()
- 接口 中的方法com.github.biyanwen.api.
CsvReadContext
如果是 true 就将第一行当做表头读取; 判断标准,是否使用了
CsvProperty.name()
hasHead()
- 类 中的方法com.github.biyanwen.impl.
DefaultCsvReadContext
I
invoke(T)
- 类 中的方法com.github.biyanwen.impl.
AbstractCsvFileParser
parse2对象
invoke(T)
- 类 中的方法com.github.biyanwen.impl.
PageCsvParser
N
None
-
com.github.biyanwen.bean
中的类
类型占位,不参与任何业务
None()
- 类 的构造器com.github.biyanwen.bean.
None
O
ObjParser
-
com.github.biyanwen.api
中的接口
ObjParserFactory
-
com.github.biyanwen.factory
中的类
输入obj解析器工厂
ObjParserFactory()
- 类 的构造器com.github.biyanwen.factory.
ObjParserFactory
P
PageCsvParser
<
T
> -
com.github.biyanwen.impl
中的类
PageCsvParser(Consumer<List<T>>)
- 类 的构造器com.github.biyanwen.impl.
PageCsvParser
R
read(String, Class, CsvFileParser)
- 类 中的静态方法com.github.biyanwen.
EasyCsv
read(String, Class, CsvFileParser, String)
- 类 中的静态方法com.github.biyanwen.
EasyCsv
读
S
setClass(Class)
- 接口 中的方法com.github.biyanwen.api.
CsvReadContext
设置类
setClass(Class)
- 类 中的方法com.github.biyanwen.impl.
DefaultCsvReadContext
setEncoding(String)
- 接口 中的方法com.github.biyanwen.api.
CsvReadContext
设置字符编码
setEncoding(String)
- 接口 中的方法com.github.biyanwen.api.
CsvWriteContext
设置编码
setEncoding(String)
- 类 中的方法com.github.biyanwen.impl.
DefaultCsvReadContext
setEncoding(String)
- 类 中的方法com.github.biyanwen.impl.
DefaultCsvWriteContext
setFilePath(String)
- 接口 中的方法com.github.biyanwen.api.
CsvWriteContext
设置文件路径
setFilePath(String)
- 类 中的方法com.github.biyanwen.impl.
DefaultCsvWriteContext
setPath(String)
- 接口 中的方法com.github.biyanwen.api.
CsvReadContext
设置路径
setPath(String)
- 类 中的方法com.github.biyanwen.impl.
DefaultCsvReadContext
setWriteClass(Class)
- 接口 中的方法com.github.biyanwen.api.
CsvWriteContext
设置写类
setWriteClass(Class)
- 类 中的方法com.github.biyanwen.impl.
DefaultCsvWriteContext
skip(int)
- 接口 中的方法com.github.biyanwen.api.
CsvReadContext
跳过多少行
skip(int)
- 类 中的方法com.github.biyanwen.impl.
DefaultCsvReadContext
split(String, Character)
- 类 中的静态方法com.github.biyanwen.helper.
StrSplitHelper
字符串切割
StrSplitHelper
-
com.github.biyanwen.helper
中的类
StrSplitHelper()
- 类 的构造器com.github.biyanwen.helper.
StrSplitHelper
W
withCsvFileParser(CsvFileParser)
- 类 中的方法com.github.biyanwen.impl.
DefaultCsvReadContext.Builder
withEncoding(String)
- 类 中的方法com.github.biyanwen.impl.
DefaultCsvReadContext.Builder
withEncoding(String)
- 类 中的方法com.github.biyanwen.impl.
DefaultCsvWriteContext.Builder
withFilePath(String)
- 类 中的方法com.github.biyanwen.impl.
DefaultCsvWriteContext.Builder
withPath(String)
- 类 中的方法com.github.biyanwen.impl.
DefaultCsvReadContext.Builder
withTClass(Class)
- 类 中的方法com.github.biyanwen.impl.
DefaultCsvReadContext.Builder
withWriteClass(Class)
- 类 中的方法com.github.biyanwen.impl.
DefaultCsvWriteContext.Builder
write(String, Class)
- 类 中的静态方法com.github.biyanwen.
EasyCsv
write(String, Class, String)
- 类 中的静态方法com.github.biyanwen.
EasyCsv
写
writeByHead()
- 接口 中的方法com.github.biyanwen.api.
CsvWriteContext
有表头的写; 根据是否使用了
CsvProperty.name()
自动判断
writeByHead()
- 类 中的方法com.github.biyanwen.impl.
DefaultCsvWriteContext
A
B
C
D
E
G
H
I
N
O
P
R
S
W
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
Copyright © 2022. All rights reserved.