Packages

object PreValidation

On read validations (on write validations will be added later)

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PreValidation
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. implicit val validateAverageBoundFullCheckReader: ConfigReader[AverageBoundFullCheckConfig]

    Implicit AverageBoundFullCheck reader validation

  18. implicit val validateAverageBoundFullCheckWriter: ConfigWriter[AverageBoundFullCheckConfig]

    Implicit AverageBoundFullCheck writer validation

  19. implicit val validateAverageBoundLowerCheckReader: ConfigReader[AverageBoundLowerCheckConfig]

    Implicit AverageBoundLowerCheck reader validation

  20. implicit val validateAverageBoundLowerCheckWriter: ConfigWriter[AverageBoundLowerCheckConfig]

    Implicit AverageBoundLowerCheck writer validation

  21. implicit val validateAverageBoundRangeCheckReader: ConfigReader[AverageBoundRangeCheckConfig]

    Implicit AverageBoundRangeCheck reader validation

  22. implicit val validateAverageBoundRangeCheckWriter: ConfigWriter[AverageBoundRangeCheckConfig]

    Implicit AverageBoundRangeCheck writer validation

  23. implicit val validateAverageBoundUpperCheckReader: ConfigReader[AverageBoundUpperCheckConfig]

    Implicit AverageBoundUpperCheck reader validation

  24. implicit val validateAverageBoundUpperCheckWriter: ConfigWriter[AverageBoundUpperCheckConfig]

    Implicit AverageBoundUpperCheck writer validation

  25. implicit val validateDelimitedFileSourceReader: ConfigReader[DelimitedFileSourceConfig]

    Implicit DelimitedFileSource reader validation

  26. implicit val validateDelimitedFileSourceWriter: ConfigWriter[DelimitedFileSourceConfig]

    Implicit DelimitedFileSource writer validation

  27. implicit val validateDifferByLtCheckReader: ConfigReader[DifferByLtCheckConfig]

    Implicit DifferByLtCheck reader validation

  28. implicit val validateDifferByLtCheckWriter: ConfigWriter[DifferByLtCheckConfig]

    Implicit DifferByLtCheck writer validation

  29. implicit val validateEqualToCheckReader: ConfigReader[EqualToCheckConfig]

    Implicit EqualToCheck reader validation

  30. implicit val validateEqualToCheckWriter: ConfigWriter[EqualToCheckConfig]

    Implicit EqualToCheck writer validation

  31. implicit val validateFixedFileSourceReader: ConfigReader[FixedFileSourceConfig]

    Implicit FixedFileSource reader validation

  32. implicit val validateFixedFileSourceWriter: ConfigWriter[FixedFileSourceConfig]

    Implicit FixedFileSource writer validation

  33. implicit val validateGreaterThanCheckReader: ConfigReader[GreaterThanCheckConfig]

    Implicit GreaterThanCheck reader validation

  34. implicit val validateGreaterThanCheckWriter: ConfigWriter[GreaterThanCheckConfig]

    Implicit GreaterThanCheck writer validation

  35. implicit val validateHivePartitionReader: ConfigReader[HivePartition]

    Implicit HivePartition reader validation

  36. implicit val validateHivePartitionWriter: ConfigWriter[HivePartition]

    Implicit HivePartition writer validation

  37. implicit val validateKafkaSourceReader: ConfigReader[KafkaSourceConfig]

    Implicit KafkaSource reader validation

  38. implicit val validateKafkaSourceWriter: ConfigWriter[KafkaSourceConfig]

    Implicit KafkaSource writer validation

  39. implicit val validateLessThanCheckReader: ConfigReader[LessThanCheckConfig]

    Implicit LessThanCheck reader validation

  40. implicit val validateLessThanCheckWriter: ConfigWriter[LessThanCheckConfig]

    Implicit LessThanCheck writer validation

  41. implicit val validateLevenshteinDistanceParamsReader: ConfigReader[LevenshteinDistanceParams]

    Implicit LevenshteinDistanceParams reader validation

  42. implicit val validateLevenshteinDistanceParamsWriter: ConfigWriter[LevenshteinDistanceParams]

    Implicit LevenshteinDistanceParams writer validation

  43. implicit val validateRegistrySchemaReader: ConfigReader[RegistrySchemaConfig]

    Implicit RegistrySchema reader validation

  44. implicit val validateRegistrySchemaWriter: ConfigWriter[RegistrySchemaConfig]

    Implicit RegistrySchema writer validation

  45. implicit val validateStreamConfigReader: ConfigReader[StreamConfig]

    Implicit StreamConfig reader validation

  46. implicit val validateStreamConfigWriter: ConfigWriter[StreamConfig]

    Implicit StreamConfig writer validation

  47. implicit val validateTableSourceReader: ConfigReader[TableSourceConfig]
  48. implicit val validateTableSourceWriter: ConfigWriter[TableSourceConfig]
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped