Uses of Class
io.helidon.common.mapper.MapperException
Packages that use 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
Methods in io.helidon.common.mapper that throw MapperExceptionModifier 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
Methods in io.helidon.dbclient that throw MapperExceptionModifier and TypeMethodDescription<T> TDbColumn.as(GenericType<T> type) Value of this column as a generic type.<T> TTyped value of this column.<T> TDbRow.as(GenericType<T> type) Map this row to an object using aDbMapper.<T> TGet specific class instance representation of this row.<T> TDbMapperManager.read(DbRow row, GenericType<T> expectedType) Read database row into a typed value.<T> TRead database row into a typed value. -
Uses of MapperException in io.helidon.dbclient.mongodb
Methods in io.helidon.dbclient.mongodb that throw MapperException