Package | Description |
---|---|
org.apache.commons.validator |
The Validator package provides validation for JavaBeans based on an xml file.
|
Modifier and Type | Method and Description |
---|---|
ValidatorResults |
Validator.validate()
Performs validations based on the configured resources.
|
ValidatorResults |
Field.validate(Map<String,Object> params,
Map<String,ValidatorAction> actions)
Run the configured validations on this field.
|
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.