Object/Class

com.github.aselab.activerecord.validations

Validator

Related Docs: class Validator | package validations

Permalink

object Validator

Source
validations.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Validator
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type A = Class[_ <: Annotation]

    Permalink
  2. type AnnotationType = Annotation with AnyRef { ... /* 2 definitions in type refinement */ }

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val ERROR_PREFIX: String

    Permalink
  5. val acceptedValidator: Validator[Accepted]

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  8. def confirmationFieldName(fieldName: String, a: Confirmation): String

    Permalink
  9. val confirmationValidator: Validator[Confirmation]

    Permalink
  10. val emailValidator: Validator[Email]

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. val formatValidator: Validator[Format]

    Permalink
  14. def get(annotation: Annotation): Option[Validator[AnnotationType]]

    Permalink
  15. def get(annotation: A): Option[Validator[AnnotationType]]

    Permalink
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  18. def isBlank(value: Any): Boolean

    Permalink
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. val lengthValidator: Validator[Length]

    Permalink
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  24. val numberEnumValidator: Validator[NumberEnum]

    Permalink
  25. val rangeValidator: Validator[Range] { def range[T](min: T,v: T,max: T)(implicit evidence$1: T => Ordered[T]): Unit }

    Permalink
  26. def register[T <: AnnotationType](validator: Validator[T])(implicit m: ClassTag[T]): Unit

    Permalink
  27. val requiredValidator: Validator[Required]

    Permalink
  28. val stringEnumValidator: Validator[StringEnum]

    Permalink
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. val uniqueValidator: Validator[Unique]

    Permalink
  32. def unregister[T <: AnnotationType](validator: Validator[T])(implicit m: ClassTag[T]): Unit

    Permalink
  33. def unregister(annotation: A): Unit

    Permalink
  34. lazy val validators: Map[Class[_ <: Annotation], Validator[_ <: Annotation with AnyRef { ... /* 2 definitions in type refinement */ }]]

    Permalink
  35. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped