Quarkus - Core - Runtime 1.13.1.Final
- java.lang.Object
-
- io.quarkus.runtime.configuration.AbstractRawDefaultConfigSource
-
- All Implemented Interfaces:
- Serializable, org.eclipse.microprofile.config.spi.ConfigSource
public abstract class AbstractRawDefaultConfigSource
extends Object
implements org.eclipse.microprofile.config.spi.ConfigSource, Serializable
The base class for the config source that yields the 'raw' default values.
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface org.eclipse.microprofile.config.spi.ConfigSource
CONFIG_ORDINAL, DEFAULT_ORDINAL
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.microprofile.config.spi.ConfigSource
getPropertyNames
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interface org.eclipse.microprofile.config.spi.ConfigSource
-
getOrdinal
public int getOrdinal()
- Specified by:
getOrdinal
in interface org.eclipse.microprofile.config.spi.ConfigSource
Quarkus - Core - Runtime 1.13.1.Final
Copyright © 2021 JBoss by Red Hat. All rights reserved.