Home
last modified time | relevance | path

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

/external/jackson-databind/src/test-jdk14/java/com/fasterxml/jackson/databind/
DRecordTest.java77 record RecordWithConstructor(int id, String name) { in RecordWithConstructor() method in RecordTest
78 public RecordWithConstructor(int id) { in RecordWithConstructor() method