public interface ModelValidator
| Modifier and Type | Method and Description | 
|---|---|
| void | validateEffectiveModel(Model model,
                                            ModelBuildingRequest request,
                                            ModelProblemCollector problems)Checks the specified (effective) model for missing or invalid values. | 
| void | validateRawModel(Model model,
                                ModelBuildingRequest request,
                                ModelProblemCollector problems)Checks the specified (raw) model for missing or invalid values. | 
void validateRawModel(Model model, ModelBuildingRequest request, ModelProblemCollector problems)
model - 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.void validateEffectiveModel(Model model, ModelBuildingRequest request, ModelProblemCollector problems)
model - 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.Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.