DefaultConstraintValidatorContext

Undocumented in source.

Members

Functions

append
ConstraintValidatorContext append(Validator v)
Undocumented in source. Be warned that the author may not have intended to support it.
isValid
bool isValid()
Undocumented in source. Be warned that the author may not have intended to support it.
json
JSONValue json()
Undocumented in source. Be warned that the author may not have intended to support it.
messages
string[string] messages()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From ConstraintValidatorContext

toString
string toString()

return valid string

append
ConstraintValidatorContext append(Validator )

append validator

isValid
bool isValid()

if it is valid

messages
string[string] messages()

Get all errors associated with a field @ the key is filed's name and the value is error message Note : Multiple errors for the same field will only return one

Meta