Class DevServicesOverrideConfigSource
java.lang.Object
io.quarkus.devservice.runtime.config.DevServicesOverrideConfigSource
- All Implemented Interfaces:
org.eclipse.microprofile.config.spi.ConfigSource
@Deprecated(forRemoval=true)
public class DevServicesOverrideConfigSource
extends Object
implements org.eclipse.microprofile.config.spi.ConfigSource
Deprecated, for removal: This API element is subject to removal in a future version.
Subject to changes due to #51209
-
Field Summary
Fields inherited from interface org.eclipse.microprofile.config.spi.ConfigSource
CONFIG_ORDINAL, DEFAULT_ORDINAL -
Constructor Summary
ConstructorsConstructorDescriptionDevServicesOverrideConfigSource(io.quarkus.runtime.LaunchMode launchMode) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptiongetName()Deprecated, for removal: This API element is subject to removal in a future version.intDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.microprofile.config.spi.ConfigSource
getProperties
-
Constructor Details
-
DevServicesOverrideConfigSource
public DevServicesOverrideConfigSource(io.quarkus.runtime.LaunchMode launchMode) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getPropertyNames
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getPropertyNamesin interfaceorg.eclipse.microprofile.config.spi.ConfigSource
-
getValue
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getValuein interfaceorg.eclipse.microprofile.config.spi.ConfigSource
-
getName
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getNamein interfaceorg.eclipse.microprofile.config.spi.ConfigSource
-
getOrdinal
public int getOrdinal()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getOrdinalin interfaceorg.eclipse.microprofile.config.spi.ConfigSource
-