Uses of Interface
io.helidon.config.spi.ConfigMapperProvider
Package
Description
Provides interfaces and classes for loading and working with immutable, tree-structured
configuration data.
Mappers that can map
Config
to classes with factory methods, classes with Builders and
general "bean" classes with constructor and setters.-
Uses of ConfigMapperProvider in io.helidon.config
Modifier and TypeMethodDescriptionConfig.Builder.addMapper
(ConfigMapperProvider configMapperProvider) -
Uses of ConfigMapperProvider in io.helidon.config.objectmapping
Modifier and TypeClassDescriptionclass
Java beans support for configuration.