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 this chat we talk about the capability for creating a converter that delegates blocks to another converter.
In Ruby, we have the composite converter that does something exactly that, delegaing the conversion to other converters.
But in java, we have no (native) option for obtaining default converters, even less to the composite converter.
It would be interesting we could obtain proxies to native converters, and ever more interesting being able to create a composite converter (either native or a proxy).
The text was updated successfully, but these errors were encountered:
In this chat we talk about the capability for creating a converter that delegates blocks to another converter.
In Ruby, we have the composite converter that does something exactly that, delegaing the conversion to other converters.
But in java, we have no (native) option for obtaining default converters, even less to the composite converter.
It would be interesting we could obtain proxies to native converters, and ever more interesting being able to create a composite converter (either native or a proxy).
The text was updated successfully, but these errors were encountered: