Class PassThroughItemOnlyExistsValidator

java.lang.Object
cdm.product.template.validation.exists.PassThroughItemOnlyExistsValidator
All Implemented Interfaces:
com.rosetta.model.lib.validation.ValidatorWithArg<PassThroughItem,Set<String>>

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

    • PassThroughItemOnlyExistsValidator

      public PassThroughItemOnlyExistsValidator()
  • Method Details

    • validate

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