Class SourcegenFeatureValidator
java.lang.Object
io.micronaut.starter.feature.sourcegen.SourcegenFeatureValidator
- All Implemented Interfaces:
 FeatureValidator
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic booleanvoidvalidatePostProcessing(Options options, ApplicationType applicationType, Set<Feature> features) voidvalidatePreProcessing(Options options, ApplicationType applicationType, Set<Feature> features)  
- 
Constructor Details
- 
SourcegenFeatureValidator
public SourcegenFeatureValidator() 
 - 
 - 
Method Details
- 
validatePreProcessing
public void validatePreProcessing(Options options, ApplicationType applicationType, Set<Feature> features) - Specified by:
 validatePreProcessingin interfaceFeatureValidator
 - 
validatePostProcessing
public void validatePostProcessing(Options options, ApplicationType applicationType, Set<Feature> features) - Specified by:
 validatePostProcessingin interfaceFeatureValidator
 - 
supportedLanguages
 - 
supports
 
 -