History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: XSTR-124
Type: New Feature New Feature
Status: Open Open
Assignee: Unassigned
Reporter: Michael Kopp
Votes: 2
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
XStream

Advanced Aliases

Created: 07/Sep/04 03:12 AM   Updated: 03/Mar/06 03:45 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 1.2

Issue Links:
Related
 


 Description  « Hide
This is somehow a generalizing of the bugs: 85 (context aliases) and 62 (primitives as attributes)

1. Context Alias: alias(String element, Class context, Class type)
2. Adv Context Alias: alias(String element, Class context, String fieldName)

Attribute Aliases

3. aliasAttribute(String attr, Class type)
4. Context Alias: aliasAttribute(String attr, Class context, Class type)
5. Adv Context Alias: aliasAttribute(String attr, Class context, String fieldName)

Attribute Aliases should of course only be possible if a basic converter is present.
It would be needed to abstract Basic Converters from the HierarchicalStreamWriter/Reader and only expose a to- and fromString method, while the rest is framework. Basically it would mean that there is a Converter and a BasicConverter interface.

Last but not least of bug 50 is solved, one would be able to store all this aliases in a configuration file.



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.