mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
#231 Formatting
This commit is contained in:
parent
d43d1962a4
commit
60cdf836ce
@ -30,6 +30,7 @@ public class CustomMapper {
|
||||
wrapper.setMyBigInt( bigInteger );
|
||||
return wrapper;
|
||||
}
|
||||
|
||||
public MyLongWrapper toMyBigIntWrapperViaPrimitive(long primitive) {
|
||||
MyLongWrapper wrapper = new MyLongWrapper();
|
||||
wrapper.setMyLong( primitive );
|
||||
|
Loading…
x
Reference in New Issue
Block a user