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

✨ Provide a truly lazy restmapper #2116

Merged
merged 2 commits into from
Feb 6, 2023

Commits on Feb 5, 2023

  1. Provide a truly lazy restmapper

    This commit adds a rest mapper that will lazily query the provided
    client for discovery information to do REST mappings.
    Fedosin committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    636b1eb View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Use DynamicRESTMapperOption to enable Lazy Restmapper

    Instead of creating the instance of the mapper directly, we will use
    WithExperimentalLazyMapper option for Dynamic Restmapper.
    Fedosin committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    d2fc349 View commit details
    Browse the repository at this point in the history