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

4.x: Consider better class name than Object in metadata Hson #9075

Closed
tomas-langer opened this issue Jul 31, 2024 · 1 comment · Fixed by #9080
Closed

4.x: Consider better class name than Object in metadata Hson #9075

tomas-langer opened this issue Jul 31, 2024 · 1 comment · Fixed by #9080
Assignees
Labels
4.x Version 4.x
Milestone

Comments

@tomas-langer
Copy link
Member

Current we use Hson.Object for object abstraction in output (similar to JsonObject).
This may create confusion if somebody does an import of the type, as it would get confused with java.lang.Object.

As this is designed for metadata handling within Helidon, we control our destiny, but still this may be useful (if we come up with a great alternative).

@tomas-langer tomas-langer added the 4.x Version 4.x label Jul 31, 2024
@tomas-langer tomas-langer added this to the 4.1.0 milestone Jul 31, 2024
@tomas-langer tomas-langer self-assigned this Jul 31, 2024
@romain-grecourt
Copy link
Contributor

How about Hson.Struct ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x Version 4.x
Projects
Archived in project
2 participants