Uses of Interface
io.helidon.common.mapper.Mappers
Packages that use Mappers
Package
Description
Support for mapping of types.
Support for parameters with multiple values.
Helidon Database Client API.
Service provider interface for Helidon Database Client.
-
Uses of Mappers in io.helidon.common.mapper
Classes in io.helidon.common.mapper that implement interfaces with type arguments of type MappersModifier and TypeClassDescriptionstatic classFluent API builder forMappers.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.common.mapper that return MappersModifier and TypeMethodDescriptionMappersConfig.Builder.build()Create an instance from this builder.MappersConfig.BuilderBase.MappersConfigImpl.build()Create a new runtime instance from this prototype.static MappersMappers.create()Create mappers using defaults.static MappersMappers.create(MappersConfig config) Create newMappersusing the provided configuration.static MappersMappers.create(Consumer<MappersConfig.Builder> consumer) Create newMapperscustomizing its configuration.MappersConfig.BuilderBase.MappersConfigImpl.get()Methods in io.helidon.common.mapper with parameters of type MappersModifier and TypeMethodDescriptionstatic <T> OptionalValue<T> OptionalValue.create(Mappers mapperManager, String name, T value, GenericType<T> type, String... qualifiers) Create a value backed by data.static <T> OptionalValue<T> Create a value backed by data.static <T> Value<T> Value.create(Mappers mapperManager, String name, T value, GenericType<T> type, String... qualifiers) Create a value backed by data.static <T> Value<T> Create a value backed by data. -
Uses of Mappers in io.helidon.common.parameters
Methods in io.helidon.common.parameters with parameters of type MappersModifier and TypeMethodDescriptionParameters.Builder.mapperManager(Mappers mapperManager) Configure mapper manager to use. -
Uses of Mappers in io.helidon.dbclient
Methods in io.helidon.dbclient that return MappersModifier and TypeMethodDescriptionDbClientBuilderBase.mapperManager()GetMappermanager.DbClientContext.mapperManager()DbContext.mapperManager()Configured mapper manager.DbExecuteContext.mapperManager()Methods in io.helidon.dbclient with parameters of type MappersModifier and TypeMethodDescriptionDbClient.Builder.mapperManager(Mappers manager) Mapper manager for generic mapping, such as mapping of parameters to expected types.DbClientBuilderBase.mapperManager(Mappers manager) DbClientContext.BuilderBase.mapperManager(Mappers mapperManager) Configure the mapper manager to use.Constructors in io.helidon.dbclient with parameters of type MappersModifierConstructorDescriptionprotectedDbColumnBase(Object value, Mappers mapperManager, String... mappingQualifiers) Create a new instance. -
Uses of Mappers in io.helidon.dbclient.spi
Methods in io.helidon.dbclient.spi with parameters of type MappersModifier and TypeMethodDescriptionDbClientBuilder.mapperManager(Mappers manager) Mapper manager for generic mapping, such as mapping of parameters to expected types.