- All Known Implementing Classes:
- HoconMpMetaConfigProvider,- OciSecretsMpMetaConfigProvider,- YamlMetaConfigProvider
public interface MpMetaConfigProvider
Java Service loader interface for Meta-config providers.
- 
Method SummaryModifier and TypeMethodDescriptiondefault ConfigSourceCreate theConfigSourcefrom the given content.List<? extends ConfigSource> Create a list of configuration sources from a meta-config type.Set of supported types for a MicroProfile meta-config provider.
- 
Method Details- 
supportedTypesSet of supported types for a MicroProfile meta-config provider.- Returns:
- meta-config provider types
 
- 
createCreate a list of configuration sources from a meta-config type.- Parameters:
- type- type of the config source
- metaConfig- configuration properties of a meta-config type
- profile- name of the profile to use or null if not used
- Returns:
- list of config sources
 
- 
createCreate theConfigSourcefrom the given content.- Parameters:
- content- a reader with the content data
- Returns:
- config source
 
 
-