[ https://issues.apache.org/jira/browse/CAY-2106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15436483#comment-15436483 ]
ASF GitHub Bot commented on CAY-2106: ------------------------------------- Github user asfgit closed the pull request at: https://github.com/apache/cayenne/pull/108 > cayenne-crypto: allow DI contribution of type converters inside > ValueTransformerFactory > --------------------------------------------------------------------------------------- > > Key: CAY-2106 > URL: https://issues.apache.org/jira/browse/CAY-2106 > Project: Cayenne > Issue Type: Improvement > Reporter: Andrus Adamchik > Assignee: Andrus Adamchik > > Currently we allow to override the entire ValueTransformerFactory. Though > most of the time all we care about is adding support for a new Java data > type. Per CAY-2103 we already support a bunch of them, but there are > ExtendedTypes, etc. So the goal of this task is making it easy to contribute > BytesConverters for various types. Both for DB to/from byte[] and Object > to/from byte[] conversions. We may add DI maps for those and user-friendly > builder methods. > Also within ValueTransformerFactory there a 4 maps of BytesConverters. I > think we can reduce them to just 2, as currently the pairs are identical. -- This message was sent by Atlassian JIRA (v6.3.4#6332)