Skip to content

API Details

Alessandro Vurro edited this page Jun 9, 2016 · 27 revisions

On this page are described in detail all the components of JMapperAPI.

General Tips

in order to improve readability and simplify the implementation it is strongly recommended to import static methods provided by JMapperAPI:

...
import static com.googlecode.jmapper.api.JMapperAPI.*;
...

The root

The starting point is JMapperAPI, you need to create it to define a configuration:

JMapperAPI api = new JMapperAPI();

mapped Classes

under construction

Clone this wiki locally