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
Would it be possible to provide a custom transformer/converter that would be used for nested field?
Our usecase is that ScalaPB prduces case classes with ByteString fields, but in our domain case classes we use ByteVector (from scodec). So we would like to be able to provide a ByteString => ByteVector trasformer which would enable converting from ScalaPB to domain.
Would it be possible to provide a custom transformer/converter that would be used for nested field?
Our usecase is that ScalaPB prduces case classes with
ByteString
fields, but in our domain case classes we useByteVector
(fromscodec
). So we would like to be able to provide aByteString
=>ByteVector
trasformer which would enable converting from ScalaPB to domain.It would be analogous to Chimney's
Transformer
The text was updated successfully, but these errors were encountered: