-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No constructor found in xxxbean matching [java.lang.Long, java.lang.Long, ....] #234
Comments
What did you add in |
mapper is :
and i add BreakthroughSum to reflect-config.json :
|
I think we can use
Maybe we can do this in |
About quarkus, I am very happy to learn a new annotation @RegisterForReflection 。It would be great if it could be done automatically |
I had the same problem as this issue in native mode(jvm is fine) :issue
This is supposed to be a reflex problem,when you use a bean to receive the result in mapper, this problem will come up.
and my log is:
I try to add these classes in reflect-config.json,and it works .
Is there any future restoration plan?
The text was updated successfully, but these errors were encountered: