mapster 0.3.2
mapster: ^0.3.2 copied to clipboard
Object mapping package that allows you easily register all Mappers and use them later through Mapster.
0.3.2 #
- Remove ability to use
nullin mappers due to impossibility of determine a proper mapper. - Add some info about
How to work with nullable typesto docs.
0.3.1 #
- Add ability to use
nullin mappers.
0.3.0 #
- Rename
mapfunction tomap1inMapster - Make
MapperMetaconstructor private
0.2.1 #
- Fix mistake in
To.
0.2.0 #
- Add
mapmethod toMapper - Remove
mapfromMapper's inheritors - Add sources to
Mappers - Speed up
Mapster - Change signature of
register,registerAllinMapster - Add
MapperInput,MapperCreator - Fix mappers (from
FourSourcesMappertoNineSourcesMapper) - Create
MapperMeta - Move
to,fromTypesfromMappertoMapperMeta
0.1.0 #
- Change signature of
Mapster'smapfunctions. - Change algorithm of creating an
Mapper's ID. - Replace
to<TO>function withTo<TO>class due to a bug. - Replace
toTypewithtoinMapper. - Remove
toTypeoverride from allMapper's inheritors.
0.0.1 #
- Create
Mapperbase class and its 9 inheritors. - Create
Mapsterbase class and its private implementation. - Create
MapperNotRegisteredexception.