...
The diagram below depicts processing of an example class. Field text
is processed by the DefaultFieldProcessor
, similarily the number
field. hideInNav
field is processed by BooleanFieldProcessor
and other
by custom processor called FancyFieldProcessor
.
Gliffy
There are a number of predefined processors which can be used out of the box. But you can also implement yours and add them to your Mapper. The predefined processors include:
...