Home
last modified time | relevance | path

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

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/objectid/
DReferentialWithObjectIdTest.java12 public static class EmployeeList { class in ReferentialWithObjectIdTest
49 EmployeeList input = new EmployeeList(); in testAtomicWithObjectId()
56 EmployeeList result = MAPPER.readValue(json, EmployeeList.class); in testAtomicWithObjectId()