mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
#945 Updates mapstruct-reference-guide: Revives caption
Caption to example 17 got lost (due to a missing line). Adds the missing line in front of .Conversion from BigDecimal to String so that this caption is printed as caption again.
This commit is contained in:
parent
422821f3cf
commit
fff7457286
@ -604,6 +604,7 @@ public interface CarMapper {
|
||||
* Between `enum` types and `String`.
|
||||
|
||||
* Between big number types (`java.math.BigInteger`, `java.math.BigDecimal`) and Java primitive types (including their wrappers) as well as String. A format string as understood by `java.text.DecimalFormat` can be specified.
|
||||
|
||||
.Conversion from BigDecimal to String
|
||||
====
|
||||
[source, java, linenums]
|
||||
|
Loading…
x
Reference in New Issue
Block a user