Module io.helidon.common.mapper
Package io.helidon.common.mapper
package io.helidon.common.mapper
Support for mapping of types.
- See Also:
-
ClassDescriptionMapper<SOURCE,
TARGET> A generic and general approach to mapping two types.An exception that is thrown when mapping failed to map source to target.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.useMappersConfig.Builder
, obtained fromMappers.builder()
Mappers manager of all configured mappers.Mappers configuration.Fluent API builder forMappers
.MappersConfig.BuilderBase<BUILDER extends MappersConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends MappersConfig> Fluent API builder base forMappers
.Generated implementation of the prototype, can be extended by descendant prototype implementations.A typed value with support for mapping (conversion) to other types.Value<T>A typed value with support for mapping (conversion) to other types.
Mappers
instead