Uses of Interface
io.helidon.config.spi.ConfigMapper
- 
Packages that use ConfigMapper Package Description io.helidon.config Provides interfaces and classes for loading and working with immutable, tree-structured configuration data.io.helidon.config.mp Helidon implementation of microprofile config.io.helidon.config.spi Configuration SPI that defines the behavior developers can implement to extend the config system.
- 
- 
Uses of ConfigMapper in io.helidon.configMethods in io.helidon.config that return ConfigMapper Modifier and Type Method Description ConfigMapperConfig. mapper()The mapper used by this config instance.
- 
Uses of ConfigMapper in io.helidon.config.mpMethods in io.helidon.config.mp that return ConfigMapper Modifier and Type Method Description ConfigMapperMpConfigProviderResolver.ConfigDelegate. mapper()Deprecated.
- 
Uses of ConfigMapper in io.helidon.config.spiMethods in io.helidon.config.spi that return types with arguments of type ConfigMapper Modifier and Type Method Description default Map<GenericType<?>,BiFunction<Config,ConfigMapper,?>>ConfigMapperProvider. genericTypeMappers()Returns a map of mapper functions associated with appropriate target type (GenericType<?>.default <T> Optional<BiFunction<Config,ConfigMapper,T>>ConfigMapperProvider. mapper(GenericType<T> type)Mapper for a specific generic type.
 
-