Skip to content

Commit 8840cda

Browse files
authored
Merge pull request #86 from gautamshanu/master
Adding enum for nested json support
2 parents fbdac43 + df4f58e commit 8840cda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cdi-core/src/main/java/com/linkedin/cdi/util/JsonElementTypes.java

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ public enum JsonElementTypes {
4444
INTEGER("integer", "int"),
4545
INT64("int64", "long"),
4646
LONG("long"),
47+
MAP("map", "map", false),
4748
NUMBER("number", "double"),
4849
OBJECT("object", "record", false),
4950
PRIMITIVE("primitive"),

0 commit comments

Comments
 (0)