ValidationTrigger

Common trait to all validation triggers handled by the library

This is parent to several adapter classes trying to bridge the functionality in ValidationTriggerW with this library

Source:
ValidationTrigger.scala
class Object
trait Matchable
class Any

Value members

Abstract methods

def getValidationTrigger: Either[List[String], ValidationTrigger]

Get a final ValidationTrigger, which is used internally for schema validations, from the data inside this object

Get a final ValidationTrigger, which is used internally for schema validations, from the data inside this object

Returns:

The ValidationTrigger logical model as used by WESO libraries, or the list of errors occurred while creating it

Source:
ValidationTrigger.scala

Abstract fields

Corresponding type of this validation trigger inside ValidationTriggerW

Corresponding type of this validation trigger inside ValidationTriggerW

Source:
ValidationTrigger.scala