Class DatabaseKindConverter

java.lang.Object
io.quarkus.datasource.runtime.DatabaseKindConverter
All Implemented Interfaces:
Serializable, org.eclipse.microprofile.config.spi.Converter<String>

public class DatabaseKindConverter extends Object implements org.eclipse.microprofile.config.spi.Converter<String>
See Also:
  • Constructor Details

    • DatabaseKindConverter

      public DatabaseKindConverter()
  • Method Details

    • convert

      public String convert(String value)
      Specified by:
      convert in interface org.eclipse.microprofile.config.spi.Converter<String>