public final class BeanValidationHelper extends Object
| Constructor and Description |
|---|
BeanValidationHelper()
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Class<?>,Boolean> |
getConstraintsMap()
Lazy getter for constraintsOnClasses property.
|
boolean |
isConstrained(Class<?> clazz)
Tells whether any of the class's fields, methods or constructors are constrained by Bean Validation annotations
or custom constraints.
|
public BeanValidationHelper()
public boolean isConstrained(Class<?> clazz)
clazz - checked classEclipseLink 2.6.3, "build v20160428-59c81c5" API Reference