ffang commented on issue #2681:
URL: https://github.com/apache/camel-quarkus/issues/2681#issuecomment-849097426


   It turns out to be that JsonView annotation relys on the reflection to load 
class like
   ```
   @JsonView(Views.Weight.class)
       private int weight = 70;
   ```
   And the class here(Both inner class and outer class should be marked as 
@RegisterForReflection during runtime)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to