Module io.helidon.builder.config
Package io.helidon.builder.config.spi
Interface ConfigResolverMapRequest<K,V>
- Type Parameters:
K- the key typeV- the value type
- All Superinterfaces:
ConfigResolverRequest<V>
-
Method Summary
Methods inherited from interface io.helidon.builder.config.spi.ConfigResolverRequest
attributeName, configKey, valueComponentType, valueType
-
Method Details
-
keyType
The key type of the map attribute.- Returns:
- the key type of the map attribute
-
keyComponentType
The generic component type of thekeyType(). For example, this would be "String" forOptional<String>.- Returns:
- the component type
-