Searched refs:LIST_INPUT (Results 1 – 1 of 1) sorted by relevance
56 final static String LIST_INPUT = "{\"list\":[1]}"; field in TestCachingOfDeser89 TestListWithCustom listC = mapper.readValue(LIST_INPUT, TestListWithCustom.class); in testCustomListCaching1()90 TestListNoCustom listStd = mapper.readValue(LIST_INPUT, TestListNoCustom.class); in testCustomListCaching1()101 TestListNoCustom listStd = mapper.readValue(LIST_INPUT, TestListNoCustom.class); in testCustomListCaching2()102 TestListWithCustom listC = mapper.readValue(LIST_INPUT, TestListWithCustom.class); in testCustomListCaching2()