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

Commit 3603841

Browse files
committed
順番を変更
1 parent 3b9826b commit 3603841

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@ KRowMapper(::Dst) { colName: String ->
4444
### Deserialize column
4545
`KRowMapper` provides a deserialization function for the acquisition results of three patterns.
4646

47+
- Deserialize at initialization using the `backing property` or `factory method`.
4748
- Define a deserializer for the `class`.
4849
- Define custom deserializer `annotation`.
49-
- Deserialize at initialization using the `backing property`.
50+
5051

5152
#### Define a deserializer for the class
5253
By assigning the `KColumnDeserializer` `annotation` to the `constructor` or `factory method`, deserialization by the `KFunction` can be performed.

0 commit comments

Comments
 (0)