public class FieldNotEmptyValidator
extends java.lang.Object
org.springframework.validation.Validator that validates one specific string property
specified by fieldPath property in any object if it is not null and not blank| Constructor and Description |
|---|
FieldNotEmptyValidator() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFieldPath() |
void |
setFieldPath(java.lang.String fieldPath) |
boolean |
supports(java.lang.Class clazz) |
void |
validate(java.lang.Object object,
Errors errors) |
Copyright © 2018 SAP SE. All Rights Reserved.