#597 Add String <-> StringBuilder conversion in the documentation

This commit is contained in:
Filip Hrisafov 2021-04-05 13:58:18 +02:00
parent 2be536bb65
commit 903e6f3f44

View File

@ -117,6 +117,8 @@ public interface CarMapper {
* 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
* Between `String` and `StringBuilder`
[[mapping-object-references]]
=== Mapping object references