AbstractValidator

Undocumented in source.

Members

Functions

getMessage
string getMessage()

<p> get error msg <p> The default implementation is a no-op.

getPropertyName
string getPropertyName()

get valid property name

isValid
bool isValid()

@return {@code false} if {@code value} does not pass the constraint

setPropertyName
void setPropertyName(string name)

set valid property name

Variables

_isValid
bool _isValid;
Undocumented in source.
_propertyName
string _propertyName;
Undocumented in source.

Inherited Members

From Validator

getMessage
string getMessage()

<p> get error msg <p> The default implementation is a no-op.

isValid
bool isValid()

@return {@code false} if {@code value} does not pass the constraint

setPropertyName
void setPropertyName(string name)

set valid property name

getPropertyName
string getPropertyName()

get valid property name

Meta