Skip to content

Commit

Permalink
Fixed broken link in website
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankoppier committed Nov 1, 2024
1 parent bba2e49 commit d036a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/posts/object-mapping/posts/implicit.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Mappie infers implicit mappings by name, type, default arguments, getter- and se
are defined. An implicit mapping for a target property is inferred automatically if it has the same name as a source
property, and it is assignable from that source property. If it is not assignable, Mappie will check if there is a
single mapper defined that can map the source type to the target type, and will automatically apply it. Mappie comes
with several mappers out of the box. See [Built-in Mappers](/object-mapping/built-in/).
with several mappers out of the box. See [Built-in Mappers](/object-mapping/built-in-mappers/).

For example, suppose we have a data class `Person` and a data class `PersonDto`
```kotlin
Expand Down

0 comments on commit d036a37

Please sign in to comment.