Uses of Class
io.helidon.common.mapper.MapperException
Packages that use MapperException
-
Uses of MapperException in io.helidon.common.mapper
Methods in io.helidon.common.mapper that throw MapperExceptionModifier and TypeMethodDescription<N> Value<N> Value.as(GenericType<N> type) Convert this value to a different type using a mapper.<N> Value<N> Convert this value to a different type using a mapper.Value.asOptional()Typed value asOptional.default <N> NValue.get(GenericType<N> type) Convert this value to a different type using a mapper.default <N> NConvert this value to a different type using a mapper.<SOURCE,TARGET>
TARGETMapperManager.map(SOURCE source, GenericType<SOURCE> sourceType, GenericType<TARGET> targetType, String... qualifiers) Map from source to target.<SOURCE,TARGET>
TARGETMapperManager.map(SOURCE source, Class<SOURCE> sourceType, Class<TARGET> targetType, String... qualifiers) Map from source to target.