| Package | Description |
|---|---|
| io.helidon.config.spi |
Configuration SPI that defines the behavior developers can implement to extend the config system.
|
| Modifier and Type | Method and 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.
|
Copyright © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.