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.

Types

interface MapperRuntime contract a build-time-generated mapper implements for one @Mapped class.
class MappersPublic entry point for the build-time JSON / XML mapping framework.