mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
#597 Add String <-> StringBuilder conversion in the documentation
This commit is contained in:
parent
2be536bb65
commit
903e6f3f44
@ -117,6 +117,8 @@ public interface CarMapper {
|
|||||||
* Between `java.util.Currency` and `String`.
|
* Between `java.util.Currency` and `String`.
|
||||||
** When converting from a `String`, the value needs to be a valid https://en.wikipedia.org/wiki/ISO_4217[ISO-4217] alphabetic code otherwise an `IllegalArgumentException` is thrown
|
** When converting from a `String`, the value needs to be a valid https://en.wikipedia.org/wiki/ISO_4217[ISO-4217] alphabetic code otherwise an `IllegalArgumentException` is thrown
|
||||||
|
|
||||||
|
* Between `String` and `StringBuilder`
|
||||||
|
|
||||||
[[mapping-object-references]]
|
[[mapping-object-references]]
|
||||||
=== Mapping object references
|
=== Mapping object references
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user