Searched refs:AnnotatedStringList (Results 1 – 1 of 1) sorted by relevance
21 static class AnnotatedStringList extends ArrayList<Object> { } class in TestGenericCollectionDeser65 AnnotatedStringList result = mapper.readValue("[ \"...\" ]", AnnotatedStringList.class); in testAnnotatedLStringist()