Uses of Class
io.helidon.common.mapper.MapperException
Packages that use MapperException
Package
Description
Support for mapping of types.
Helidon Database Client API.
HTTP APIs and implementations usable by both server and client side of the HTTP story.
-
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> N
Value.get
(GenericType<N> type) Convert this value to a different type using a mapper.default <N> N
Convert 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. -
Uses of MapperException in io.helidon.dbclient
Methods in io.helidon.dbclient that throw MapperExceptionModifier and TypeMethodDescription<N> Value
<N> DbColumnBase.as
(GenericType<N> type) <N> Value
<N> <T> T
DbRow.as
(GenericType<T> type) Map this row to an object using aDbMapper
.<T> T
Get specific class instance representation of this row.<T> T
DbRowBase.as
(GenericType<T> type) <T> T
DbColumnBase.asOptional()
<T> T
DbColumn.get
(GenericType<T> type) Value of this column as a generic type.<T> T
Typed value of this column.<T> T
DbColumnBase.get
(GenericType<T> type) <T> T
<T> T
DbMapperManager.read
(DbRow row, GenericType<T> expectedType) Read database row into a typed value.<T> T
Read database row into a typed value. -
Uses of MapperException in io.helidon.http
Methods in io.helidon.http that throw MapperExceptionModifier and TypeMethodDescription<N> Value
<N> ContentDisposition.as
(GenericType<N> type) <N> Value
<N> ContentDisposition.asOptional()