Home
last modified time | relevance | path

Searched defs:NodeForList (Results 1 – 1 of 1) sorted by relevance

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/struct/
DTestParentChildReferences.java114 static class NodeForList class in TestParentChildReferences
121 public NodeForList() { this(null); } in NodeForList() method in TestParentChildReferences.NodeForList
122 public NodeForList(String n) { name = n; } in NodeForList() method in TestParentChildReferences.NodeForList