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 mapConfigto 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.BuilderConfig.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 classObjectConfigMapperProviderJava beans support for configuration.
-