Package | Description |
---|---|
org.hibernate.validator.internal.xml |
Classes for parsing of Bean Validation XML configuration files.
|
Modifier and Type | Field and Description |
---|---|
protected List<GetterType> |
BeanType.getter |
Modifier and Type | Method and Description |
---|---|
GetterType |
ObjectFactory.createGetterType()
Create an instance of
GetterType |
Modifier and Type | Method and Description |
---|---|
List<GetterType> |
BeanType.getGetter()
Gets the value of the getter property.
|
Modifier and Type | Method and Description |
---|---|
static Set<ConstrainedExecutable> |
ConstrainedGetterBuilder.buildConstrainedGetters(List<GetterType> getterList,
Class<?> beanClass,
String defaultPackage,
ConstraintHelper constraintHelper,
AnnotationProcessingOptionsImpl annotationProcessingOptions) |
Copyright © 2007-2013 Red Hat, Inc. All Rights Reserved