public abstract class Validator extends Object
| Constructor and Description |
|---|
Validator() |
Validator(Map<String,Object> params) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
validateField(String name,
Object o)
validate the field value o that belogs to the field which is named name
This method should throw IllegalArgumentException in case o doesn't
validate per this validator's implementation.
|
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.