Package com.codename1.mapping


package com.codename1.mapping
Runtime entry points for the build-time JSON / XML mapping framework. @Mapped classes get a generated Mapper at build time; application code reaches it via Mappers.toJson / Mappers.fromJson / Mappers.toXml / Mappers.fromXml.
  • Class
    Description
    Runtime contract a build-time-generated mapper implements for one @Mapped class.
    Public entry point for the build-time JSON / XML mapping framework.