FusionAuth / fusionauth-client-builder

The FusionAuth client library builder
https://fusionauth.io/
Apache License 2.0
6 stars 24 forks source link

Filter out mask annotations and add a customer serializer to the client #71

Closed lyleschemmerling closed 8 months ago

lyleschemmerling commented 9 months ago

Adds the ability to set a custom object mapper on the java client and updates api call methods to check for the custom mapper before making the call and using that if available.

Update to use the savant copy plugin that now accepts regex so that we can filter out the mask annotations. Also filters out the @InternalUse annotation which looks to have been shipped unintentionally