public final class BeanValidationHelper
extends java.lang.Object
Constructor and Description |
---|
BeanValidationHelper()
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Class<?>,java.lang.Boolean> |
getConstraintsMap()
Lazy getter for constraintsOnClasses property.
|
boolean |
isConstrained(java.lang.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(java.lang.Class<?> clazz)
clazz
- checked classpublic java.util.Map<java.lang.Class<?>,java.lang.Boolean> getConstraintsMap()
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference