Class ConfigValueImpl
- java.lang.Object
-
- fish.payara.nucleus.microprofile.config.spi.ConfigValueImpl
-
- All Implemented Interfaces:
org.eclipse.microprofile.config.ConfigValue
public class ConfigValueImpl extends Object implements org.eclipse.microprofile.config.ConfigValue
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedConfigValueImpl(String name, String rawValue, String value, String sourceName, int sourceOrdinal)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()StringgetRawValue()StringgetSourceName()intgetSourceOrdinal()StringgetValue()
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.eclipse.microprofile.config.ConfigValue
-
getValue
public String getValue()
- Specified by:
getValuein interfaceorg.eclipse.microprofile.config.ConfigValue
-
getRawValue
public String getRawValue()
- Specified by:
getRawValuein interfaceorg.eclipse.microprofile.config.ConfigValue
-
getSourceName
public String getSourceName()
- Specified by:
getSourceNamein interfaceorg.eclipse.microprofile.config.ConfigValue
-
getSourceOrdinal
public int getSourceOrdinal()
- Specified by:
getSourceOrdinalin interfaceorg.eclipse.microprofile.config.ConfigValue
-
-