Class ThresholdOnlyExistsValidator

java.lang.Object
cdm.legaldocumentation.csa.validation.exists.ThresholdOnlyExistsValidator
All Implemented Interfaces:
com.rosetta.model.lib.validation.ValidatorWithArg<Threshold,Set<String>>

public class ThresholdOnlyExistsValidator extends Object implements com.rosetta.model.lib.validation.ValidatorWithArg<Threshold,Set<String>>
  • Constructor Details

    • ThresholdOnlyExistsValidator

      public ThresholdOnlyExistsValidator()
  • Method Details

    • validate

      public <T2 extends Threshold> com.rosetta.model.lib.validation.ValidationResult<Threshold> validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)
      Specified by:
      validate in interface com.rosetta.model.lib.validation.ValidatorWithArg<Threshold,Set<String>>