Skip to content

Commit 61cb293

Browse files
committed
📝 update doc
1 parent dfa0575 commit 61cb293

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

library/src/main/kotlin/wu/seal/jsontokotlin/JsonToKotlinBuilder.kt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,17 @@ class JsonToKotlinBuilder {
111111

112112

113113
/**
114-
* If enabled, classes will be nested with it's parent class.
114+
* If enabled, classes will be nested with in it's parent class.
115115
* Default : false
116116
*/
117117
fun enableInnerClassModel(isInnerClassModel: Boolean): JsonToKotlinBuilder {
118118
TestConfig.isNestedClassModel = isInnerClassModel
119119
return this
120120
}
121121

122+
/**
123+
*
124+
*/
122125
fun enableMapType(isMapType: Boolean): JsonToKotlinBuilder {
123126
TestConfig.enableMapType = isMapType
124127
return this

0 commit comments

Comments
 (0)