Package com.rosetta.model.lib.functions
Class NoOpModelObjectValidator
java.lang.Object
com.rosetta.model.lib.functions.NoOpModelObjectValidator
- All Implemented Interfaces:
ModelObjectValidator
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.rosetta.model.lib.functions.ModelObjectValidator
ModelObjectValidator.ModelObjectValidationException -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T extends RosettaModelObject>
voidRuns validation and collects errors.<T extends RosettaModelObject>
voidRuns validation and collects errors.
-
Constructor Details
-
NoOpModelObjectValidator
public NoOpModelObjectValidator()
-
-
Method Details
-
validate
Description copied from interface:ModelObjectValidatorRuns validation and collects errors. Implementation may throw an exception if validation fails.- Specified by:
validatein interfaceModelObjectValidator- Type Parameters:
T-- Parameters:
clazz-object-
-
validate
Description copied from interface:ModelObjectValidatorRuns validation and collects errors. Implementation may throw an exception if validation fails.- Specified by:
validatein interfaceModelObjectValidator- Type Parameters:
T-- Parameters:
clazz-objects-
-