Uses of Interface
io.helidon.common.mapper.spi.MapperProvider
Packages that use MapperProvider
Package
Description
Support for mapping of types.
Helidon Database Client API.
-
Uses of MapperProvider in io.helidon.common.mapper
Methods in io.helidon.common.mapper that return types with arguments of type MapperProviderModifier and TypeMethodDescriptionMappersConfig.BuilderBase.mapperProviders()
Mapper providers allow for introduction of new mappers into the system.MappersConfig.BuilderBase.MappersConfigImpl.mapperProviders()
Methods in io.helidon.common.mapper with parameters of type MapperProviderModifier and TypeMethodDescriptionMapperManager.Builder.addMapperProvider
(MapperProvider provider) Deprecated, for removal: This API element is subject to removal in a future version.Add a newMapperProvider
to the list of providers loaded from system service loader.MapperManager.Builder.addMapperProvider
(MapperProvider provider, int priority) Deprecated, for removal: This API element is subject to removal in a future version.we have switched to using weights instead of priority, this method will be removed without replacementMappersConfig.BuilderBase.addMapperProvider
(MapperProvider mapperProvider) Mapper providers allow for introduction of new mappers into the system.Method parameters in io.helidon.common.mapper with type arguments of type MapperProviderModifier and TypeMethodDescriptionMappersConfig.BuilderBase.addMapperProviders
(List<? extends MapperProvider> mapperProviders) Mapper providers allow for introduction of new mappers into the system.MappersConfig.BuilderBase.mapperProviders
(List<? extends MapperProvider> mapperProviders) Mapper providers allow for introduction of new mappers into the system. -
Uses of MapperProvider in io.helidon.dbclient
Classes in io.helidon.dbclient that implement MapperProvider