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 order to add a custom field to all schema nodes, a user would have to subclass every schema strategy and add code to it for that new field, and then create a new SchemaBuilder class with all those SchemaStrategy subclasses. This is an unreasonable amount of work for such a simple change.
GenSON should have a relatively simple, documented path for this use-case.
In order to add a custom field to all schema nodes, a user would have to subclass every schema strategy and add code to it for that new field, and then create a new
SchemaBuilder
class with all thoseSchemaStrategy
subclasses. This is an unreasonable amount of work for such a simple change.GenSON should have a relatively simple, documented path for this use-case.
See Issue #65 for more context.
The text was updated successfully, but these errors were encountered: