implicit final class RichConstraintViolation[T] extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RichConstraintViolation
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new RichConstraintViolation(self: ConstraintViolation[T])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
def
getDynamicPayload[P <: Payload](clazz: Class[P]): Option[P]
Lookup the dynamic payload of the given class type
-
def
getMessageWithPath: String
Returns a String created by concatenating the ConstraintViolation#getPropertyPath and the ConstraintViolation#getMessage separated by a colon (:).
Returns a String created by concatenating the ConstraintViolation#getPropertyPath and the ConstraintViolation#getMessage separated by a colon (:). E.g. if a given violation has a
getPropertyPath.toStringvalue of "foo" and agetMessagevalue of "does not exist", this would return "foo: does not exist". -
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val self: ConstraintViolation[T]
-
def
toString(): String
- Definition Classes
- Any