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

Optimize and Refactor KotlinValueInstantiator.createFromObjectWith #687

Merged
merged 4 commits into from
Jul 15, 2023

Commits on Jul 15, 2023

  1. Optimization by organizing conditions

    - Changed so that null check of paramVal is done only once
    - Skip MismatchedInput check when paramVal is non-null
    - Skip strictNullCheck for empty collections completed by requireEmptyValue
    k163377 committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    95e6b21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    075e133 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6fe727 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    578ce84 View commit details
    Browse the repository at this point in the history