Class PassThroughValidator

java.lang.Object
cdm.product.template.validation.PassThroughValidator
All Implemented Interfaces:
com.rosetta.model.lib.validation.Validator<PassThrough>

public class PassThroughValidator extends Object implements com.rosetta.model.lib.validation.Validator<PassThrough>
  • Constructor Details

    • PassThroughValidator

      public PassThroughValidator()
  • Method Details

    • getValidationResults

      public List<com.rosetta.model.lib.validation.ValidationResult<?>> getValidationResults(com.rosetta.model.lib.path.RosettaPath path, PassThrough o)
      Specified by:
      getValidationResults in interface com.rosetta.model.lib.validation.Validator<PassThrough>