Message Body Mapping
The mapping is managed by MessageBodyMapperManager
. Internally it delegates the mapping to the registered mappers. By default, the SerializerMapperAdapter
is used if available.
Add/replace own mapper
Simply register your mapper by using the jungi.message_body_mapper
tag with the media-type
attribute (media_type
for yaml).
Last updated