文件名称:jomni:Java 8 的对象映射器微型库
文件大小:23KB
文件格式:ZIP
更新时间:2024-06-19 02:10:02
Java
Jomni:Java 8的对象映射器 Jomni 是一个 Java 8 库,它可以很容易地在 Java 中将一种类型的对象转换为另一种类型。 它体积小、可扩展,并且是为 Java 8 用 Java 8 编写的。 // build the immutable and threadsafe JomniMapper JomniMapper mapper = new JomniBuilder () . build(); // ------ Simple type conversion examples ------- // // String to Long Long longVal = mapper . as( Long . class, " 1997 " ); // LocalDateTime to java.util.Date LocalDateTime ldt = mapper .
【文件预览】:
jomni-master
----src()
--------test()
--------main()
----README.md(4KB)
----pom.xml(3KB)
----.gitignore(380B)