Package | Description |
---|---|
org.hibernate.validator.internal.metadata.aggregated |
The classes in this package contain the aggregated meta data needed for an actual validation.
|
org.hibernate.validator.internal.xml |
Classes for parsing of Bean Validation XML configuration files.
|
Constructor and Description |
---|
Builder(Class<?> beanClass,
ConstrainedField constrainedField,
ConstraintHelper constraintHelper) |
Modifier and Type | Method and Description |
---|---|
static Set<ConstrainedField> |
ConstrainedFieldBuilder.buildConstrainedFields(List<FieldType> fields,
Class<?> beanClass,
String defaultPackage,
ConstraintHelper constraintHelper,
AnnotationProcessingOptionsImpl annotationProcessingOptions) |
Copyright © 2007-2014 Red Hat, Inc. All Rights Reserved