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