Anatole Tresch created TAMAYA-30:
------------------------------------
Summary: Introduce Codecs Feature
Key: TAMAYA-30
URL: https://issues.apache.org/jira/browse/TAMAYA-30
Project: Tamaya
Issue Type: New Feature
Components: API
Reporter: Anatole Tresch
Assignee: Anatole Tresch
Fix For: 0.1-incubating
Add Codecs to specially encode properties (additionally to adapters for
decoding). These codecs can be used by mutable configurations to encode changes
in a flexible way. This is very useful, when adding support for complex,
multivalued and additional non-String types, that should be changeable as well.
The changes required are:
* Add {{Codec}} interface (extending {{PropertyAdapter}})
* Let {{PropertyAdapters}} also load/manage codecs
* Add write support for object types in {{ConfigChangeSet}} and corresponding
builder.
* Ensure/adapt Javadoc
* Discuss default codesc for collections, multi values (combined) and more
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)