tomlj mapper:TOML的对象映射器实现 源码
TOML格式的对象映射器 合法的 MIT或双重许可。 用法 pom.xml: < dependency> < groupId>com.github.toml-java < artifactId>tomlj-mapper < version>0.2.0 simple.toml: key1 = ' value1 ' array1 = [ 1 , 2 , 3 , 4 ] Test.java: import com.github.tomlj.mapper.TomlObjectMapper ; class Test { @Test public parseSimple () { try ( InputStream in
文件列表
tomlj-mapper-main.zip
(预估有个47文件)
tomlj-mapper-main
.gitignore
8B
src
main
java
com
github
tomlj
mapper
TomlProperty.java
394B
暂无评论