public class UniquenessValidator extends ValidatorAdapter
| Constructor and Description | 
|---|
UniquenessValidator(String attribute)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
validate(Model model)
Called by framework when a  
Model.validate() method called. | 
formatMessage, getMessage, setMessagepublic UniquenessValidator(String attribute)
public void validate(Model model)
ValidatorModel.validate() method called.model - model being validated.Copyright © 2020 JavaLite. All rights reserved.