Class R2dbcFeatureValidator
java.lang.Object
io.micronaut.starter.feature.database.r2dbc.R2dbcFeatureValidator
- All Implemented Interfaces:
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.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
validatePostProcessing
(Options options, Set<Feature> features) void
validatePreProcessing
(Options options, Set<Feature> features)
-
Constructor Details
-
R2dbcFeatureValidator
public R2dbcFeatureValidator()
-
-
Method Details
-
validatePreProcessing
- Specified by:
validatePreProcessing
in interfaceFeatureValidator
-
validatePostProcessing
- Specified by:
validatePostProcessing
in interfaceFeatureValidator
-