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.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.
|
Class and Description |
---|
BeanConfiguration
Represents the complete constraint related configuration of one Java type
originating from one
ConfigurationSource . |
ConstrainedElement
Represents a (potentially) constrained Java element such as a type, field or
method.
|
ConstrainedField
Represents a field of a Java type and all its associated meta-data relevant
in the context of bean validation, for instance its constraints.
|
ConstrainedMethod
Represents a method of a Java type and all its associated meta-data relevant
in the context of bean validation, for instance the constraints at it's
parameters or return value.
|
ConstrainedParameter
Contains constraint-related meta-data for one method parameter.
|
ConstrainedType
Represents a Java type and all its associated meta-data relevant in the
context of bean validation, for instance its constraints.
|
Class and Description |
---|
BeanConfiguration
Represents the complete constraint related configuration of one Java type
originating from one
ConfigurationSource . |
ConfigurationSource
The source of constraint meta data.
|
ConstrainedElement
Represents a (potentially) constrained Java element such as a type, field or
method.
|
Class and Description |
---|
AbstractConstrainedElement
Base implementation of with functionality common to all
ConstrainedElement implementations. |
ConfigurationSource
The source of constraint meta data.
|
ConstrainedElement
Represents a (potentially) constrained Java element such as a type, field or
method.
|
ConstrainedElement.ConstrainedElementKind
The kind of a
ConstrainedElement . |
ConstrainedParameter
Contains constraint-related meta-data for one method parameter.
|
Copyright © 2007-2014 Red Hat Middleware, LLC. All Rights Reserved