NotBlankValidator

Undocumented in source.

Members

Functions

getMessage
string getMessage()
Undocumented in source. Be warned that the author may not have intended to support it.
initialize
void initialize(NotBlank constraintAnnotation)
Undocumented in source. Be warned that the author may not have intended to support it.
isValid
bool isValid(string data, ConstraintValidatorContext constraintValidatorContext)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From AbstractValidator

_isValid
bool _isValid;
Undocumented in source.
_propertyName
string _propertyName;
Undocumented in source.
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