Package | Description |
---|---|
org.hibernate.validator.internal.xml |
Classes for parsing of Bean Validation XML configuration files.
|
Modifier and Type | Field and Description |
---|---|
protected List<ConstructorType> |
BeanType.constructor |
Modifier and Type | Method and Description |
---|---|
ConstructorType |
ObjectFactory.createConstructorType()
Create an instance of
ConstructorType |
Modifier and Type | Method and Description |
---|---|
List<ConstructorType> |
BeanType.getConstructor()
Gets the value of the constructor property.
|
Modifier and Type | Method and Description |
---|---|
static Set<ConstrainedExecutable> |
ConstrainedExecutableBuilder.buildConstructorConstrainedExecutable(List<ConstructorType> constructors,
Class<?> beanClass,
String defaultPackage,
javax.validation.ParameterNameProvider parameterNameProvider,
ConstraintHelper constraintHelper,
AnnotationProcessingOptionsImpl annotationProcessingOptions) |
Copyright © 2007-2013 Red Hat, Inc. All Rights Reserved