public abstract class AbstractDelegatingConfigSource extends Object implements org.eclipse.microprofile.config.spi.ConfigSource, Serializable
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.microprofile.config.spi.ConfigSource |
delegate |
Constructor and Description |
---|
AbstractDelegatingConfigSource(org.eclipse.microprofile.config.spi.ConfigSource delegate)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.microprofile.config.spi.ConfigSource |
getDelegate()
Get the delegate config source.
|
String |
getName() |
int |
getOrdinal() |
Map<String,String> |
getProperties() |
abstract Set<String> |
getPropertyNames() |
public AbstractDelegatingConfigSource(org.eclipse.microprofile.config.spi.ConfigSource delegate)
delegate
- the delegate configuration source (must not be null
)@NotNull protected org.eclipse.microprofile.config.spi.ConfigSource getDelegate()
null
)public final Map<String,String> getProperties()
getProperties
in interface org.eclipse.microprofile.config.spi.ConfigSource
public abstract Set<String> getPropertyNames()
getPropertyNames
in interface org.eclipse.microprofile.config.spi.ConfigSource
public String getName()
getName
in interface org.eclipse.microprofile.config.spi.ConfigSource
public int getOrdinal()
getOrdinal
in interface org.eclipse.microprofile.config.spi.ConfigSource
Copyright © 2020 JBoss by Red Hat. All rights reserved.