Interface FeatureValidator
- All Known Implementing Classes:
AcmeFeatureValidator
,AwsLambdaFeatureValidator
,AzureFunctionFeatureValidator
,CompositeFeatureValidator
,DekorateFeatureValidator
,GoogleCloudFunctionFeatureValidator
,GraalVMFeatureValidator
,GradleSpecificFeatureValidator
,GroovyModuleFeatureValidator
,HibernateReactiveFeatureValidator
,JAsyncSQLFeatureValidator
,JunitCompanionFeatureValidator
,MavenSpecificFeatureValidator
,MicronautCommunityFeatureValidator
,MicronautServerDependentValidator
,MinJdkFeatureValidator
,OneOfFeatureValidator
,OracleAdvancedQueuingValidator
,OracleCloudAutonomousDatabaseFeatureValidator
,R2dbcFeatureValidator
,ReactiveHttpClientFeatureValidator
,RequiredLanguageFeatureValidator
,RequireKaptFeatureValidator
public interface FeatureValidator
-
Method Summary
Modifier and TypeMethodDescriptionvoid
validatePostProcessing
(Options options, ApplicationType applicationType, Set<Feature> features) void
validatePreProcessing
(Options options, ApplicationType applicationType, Set<Feature> features)
-
Method Details
-
validatePreProcessing
-
validatePostProcessing
void validatePostProcessing(Options options, ApplicationType applicationType, Set<Feature> features)
-