Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit 2fe8e86

Browse files
committed
Detailed usage(冒頭)
1 parent e968236 commit 2fe8e86

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,10 @@ val parameterNameConverter: (String) -> String = { fieldName: String ->
216216
val mapper: KRowMapper<Dst> = KRowMapper(::Dst, parameterNameConverter)
217217
```
218218

219-
## Usage
219+
## Detailed usage
220+
By using the contents described so far, you can perform more flexible and safe mapping compared to `BeanPropertyRowMapper`.
221+
In addition, by making full use of the abundant functions provided by `KRowMapper`, further labor saving is possible.
222+
220223
### Deserialize column
221224
`KRowMapper` provides a deserialization function for the acquisition results of three patterns.
222225

0 commit comments

Comments
 (0)