Package tech.mappie.api
Class ObjectMappie5
-
- All Implemented Interfaces:
public abstract class ObjectMappie5<FROM1 extends Object, FROM2 extends Object, FROM3 extends Object, FROM4 extends Object, FROM5 extends Object, TO extends Object> implements Mappie<TO>
Base class for object mappers. See the documentation for a complete overview of how to generate object mappers.
-
-
Constructor Summary
Constructors Constructor Description ObjectMappie5()
-
Method Summary
Modifier and Type Method Description TOmap(FROM1 first, FROM2 second, FROM3 third, FROM4 fourth, FROM5 fifth)Map first, second, third, fourth, and fifth to an instance of TO. final TOmapNullable(FROM1 first, FROM2 second, FROM3 third, FROM4 fourth, FROM5 fifth)Map nullable first, second, third, fourth, and fifth to an instance of TO.
-