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