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, setMessage
public AttributePresenceValidator(String attribute)
public void validate(Model m)
Validator
Model.validate()
method called.m
- model being validated.Copyright © 2019 JavaLite. All rights reserved.