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