404-not-find / orika

Automatically exported from code.google.com/p/orika
2 stars 0 forks source link

Support mapping for java 8 time API #167

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Create a class with a Java 8 API time class :

class Demo {
    public LocalTime
    public Instant
    public LocalDateTime
}

Demo source = new Demo();
// Initialise the fields
// [...]
orika.map(source, new Demo())

To get this code working we must use 3 converters

What is the expected output? What do you see instead?

Since these classes are part of the new Java 8 API, they should be natively 
handled by orika.

Original issue reported on code.google.com by anthony....@gmail.com on 9 Jul 2014 at 3:06

GoogleCodeExporter commented 8 years ago
Thanks,  there is no official support yet for Java8 but will be included in the 
next release.

Original comment by elaat...@gmail.com on 9 Jul 2014 at 3:10