MapStruct is a Java annotation processor for the generation of type-safe and performant mappers for Java bean classes. It saves you from writing mapping code by hand, which is a tedious and ...
@Test fun testConvertToDto() { val converter = Mappers.getMapper(PersonConverter::class.java) val person = Person("Samuel", "Jackson", "0123 334466", LocalDate.of ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results