| Package | Description |
|---|---|
| org.hibernate.validator.internal.cfg.context |
Creational context implementations of the API for programmatic
constraint definition.
|
| org.hibernate.validator.internal.engine |
Implementations for the core interfaces of JSR-303.
|
| 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.aggregated.rule |
Contains MethodConfigurationRule and its subclasses used to validate the correctness of method constraints
on overridden/implemented methods in inheritance hierarchies.
|
| 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 |
Independent helper classes.
|
| org.hibernate.validator.internal.xml |
Classes for parsing of Bean Validation XML configuration files.
|
| Class and Description |
|---|
| BeanConfiguration
Represents the complete constraint related configuration of one Java type
originating from one
ConfigurationSource. |
| Class and Description |
|---|
| ExecutableElement
Provides a unified view on
Constructors and Methods. |
| 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.
|
| ConstrainedExecutable
Represents a method or constructor 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.
|
| 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.
|
| 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.
|
| ExecutableElement
Provides a unified view on
Constructors and Methods. |
| Class and Description |
|---|
| ConstrainedExecutable
Represents a method or constructor 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.
|
| Class and Description |
|---|
| ExecutableElement
Provides a unified view on
Constructors and Methods. |
| 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. |
| ConstrainedExecutable
Represents a method or constructor 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.
|
| ExecutableElement
Provides a unified view on
Constructors and Methods. |
| Class and Description |
|---|
| ExecutableElement
Provides a unified view on
Constructors and Methods. |
| Class and Description |
|---|
| ConstrainedElement
Represents a (potentially) constrained Java element such as a type, field or
method.
|
Copyright © 2009-2015 Oracle Corporation. All Rights Reserved.