Class EmbeddedPostgreSQLConfigSource
- java.lang.Object
-
- io.smallrye.config.common.AbstractConfigSource
-
- io.smallrye.config.common.MapBackedConfigSource
-
- io.quarkiverse.embedded.postgresql.EmbeddedPostgreSQLConfigSource
-
- All Implemented Interfaces:
Serializable,org.eclipse.microprofile.config.spi.ConfigSource
public class EmbeddedPostgreSQLConfigSource extends io.smallrye.config.common.MapBackedConfigSource- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EmbeddedPostgreSQLConfigSource(Map<String,String> propertyMap)
-