Home
last modified time | relevance | path

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

/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsonschema/
H A DNewSchemaTest.java93 static class POJOWithJsonValue { class in NewSchemaTest
97 public POJOWithJsonValue(Point[] v) { value = v; } in POJOWithJsonValue() method in NewSchemaTest.POJOWithJsonValue