Home
last modified time | relevance | path

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

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/
DTestGenericCollectionDeser.java24 static class AnnotatedBooleanList extends ArrayList<Object> { } class in TestGenericCollectionDeser
75 AnnotatedBooleanList result = mapper.readValue("[ false ]", AnnotatedBooleanList.class); in testAnnotatedBooleanList()