| Package | Description |
|---|---|
| org.hibernate.validator.internal.cfg.context |
Creational context implementations of the API for programmatic
constraint definition.
|
| org.hibernate.validator.internal.metadata.core | |
| org.hibernate.validator.internal.metadata.location |
Contains types for the representation of constraint locations.
|
| org.hibernate.validator.internal.metadata.provider |
Abstraction of the meta data sources - annotation, xml, programmatic
|
| org.hibernate.validator.internal.metadata.raw |
The raw metadata is a reflection of all configured constraints including constraints defined via multiple
configuration sources.
|
| org.hibernate.validator.internal.util.logging |
Logging classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConfiguredConstraint<A extends Annotation,L extends ConstraintLocation>
Represents a programmatically configured constraint and meta-data
related to its location (bean type etc.).
|
| Modifier and Type | Method and Description |
|---|---|
ConstraintLocation |
MetaConstraint.getLocation() |
| Constructor and Description |
|---|
MetaConstraint(ConstraintDescriptorImpl<A> constraintDescriptor,
ConstraintLocation location) |
| Modifier and Type | Class and Description |
|---|---|
class |
BeanConstraintLocation
A
ConstraintLocation implementation that represents either a bean (in case of class-level
constraints), a field or a getter method (in case of property-level constraints). |
class |
CrossParameterConstraintLocation
A
ConstraintLocation representing all the parameters of a method or
constructor; Used for cross-parameter constraints. |
class |
ExecutableConstraintLocation
A
ConstraintLocation implementation that represents a method or constructor. |
| Modifier and Type | Method and Description |
|---|---|
protected CollectionHelper.Partitioner<ConstraintLocation,MetaConstraint<?>> |
XmlMetaDataProvider.byLocation() |
| Modifier and Type | Method and Description |
|---|---|
ConstraintLocation |
ConstrainedElement.getLocation()
Returns the location of this constrained element.
|
ConstraintLocation |
AbstractConstrainedElement.getLocation() |
| Constructor and Description |
|---|
AbstractConstrainedElement(ConfigurationSource source,
ConstrainedElement.ConstrainedElementKind kind,
ConstraintLocation location,
Set<MetaConstraint<?>> constraints,
Map<Class<?>,Class<?>> groupConversions,
boolean isCascading) |
| Modifier and Type | Method and Description |
|---|---|
ConstraintDeclarationException |
Log_$logger.getGroupConversionOnNonCascadingElementException(ConstraintLocation location) |
ConstraintDeclarationException |
Log.getGroupConversionOnNonCascadingElementException(ConstraintLocation location) |
Copyright © 2007-2012 Red Hat Middleware, LLC. All Rights Reserved