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
Original issue reported on code.google.com by
anthony....@gmail.com
on 9 Jul 2014 at 3:06