java.lang.NullPointerException
in ObjectArraySerializer.acceptJsonFormatVisitor()
for array value with @JsonValue
#1793
Milestone
I'm using jackson 2.9.1
I'm trying to get JSON schema as following :
But when I'm running the test I get this exception:
I'm suspecting
JsonValueSerializer#acceptJsonFormatVisitor
.It returns
ser.acceptJsonFormatVisitor(visitor, null);
leading to the NPE in ObjectArraySerializerThe text was updated successfully, but these errors were encountered: