You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: