We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5845399 commit 522144cCopy full SHA for 522144c
src/test/java/tools/jackson/databind/jsontype/NoTypeInfo1654Test.java
@@ -52,6 +52,7 @@ public Value1654UntypedContainer(Value1654... v) {
52
static class Value1654Deserializer extends ValueDeserializer<Value1654> {
53
@Override
54
public Value1654 deserialize(JsonParser p, DeserializationContext ctxt) {
55
+ //JsonNode n = ctxt.readTree(p);
56
p.skipChildren();
57
return new Value1654(13);
58
}
0 commit comments