Package org.eclipse.persistence.jaxb
Class BeanValidationHelper
- java.lang.Object
-
- org.eclipse.persistence.jaxb.BeanValidationHelper
-
public final class BeanValidationHelper extends java.lang.Object
INTERNAL: Asynchronously starts validation.xml file processing when created. Holds a map of classes with BV annotations.- Author:
- Marcel Valovy, Dmitry Kornilov
- Since:
- 2.6
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
BeanValidationHelper.ConstraintsDetectorService<A,V>
-
Constructor Summary
Constructors Constructor Description BeanValidationHelper()
Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.Class<?>,java.lang.Boolean>
getConstraintsMap()
Lazy getter for constraintsOnClasses property.
-