Class R2dbcFeatureValidator

java.lang.Object
io.micronaut.starter.feature.database.r2dbc.R2dbcFeatureValidator
All Implemented Interfaces:
FeatureValidator

@Singleton public class R2dbcFeatureValidator extends Object implements FeatureValidator
Validates feature combinations related to R2DBC in the project generation context.

Specifically, this validator checks that when R2DBC features, migration features, and TestContainers are all selected together. TestContainers are not supported with the combination of R2DBC and Migration.