Class XmlConfigSource
java.lang.Object
org.microprofileext.config.source.base.BaseConfigSource
org.microprofileext.config.source.base.EnabledConfigSource
org.microprofileext.config.source.base.file.AbstractUrlBasedSource
org.microprofileext.config.source.xml.XmlConfigSource
- All Implemented Interfaces:
org.eclipse.microprofile.config.spi.ConfigSource,Reloadable
Xml config source
- Author:
- Phillip Kruger
-
Field Summary
Fields inherited from interface org.eclipse.microprofile.config.spi.ConfigSource
CONFIG_ORDINAL, DEFAULT_ORDINAL -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.microprofileext.config.source.base.file.AbstractUrlBasedSource
getKeySeparator, getName, getPropertiesIfEnabled, getValue, reloadMethods inherited from class org.microprofileext.config.source.base.EnabledConfigSource
getClassKeyPrefix, getProperties, isEnabledMethods inherited from class org.microprofileext.config.source.base.BaseConfigSource
getConfig, getOrdinal, getPropertyNames, initOrdinal
-
Constructor Details
-
XmlConfigSource
public XmlConfigSource()
-
-
Method Details
-
getFileExtension
- Specified by:
getFileExtensionin classAbstractUrlBasedSource
-
toMap
- Specified by:
toMapin classAbstractUrlBasedSource
-