[root]/xstream/src/java/com/thoughtworks/xstream/alias
Adjust svn properties.
0 lines of code changed in:
Derive from BaseException (XSTR-229).
3 lines of code changed in:
Deprecate ClassMapper, CannotResolveClassException and NameMapper to remove alias package at all in later verrsions.
Remove any deprecated stuff from 1.1.x.
20 lines of code changed in:
Ability to create aliases for fields as well as classes! (Long overdue)
1 lines of code changed in:
More work on the new mapper architecture.
16 lines of code changed in:
Moved new classes that support the new mapping architecture into their own package. com.thoughtworks.xstream.mapper
4 lines of code changed in:
Removed lots of occurences of that pesky classAttributeIdentifier
25 lines of code changed in:
Moved setup of standard converters from DefaultConverterLookup to XStream facade, making it easy to override
0 lines of code changed in:
Moved all default implementations into an easy to override method
12 lines of code changed in:
Added @deprecated tag to ClassMapper.alias
10 lines of code changed in:
Deprecated alias() method on ClassMapper in favour of finer grained methods AliasingMapper.addAlias() and DefaulImplementationsMapper.addDefault()
55 lines of code changed in:
Introducing new Mapper interface, to replace clunky old ClassMapper
28 lines of code changed in:
Pulled remaining functionality (which has no special rules left) out of DefaultClassMapper into DefaultMapper
1 lines of code changed in:
Pulled caching functionality out of DefaultClassMapper into CachingMapper
0 lines of code changed in:
Pulled more XML naming functionality out of DefaultClassMapper into XmlFriendlyMapper
27 lines of code changed in:
Pulled aliasing functionality out of DefaultClassMapper into AliasingMapper
7 lines of code changed in:
Pulled dynamic proxy functionality out of DefaultClassMapper into DynamicProxyMapper
0 lines of code changed in:
Pulled Array naming conventions functionality out of DefaultClassMapper into ArrayMapper
0 lines of code changed in:
Pulled XML naming conventions functionality out of DefaultClassMapper into XmlFriendlyMapper
0 lines of code changed in:
Pulled immutable value types and default implementation functionality out of DefaultClassMapper into ImmutableTypesMapper and DefaultImplementationMapper
13 lines of code changed in:
(17 more)