Uses of Class
io.helidon.common.mapper.MapperException
-
Packages that use MapperException Package Description io.helidon.common.mapper Support for mapping of types. -
-
Uses of MapperException in io.helidon.common.mapper
Methods in io.helidon.common.mapper that throw MapperException Modifier and Type Method Description <SOURCE,TARGET>
TARGETMapperManager. map(SOURCE source, GenericType<SOURCE> sourceType, GenericType<TARGET> targetType)
Map from source to target.<SOURCE,TARGET>
TARGETMapperManager. map(SOURCE source, Class<SOURCE> sourceType, Class<TARGET> targetType)
Map from source to target.
-