Uses of Class
io.helidon.common.mapper.MapperException
Package
Description
Support for mapping of types.
Reactive Database API for Helidon.
Helidon DB integration for reactive mongoDB.
-
Uses of MapperException in io.helidon.common.mapper
Modifier and TypeMethodDescription<SOURCE,
TARGET>
TARGETMapperManager.map
(SOURCE source, GenericType<SOURCE> sourceType, GenericType<TARGET> targetType) Map from source to target.<SOURCE,
TARGET>
TARGETMap from source to target. -
Uses of MapperException in io.helidon.dbclient
Modifier and TypeMethodDescription<T> T
DbColumn.as
(GenericType<T> type) Value of this column as a generic type.<T> T
Typed value of this column.<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
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.dbclient.mongodb