@Component(role=ModelValidator.class) public class DefaultModelValidator extends Object implements ModelValidator
| Constructor and Description | 
|---|
DefaultModelValidator()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
validateDependencyVersion(ModelProblemCollector problems,
                         Dependency d,
                         String prefix)  | 
void | 
validateEffectiveModel(Model m,
                      ModelBuildingRequest request,
                      ModelProblemCollector problems)
Checks the specified (effective) model for missing or invalid values. 
 | 
void | 
validateRawModel(Model m,
                ModelBuildingRequest request,
                ModelProblemCollector problems)
Checks the specified (raw) model for missing or invalid values. 
 | 
public void validateRawModel(Model m, ModelBuildingRequest request, ModelProblemCollector problems)
ModelValidatorvalidateRawModel in interface ModelValidatorm - The model to validate, must not be null.request - The model building request that holds further settings, must not be null.problems - The container used to collect problems that were encountered, must not be null.public void validateEffectiveModel(Model m, ModelBuildingRequest request, ModelProblemCollector problems)
ModelValidatorvalidateEffectiveModel in interface ModelValidatorm - The model to validate, must not be null.request - The model building request that holds further settings, must not be null.problems - The container used to collect problems that were encountered, must not be null.protected void validateDependencyVersion(ModelProblemCollector problems, Dependency d, String prefix)
Copyright © 2001–2019 The Apache Software Foundation. All rights reserved.