Class ThresholdTypeOnlyExistsValidator
java.lang.Object
cdm.legaldocumentation.csa.validation.exists.ThresholdTypeOnlyExistsValidator
- All Implemented Interfaces:
com.rosetta.model.lib.validation.ValidatorWithArg<ThresholdType,Set<String>>
public class ThresholdTypeOnlyExistsValidator
extends Object
implements com.rosetta.model.lib.validation.ValidatorWithArg<ThresholdType,Set<String>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T2 extends ThresholdType>
com.rosetta.model.lib.validation.ValidationResult<ThresholdType>
-
Constructor Details
-
ThresholdTypeOnlyExistsValidator
public ThresholdTypeOnlyExistsValidator()
-
-
Method Details
-
validate
public <T2 extends ThresholdType> com.rosetta.model.lib.validation.ValidationResult<ThresholdType> validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) - Specified by:
validatein interfacecom.rosetta.model.lib.validation.ValidatorWithArg<ThresholdType,Set<String>>
-