Uses of Interface
io.helidon.dbclient.DbMapper
Packages that use DbMapper
Package
Description
Helidon Database Client API.
Helidon JSON support for Helidon Database Client.
JSON Processing support for Helidon Database Client.
Service provider interface for Helidon Database Client.
-
Uses of DbMapper in io.helidon.dbclient
Methods in io.helidon.dbclient with parameters of type DbMapper -
Uses of DbMapper in io.helidon.dbclient.json
Classes in io.helidon.dbclient.json that implement DbMapperMethods in io.helidon.dbclient.json that return types with arguments of type DbMapper -
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.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