You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use the library with Quarkus in native mode and running into the following class not registered for reflection:
Class com.auth0.json.mgmt.roles.RolesPageDeserializer has no default (no arg) constructor
at [Source: REDACTED (`StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION` disabled); line: 1, column: 1]
Describe the ideal solution
Ability to register the class for reflection like I am able to do with com.auth0.json.auth.TokenHolderDeserializer
From what I can tell this could be achieved by making the Deserializer classes public and then perform the registration:
Alternatives and current workarounds
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Checklist
Describe the problem you'd like to have solved
I'm trying to use the library with Quarkus in native mode and running into the following class not registered for reflection:
Describe the ideal solution
Ability to register the class for reflection like I am able to do with com.auth0.json.auth.TokenHolderDeserializer
From what I can tell this could be achieved by making the Deserializer classes public and then perform the registration:
Alternatives and current workarounds
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: