mapstruct / mapstruct-examples

Examples for using MapStruct
Other
1.3k stars 508 forks source link

rounding initial #6

Closed sjaakd closed 8 years ago

sjaakd commented 8 years ago

So.. lets start with making some examples.. this is the first one.. on rounding BigDecimals. BTW: I spotted that our documentation refers to 1.0.0.CR2 :smile:..

I've planned one more on GML

Perhaps the examples should have a baseline pom.xml as well to control the used version of MapStruct. WDYT?

sjaakd commented 8 years ago

Oh.. In due time I'll write a small Blog on it. Although I'm not so vocal as @gunnarmorling :).

gunnarmorling commented 8 years ago

@sjaakd Nice one, looks good to me.

I've planned one more on GML

+1

A more complex one with JAXB would be nice as well.

Perhaps the examples should have a baseline pom.xml

We could do that, although I like the fact that each example is fully self-contained.

In due time I'll write a small Blog on it. Although I'm not so vocal as @gunnarmorling :)

Ahaha, I don't believe that :) Thanks a lot for taking up that initiative, some real world examples will be of great help for users and +100 for making the blog more lively!

sjaakd commented 8 years ago

A more complex one with JAXB would be nice as well.

It doesn't get more complex for JAXB as GML :smile:, wait until you see the example.