mapster 0.3.2 copy "mapster: ^0.3.2" to clipboard
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 null in mappers due to impossibility of determine a proper mapper.
  • Add some info about How to work with nullable types to docs.

0.3.1 #

  • Add ability to use null in mappers.

0.3.0 #

  • Rename map function to map1 in Mapster
  • Make MapperMeta constructor private

0.2.1 #

  • Fix mistake in To.

0.2.0 #

  • Add map method to Mapper
  • Remove map from Mapper's inheritors
  • Add sources to Mappers
  • Speed up Mapster
  • Change signature of register, registerAll in Mapster
  • Add MapperInput, MapperCreator
  • Fix mappers (from FourSourcesMapper to NineSourcesMapper)
  • Create MapperMeta
  • Move to, fromTypes from Mapper to MapperMeta

0.1.0 #

  • Change signature of Mapster's map functions.
  • Change algorithm of creating an Mapper's ID.
  • Replace to<TO> function with To<TO> class due to a bug.
  • Replace toType with to in Mapper.
  • Remove toType override from all Mapper's inheritors.

0.0.1 #

  • Create Mapper base class and its 9 inheritors.
  • Create Mapster base class and its private implementation.
  • Create MapperNotRegistered exception.
1
likes
160
points
34
downloads

Publisher

unverified uploader

Weekly Downloads

Object mapping package that allows you easily register all Mappers and use them later through Mapster.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on mapster