Package | Description |
---|---|
org.hibernate.validator.internal.xml |
Classes for parsing of Bean Validation XML configuration files.
|
Modifier and Type | Field and Description |
---|---|
protected List<FieldType> |
BeanType.field |
Modifier and Type | Method and Description |
---|---|
FieldType |
ObjectFactory.createFieldType()
Create an instance of
FieldType |
Modifier and Type | Method and Description |
---|---|
List<FieldType> |
BeanType.getField()
Gets the value of the field property.
|
Modifier and Type | Method and Description |
---|---|
static Set<ConstrainedField> |
ConstrainedFieldBuilder.buildConstrainedFields(List<FieldType> fields,
Class<?> beanClass,
String defaultPackage,
ConstraintHelper constraintHelper,
AnnotationProcessingOptionsImpl annotationProcessingOptions) |
Copyright © 2007-2013 Red Hat, Inc. All Rights Reserved