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.-
ClassDescriptionMapper<T>Runtime contract a build-time-generated mapper implements for one
@Mappedclass.Optional: appendinstanceas JSON directly, without building a map first.Public entry point for the build-time JSON / XML mapping framework.