Module io.helidon.common.mapper
Package io.helidon.common.mapper
Support for mapping of types.
- See Also:
MapperManager
,MapperProvider
-
Interface Summary Interface Description Mapper<SOURCE,TARGET> A generic and general approach to mapping two types.MapperManager Mapper manager of all configured mappers. -
Class Summary Class Description MapperManager.Builder Fluent API builder forMapperManager
. -
Exception Summary Exception Description MapperException An exception that is thrown when mapping failed to map source to target.