| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,8 +12,6 @@ | |||
| 12 | 12 | * way. | |
| 13 | 13 | * | |
| 14 | 14 | * This also provides same behavior as msgpack-java 0.6.x serialization api. | |
| 15 | - * | ||
| 16 | - * @author marenzo | ||
| 17 | 15 | */ | |
| 18 | 16 | public class JsonArrayFormat extends JacksonAnnotationIntrospector { | |
| 19 | 17 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -118,5 +118,6 @@ public void testSerializationWithoutSchema() | |||
| 118 | 118 | assertThat(scheme, not(containsString("name"))); | |
| 119 | 119 | UsingCustomConstructorPojo value = objectMapper.readValue(bytes, UsingCustomConstructorPojo.class); | |
| 120 | 120 | assertEquals("komamitsu", value.name); | |
| 121 | + assertEquals(55, value.age); | ||
| 121 | 122 | } | |
| 122 | 123 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments