Package io.extact.rms.platform.config
Interface MpConfigFactory
- All Known Implementing Classes:
HelidonMpConfigFactory
public interface MpConfigFactory
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.microprofile.config.spi.ConfigSourcecreateFromExternalPath(String path) org.eclipse.microprofile.config.spi.ConfigSourcecreateFromUrl(URL configUrl) static MpConfigFactorySince Config may be used before starting the CDI container, DI cannot be used, so an instance is dynamically created from the class name.
-
Field Details
-
MPCONFIG_FACTORY_CLASS_PROP
- See Also:
-
DEFAULT_FACTORY_CLASSNAME
- See Also:
-
-
Method Details
-
newInstance
Since Config may be used before starting the CDI container, DI cannot be used, so an instance is dynamically created from the class name.- Returns:
- MpConfigFactory instance
-
createFromExternalPath
-
createFromUrl
-