Class ResolutionValueOnlyExistsValidator

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

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

    • ResolutionValueOnlyExistsValidator

      public ResolutionValueOnlyExistsValidator()
  • Method Details

    • validate

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