Add class hints for Jackson annotations on fields and methods #30208
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
theme: aot
An issue related to Ahead-of-time processing
type: enhancement
A general enhancement
Milestone
@JsonDeserialize(using=MyCustomLocalDateDeserializer.class)
does not seem to be working in my project using Spring3.0.4
and GraalVM latest. It works fine when running the project in my IDE to test, but fails with the following exception when running the image:No default constructor found
Even though there is a default constructor defined in my implementation:
I have placed the annotation on the field of a response object coming back from a web client call:
Does support for this not exist yet? I saw the below threads but was unsure if this specific case had been encountered yet.
#29646
#29386
The text was updated successfully, but these errors were encountered: