Uses of Interface
io.helidon.common.mapper.MapperManager
-
Packages that use MapperManager Package Description io.helidon.common.mapper Support for mapping of types.io.helidon.dbclient Reactive Database API for Helidon.io.helidon.dbclient.common Helper classes to use in various implementations.io.helidon.dbclient.jdbc Helidon DB implementation for JDBC.io.helidon.dbclient.mongodb Helidon DB integration for reactive mongoDB.io.helidon.dbclient.spi Service provider interface for Helidon DB. -
-
Uses of MapperManager in io.helidon.common.mapper
Methods in io.helidon.common.mapper that return MapperManager Modifier and Type Method Description MapperManager
MapperManager.Builder. build()
static MapperManager
MapperManager. create()
Create a mapper manager using only Java Service loader loadedMapperProviders
.static MapperManager
MapperManager. create(HelidonServiceLoader<MapperProvider> serviceLoader)
Create a mapper manager using only the provided Helidon Service loader. -
Uses of MapperManager in io.helidon.dbclient
Methods in io.helidon.dbclient with parameters of type MapperManager Modifier and Type Method Description DbClient.Builder
DbClient.Builder. mapperManager(MapperManager manager)
Mapper manager for generic mapping, such as mapping of parameters to expected types. -
Uses of MapperManager in io.helidon.dbclient.common
Methods in io.helidon.dbclient.common that return MapperManager Modifier and Type Method Description protected MapperManager
AbstractStatement. mapperManager()
Mapper manager.MapperManager
DbClientContext. mapperManager()
Configured mapper manager.Methods in io.helidon.dbclient.common with parameters of type MapperManager Modifier and Type Method Description T
DbClientContext.BuilderBase. mapperManager(MapperManager mapperManager)
Configure the mapper manager to use. -
Uses of MapperManager in io.helidon.dbclient.jdbc
Methods in io.helidon.dbclient.jdbc with parameters of type MapperManager Modifier and Type Method Description JdbcDbClientProviderBuilder
JdbcDbClientProviderBuilder. mapperManager(MapperManager manager)
-
Uses of MapperManager in io.helidon.dbclient.mongodb
Methods in io.helidon.dbclient.mongodb with parameters of type MapperManager Modifier and Type Method Description MongoDbClientProviderBuilder
MongoDbClientProviderBuilder. mapperManager(MapperManager manager)
-
Uses of MapperManager in io.helidon.dbclient.spi
Methods in io.helidon.dbclient.spi with parameters of type MapperManager Modifier and Type Method Description T
DbClientProviderBuilder. mapperManager(MapperManager manager)
Mapper manager for generic mapping, such as mapping of parameters to expected types.
-