Quarkus - Core - Runtime 0.13.2
- java.lang.Object
-
- io.quarkus.runtime.configuration.AbstractRawDefaultConfigSource
-
- All Implemented Interfaces:
- org.eclipse.microprofile.config.spi.ConfigSource
public abstract class AbstractRawDefaultConfigSource
extends Object
implements org.eclipse.microprofile.config.spi.ConfigSource
The base class for the config source that yields the 'raw' default values.
-
-
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 0.13.2
Copyright © 2019 JBoss by Red Hat. All rights reserved.