Class PostgreSqlServiceBindingConverter
- java.lang.Object
-
- io.quarkus.jdbc.postgresql.runtime.PostgreSqlServiceBindingConverter
-
- All Implemented Interfaces:
ServiceBindingConverter
public class PostgreSqlServiceBindingConverter extends Object implements ServiceBindingConverter
-
-
Constructor Summary
Constructors Constructor Description PostgreSqlServiceBindingConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<ServiceBindingConfigSource>
convert(List<ServiceBinding> serviceBindings)
-
-
-
Method Detail
-
convert
public Optional<ServiceBindingConfigSource> convert(List<ServiceBinding> serviceBindings)
- Specified by:
convert
in interfaceServiceBindingConverter
-
-