Uses of Interface
io.helidon.common.mapper.MappersConfig
Packages that use MappersConfig
-
Uses of MappersConfig in io.helidon.common.mapper
Classes in io.helidon.common.mapper with type parameters of type MappersConfigModifier and TypeClassDescriptionstatic class
MappersConfig.BuilderBase<BUILDER extends MappersConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends MappersConfig> Fluent API builder base forMappers
.Classes in io.helidon.common.mapper that implement MappersConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.common.mapper that return MappersConfigModifier and TypeMethodDescriptionMappersConfig.Builder.buildPrototype()
static MappersConfig
MappersConfig.create()
Create a new instance with default values.Methods in io.helidon.common.mapper with parameters of type MappersConfigModifier and TypeMethodDescriptionstatic MappersConfig.Builder
MappersConfig.builder
(MappersConfig instance) Create a new fluent API builder from an existing instance.static Mappers
Mappers.create
(MappersConfig config) Create newMappers
using the provided configuration.MappersConfig.BuilderBase.from
(MappersConfig prototype) Update this builder from an existing prototype instance.