Uses of Interface
io.helidon.common.mapper.Mapper
Package
Description
Support for mapping of types.
SPI to provide
mappers
for MapperManager
.Helper classes to use in various implementations.
-
Uses of Mapper in io.helidon.common.mapper
Modifier and TypeMethodDescription<S,
T> MapperManager.Builder MapperManager.Builder.addMapper
(Mapper<S, T> mapper, GenericType<S> sourceType, GenericType<T> targetType) Add a mapper to the list of mapper.<S,
T> MapperManager.Builder MapperManager.Builder.addMapper
(Mapper<S, T> mapper, GenericType<S> sourceType, GenericType<T> targetType, int priority) Add a mapper to the list of mapper with custom priority.<S,
T> MapperManager.Builder Add a mapper to the list of mapper.<S,
T> MapperManager.Builder MapperManager.Builder.addMapper
(Mapper<S, T> mapper, Class<S> sourceType, Class<T> targetType, int priority) Add a mapper to the list of mapper with a custom priority. -
Uses of Mapper in io.helidon.common.mapper.spi
Modifier and TypeMethodDescriptionMapperProvider.mapper
(GenericType<SOURCE> sourceType, GenericType<TARGET> targetType) Find a mapper that is capable of mapping from source to target types.Find a mapper that is capable of mapping from source to target classes. -
Uses of Mapper in io.helidon.dbclient.common