Package io.quarkus.jdbc.mysql.runtime
Class MySQLServiceBindingConverter
- java.lang.Object
-
- io.quarkus.jdbc.mysql.runtime.MySQLServiceBindingConverter
-
- All Implemented Interfaces:
ServiceBindingConverter
public class MySQLServiceBindingConverter extends Object implements ServiceBindingConverter
-
-
Constructor Summary
Constructors Constructor Description MySQLServiceBindingConverter()
-
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
-
-