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
in case of enum definition without extensions as provided in sample - what would the expected enum constant names be instead of __EMPTY__ ?
how would serialized form look like ?
enum constant name (as with non-object enums)
object form (enum properties)
would that be a jackson-json specific feature or other JSON libraries like moshi, gson, etc. are able to support enum object serialization/deserialization "out of the box" ?
JsonSchema allows for enumerations of objects, not just strings. For complex workflows this is very beneficial, e.g.
Unfortunately the generated code will look something like,
For now this cannot be done by type-safe generated code, but manually kept in sync.
The text was updated successfully, but these errors were encountered: