Home
last modified time | relevance | path

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

/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/
H A DStdDeserializer.java1345 … String strDesc = str.isEmpty() ? "empty String (\"\")" : String.format("String \"%s\"", str); in _verifyNullForPrimitiveCoercion() local
1456 … String strDesc = str.isEmpty() ? "empty String (\"\")" : String.format("String \"%s\"", str); in _verifyNullForScalarCoercion() local