christophsturm
04/16/2021, 10:57 AMval parsed=expectThat("""{"abc":"def"}""").isValidJsonFor<MyType>()christophsturm
04/16/2021, 10:58 AMexpectThat("""{"abc":"def"}""").isValidJsonFor<MyType>().get{abc}.isEqualTo("def")robfletcher
04/16/2021, 2:06 PMrobfletcher
04/16/2021, 2:07 PMObjectMapper that may have customizations required to deserialize the type correctlychristophsturm
04/17/2021, 12:15 PMchristophsturm
04/17/2021, 12:16 PMval expectThat=strikt(jackson=...)