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.config
Methods in io.helidon.config that return ConfigMapper Modifier and Type Method Description ConfigMapper
Config. mapper()
The mapper used by this config instance. -
Uses of ConfigMapper in io.helidon.config.mp
Methods in io.helidon.config.mp that return ConfigMapper Modifier and Type Method Description ConfigMapper
MpConfigProviderResolver.ConfigDelegate. mapper()
Deprecated. -
Uses of ConfigMapper in io.helidon.config.spi
Methods 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.
-