Home
last modified time | relevance | path

Searched refs:LIST_INPUT (Results 1 – 1 of 1) sorted by relevance

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/
DTestCachingOfDeser.java56 final static String LIST_INPUT = "{\"list\":[1]}"; field in TestCachingOfDeser
89 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()