We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17c0ccb commit 43a9835Copy full SHA for 43a9835
macros/src/main/scala/com/github/plokhotnyuk/jsoniter_scala/macros/JsonCodecMaker.scala
@@ -40,7 +40,7 @@ case class CodecMakerConfig(
40
adtLeafClassNameMapper: String => String = JsonCodecMaker.simpleClassName,
41
discriminatorFieldName: String = "type",
42
isStringified: Boolean = false,
43
- skipUnexpectedFields: Boolean = true) extends StaticAnnotation
+ skipUnexpectedFields: Boolean = true)
44
45
object JsonCodecMaker {
46
def enforceCamelCase(s: String): String =
0 commit comments