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

Hocon encoder #1740

Merged
merged 29 commits into from
Dec 23, 2021
Merged

Hocon encoder #1740

merged 29 commits into from
Dec 23, 2021

Commits on Dec 23, 2021

  1. Add Hocon encoder for Config

    osipxd committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    021038f View commit details
    Browse the repository at this point in the history
  2. Add enum encoding

    osipxd committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    bfa549a View commit details
    Browse the repository at this point in the history
  3. Exctract AbstractHoconEncoder

    osipxd committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    59d2b73 View commit details
    Browse the repository at this point in the history
  4. Add iterable encoding

    osipxd committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    939c804 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    793fe15 View commit details
    Browse the repository at this point in the history
  6. Add nested objects encoding

    osipxd committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    3ef908f View commit details
    Browse the repository at this point in the history
  7. Add maps encoding

    osipxd committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    b26831f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    15b18cd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c28f458 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e5edb46 View commit details
    Browse the repository at this point in the history
  11. Add naming convention support

    osipxd committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    c525346 View commit details
    Browse the repository at this point in the history
  12. Add encodeDefaults option

    osipxd committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    70dbea0 View commit details
    Browse the repository at this point in the history
  13. Add encodeDefaults support

    osipxd committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    00df888 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1677c58 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f0ad69a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ce45903 View commit details
    Browse the repository at this point in the history
  17. Simplify polymorphism tests

    osipxd committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    0a0dfa4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6365952 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3cec17d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6456c5d View commit details
    Browse the repository at this point in the history
  21. Replace imports with wildcards

    osipxd committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    2486b40 View commit details
    Browse the repository at this point in the history
  22. Update Hocon api dump

    osipxd committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    f002f18 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    312d5d8 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    f77eac8 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    faaad93 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    d73f426 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    afb38da View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    fe4c067 View commit details
    Browse the repository at this point in the history
  29. Add tests for map keys

    osipxd committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    c4edfe9 View commit details
    Browse the repository at this point in the history