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,
ConstrainedType constrainedType,
ConstraintHelper constraintHelper) |
Modifier and Type | Method and Description |
---|---|
static ConstrainedType |
ConstrainedTypeBuilder.buildConstrainedType(ClassType classType,
Class<?> beanClass,
String defaultPackage,
ConstraintHelper constraintHelper,
AnnotationProcessingOptionsImpl annotationProcessingOptions,
Map<Class<?>,List<Class<?>>> defaultSequences) |
Copyright © 2007-2014 Red Hat, Inc. All Rights Reserved