Uses of Interface
io.helidon.dbclient.DbMapper
Packages that use DbMapper
Package
Description
Helidon DB implementation for JDBC.
JSON Processing support for Helidon DB.
Helidon DB integration for reactive mongoDB.
Service provider interface for Helidon DB.
-
Uses of DbMapper in io.helidon.dbclient.jdbc
Methods in io.helidon.dbclient.jdbc with parameters of type DbMapperModifier and TypeMethodDescription<TYPE> JdbcDbClientProviderBuilder
JdbcDbClientProviderBuilder.addMapper
(DbMapper<TYPE> dbMapper, GenericType<TYPE> mappedType) <TYPE> JdbcDbClientProviderBuilder
-
Uses of DbMapper in io.helidon.dbclient.jsonp
Classes in io.helidon.dbclient.jsonp that implement DbMapperMethods in io.helidon.dbclient.jsonp that return types with arguments of type DbMapper -
Uses of DbMapper in io.helidon.dbclient.mongodb
Methods in io.helidon.dbclient.mongodb with parameters of type DbMapperModifier and TypeMethodDescription<TYPE> MongoDbClientProviderBuilder
MongoDbClientProviderBuilder.addMapper
(DbMapper<TYPE> dbMapper, GenericType<TYPE> mappedType) <TYPE> MongoDbClientProviderBuilder
-
Uses of DbMapper in io.helidon.dbclient.spi
Methods in io.helidon.dbclient.spi that return types with arguments of type DbMapperModifier and TypeMethodDescriptionDbMapperProvider.mapper
(GenericType<T> type) Returns mapper for specific type supporting generic types as well.Returns mapper for specific type.Methods in io.helidon.dbclient.spi with parameters of type DbMapper