public interface DatabaseDriverConfigurationFeature extends Feature
Modifier and Type | Method and Description |
---|---|
default void |
applyDefaultConfig(DatabaseDriverFeature dbFeature,
java.util.Map<java.lang.String,java.lang.Object> config) |
java.lang.String |
getDriverKey() |
java.lang.String |
getPasswordKey() |
java.lang.String |
getUrlKey() |
java.lang.String |
getUsernameKey() |
apply, getCategory, getDescription, getMicronautDocumentation, getName, getOrder, getThirdPartyDocumentation, getTitle, isCommunity, isPreview, isVisible, processSelectedFeatures, supports
java.lang.String getUrlKey()
java.lang.String getDriverKey()
java.lang.String getUsernameKey()
java.lang.String getPasswordKey()
default void applyDefaultConfig(DatabaseDriverFeature dbFeature, java.util.Map<java.lang.String,java.lang.Object> config)