java.lang.Object
io.helidon.builder.config.spi.ConfigBeanMapperHolder
Provides access to the
ConfigBeanMapper.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic Optional<ConfigBeanMapper>configBeanMapperFor(Class<?> configBeanType) Provides the global service-loader instance ofConfigBeanMapper.
-
Method Details
-
configBeanMapperFor
Provides the global service-loader instance ofConfigBeanMapper.Note that the current expectation here is that the global instance is capable for mapping any
ConfigBean-annotated type. The parameter used for the configBeanType serves to both type case the mapper, and also reserves the possibility that the returned instance may be nuanced per bean type at some point in the future.- Parameters:
configBeanType- the config bean type to map- Returns:
- the config bean mapper
-