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, SourcegenFeatureValidator
public interface FeatureValidator
-
Method Summary
Modifier and TypeMethodDescriptionvoidvalidatePostProcessing(Options options, ApplicationType applicationType, Set<Feature> features) voidvalidatePreProcessing(Options options, ApplicationType applicationType, Set<Feature> features)
-
Method Details
-
validatePreProcessing
-
validatePostProcessing
void validatePostProcessing(Options options, ApplicationType applicationType, Set<Feature> features)
-