Skip to content

Commit 1e18b6e

Browse files
author
seal
committed
annotate to do
1 parent 955dec4 commit 1e18b6e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/wu/seal/jsontokotlin/FastjsonSupporter.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ object FastjsonSupporter:IJsonLibSupporter {
4040
return fastjsonSupportPropertyBuilder.toString()
4141
}
4242

43+
/**
44+
* todo // the logic also has problem ,remove 'is' when it end with uppercase,or don't do anything
45+
*/
4346
private fun removeStartIsCharactors(rawPropertyName: String): String {
4447
if (rawPropertyName.startsWith("is")) {
4548

0 commit comments

Comments
 (0)