Packages

object InvalidField

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

Type Members

  1. case class EmptyField(field: String) extends InvalidField with Product with Serializable
  2. case class EqualValue[T](field: String, expected: T, value: T) extends InvalidField with Product with Serializable
  3. case class ExpectedEmpty(field: String) extends InvalidField with Product with Serializable
  4. case class ExpectedLength[E, R](field: String, expected: E, value: R) extends InvalidField with Product with Serializable
  5. case class FieldsNotEqual(field: String) extends InvalidField with Product with Serializable
  6. case class KeyMissing[K](field: String, expected: K) extends InvalidField with Product with Serializable
  7. case class KeysMissing[K](field: String, expected: Iterable[K]) extends InvalidField with Product with Serializable
  8. case class MaximalLength[E, R](field: String, expected: E, value: R) extends InvalidField with Product with Serializable
  9. case class MaximalValue[E, R](field: String, expected: E, value: R) extends InvalidField with Product with Serializable
  10. case class MinCountOfDigits(field: String, expected: Int, found: Int) extends InvalidField with Product with Serializable
  11. case class MinCountOfLowerCases(field: String, expected: Int, found: Int) extends InvalidField with Product with Serializable
  12. case class MinCountOfSymbols(field: String, expected: Int, found: Int, symbols: List[Char]) extends InvalidField with Product with Serializable
  13. case class MinCountOfUpperCases(field: String, expected: Int, found: Int) extends InvalidField with Product with Serializable
  14. case class MinimalLength[E, R](field: String, expected: E, value: R) extends InvalidField with Product with Serializable
  15. case class MinimalValue[E, R](field: String, expected: E, value: R) extends InvalidField with Product with Serializable
  16. case class NotEmail(field: String) extends InvalidField with Product with Serializable
  17. case class OneOfValuesContains[K](field: String, expected: Iterable[K]) extends InvalidField with Product with Serializable
  18. case class OneOfValuesMissing[K](field: String, expected: Iterable[K]) extends InvalidField with Product with Serializable
  19. case class ValueContains[K](field: String, expected: K) extends InvalidField with Product with Serializable

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(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. def custom(filedNameFailed: String, reasonOfError: String, codeOfError: String, metaInfo: Map[String, String] = Map.empty): InvalidField
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  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() @HotSpotIntrinsicCandidate()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  18. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  19. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped