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 TypeMethodDescriptionvoidvalidatePostProcessing(Options options, Set<Feature> features) voidvalidatePreProcessing(Options options, Set<Feature> features)
-
Constructor Details
-
R2dbcFeatureValidator
public R2dbcFeatureValidator()
-
-
Method Details
-
validatePreProcessing
- Specified by:
validatePreProcessingin interfaceFeatureValidator
-
validatePostProcessing
- Specified by:
validatePostProcessingin interfaceFeatureValidator
-