Uses of Interface
io.helidon.config.spi.ConfigMapperProvider
-
Packages that use ConfigMapperProvider Package Description io.helidon.config Provides interfaces and classes for loading and working with immutable, tree-structured configuration data.io.helidon.config.objectmapping Mappers that can mapConfig
to classes with factory methods, classes with Builders and general "bean" classes with constructor and setters. -
-
Uses of ConfigMapperProvider in io.helidon.config
Methods in io.helidon.config with parameters of type ConfigMapperProvider Modifier and Type Method Description Config.Builder
Config.Builder. addMapper(ConfigMapperProvider configMapperProvider)
-
Uses of ConfigMapperProvider in io.helidon.config.objectmapping
Classes in io.helidon.config.objectmapping that implement ConfigMapperProvider Modifier and Type Class Description class
ObjectConfigMapperProvider
Java beans support for configuration.
-