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