Class UCP
- java.lang.Object
-
- io.helidon.service.configuration.microprofile.config.ServiceConfigurationConfigSource
-
- io.helidon.integrations.datasource.ucp.cdi.config.UCP
-
- All Implemented Interfaces:
ConfigSource
@Deprecated public final class UCP extends ServiceConfigurationConfigSource
Deprecated.This class is slated for removal.AServiceConfigurationConfigSource
that sits atop theucp
ServiceConfiguration
in effect (if there is one).
-
-
Field Summary
-
Fields inherited from interface org.eclipse.microprofile.config.spi.ConfigSource
CONFIG_ORDINAL, DEFAULT_ORDINAL
-
-
Method Summary
-
Methods inherited from class io.helidon.service.configuration.microprofile.config.ServiceConfigurationConfigSource
getName, getProperties, getPropertyNames, getValue
-
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
getOrdinal
-
-
-
-
Constructor Detail
-
UCP
public UCP()
Deprecated.Creates a newUCP
.
-
-