Uses of Class
io.helidon.common.mapper.MappersConfig.Builder
Packages that use MappersConfig.Builder
-
Uses of MappersConfig.Builder in io.helidon.common.mapper
Subclasses with type arguments of type MappersConfig.Builder in io.helidon.common.mapperClasses in io.helidon.common.mapper that implement interfaces with type arguments of type MappersConfig.BuilderMethods in io.helidon.common.mapper that return MappersConfig.BuilderModifier and TypeMethodDescriptionstatic MappersConfig.BuilderMappers.builder()Create a new builder to customize configuration ofMappers.static MappersConfig.BuilderMappersConfig.builder()Create a new fluent API builder to customize configuration.static MappersConfig.BuilderMappersConfig.builder(MappersConfig instance) Create a new fluent API builder from an existing instance.Method parameters in io.helidon.common.mapper with type arguments of type MappersConfig.BuilderModifier and TypeMethodDescriptionstatic MappersMappers.create(Consumer<MappersConfig.Builder> consumer) Create newMapperscustomizing its configuration.