Skip to content
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

Make deserializers public #703

Open
5 tasks done
koates-ol opened this issue Mar 5, 2025 · 0 comments
Open
5 tasks done

Make deserializers public #703

koates-ol opened this issue Mar 5, 2025 · 0 comments
Labels
feature request A feature has been asked for or suggested by the community

Comments

@koates-ol
Copy link

Checklist

  • I have looked into the Readme and Examples, and have not found a suitable solution or answer.
  • I have looked into the API documentation and have not found a suitable solution or answer.
  • I have searched the issues and have not found a suitable solution or answer.
  • I have searched the Auth0 Community forums and have not found a suitable solution or answer.
  • I agree to the terms within the Auth0 Code of Conduct.

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:

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:

Image

Alternatives and current workarounds

No response

Additional context

No response

@koates-ol koates-ol added the feature request A feature has been asked for or suggested by the community label Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request A feature has been asked for or suggested by the community
Projects
None yet
Development

No branches or pull requests

1 participant