Class JDBCConfigSourceHelper
- java.lang.Object
-
- fish.payara.nucleus.microprofile.config.source.JDBCConfigSourceHelper
-
- All Implemented Interfaces:
Closeable,AutoCloseable
public class JDBCConfigSourceHelper extends Object implements Closeable
-
-
Constructor Summary
Constructors Constructor Description JDBCConfigSourceHelper(JDBCConfigSourceConfiguration configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()Map<String,String>getAllConfigValues()StringgetConfigValue(String propertyName)
-
-
-
Constructor Detail
-
JDBCConfigSourceHelper
public JDBCConfigSourceHelper(JDBCConfigSourceConfiguration configuration)
-
-
Method Detail
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
-