Interface DatabaseDriverConfigurationFeature
- All Superinterfaces:
 io.micronaut.core.naming.Described,Feature,io.micronaut.core.naming.Named,io.micronaut.core.order.Ordered
- All Known Implementing Classes:
 Dbcp,Hikari,JdbcFeature,Tomcat,Ucp
A feature that configures a datasource with a driver
- 
Field Summary
Fields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE - 
Method Summary
Modifier and TypeMethodDescriptiondefault voidapplyDefaultConfig(GeneratorContext generatorContext, DatabaseDriverFeature dbFeature, Map<String, Object> config) Methods inherited from interface io.micronaut.core.naming.Described
getDescriptionMethods inherited from interface io.micronaut.starter.feature.Feature
apply, getCategory, getDescription, getMicronautDocumentation, getName, getOrder, getThirdPartyDocumentation, getTitle, isCommunity, isPreview, isVisible, processSelectedFeatures, supports 
- 
Method Details
- 
getUrlKey
String getUrlKey() - 
getDriverKey
String getDriverKey() - 
getUsernameKey
String getUsernameKey() - 
getPasswordKey
String getPasswordKey() - 
applyDefaultConfig
default void applyDefaultConfig(GeneratorContext generatorContext, DatabaseDriverFeature dbFeature, Map<String, Object> config)  
 -