See: Description
| Interface | Description |
|---|---|
| BeanMetaData<T> |
Interface defining the meta data about the constraints defined in a given bean.
|
| CascadingMetaData |
An aggregated view of the cascading validation metadata.
|
| ConstraintMetaData |
An aggregated view of the constraint related meta data for a given bean/type
element and all the elements in the inheritance hierarchy which it overrides
or implements.
|
| Class | Description |
|---|---|
| AbstractConstraintMetaData |
Base implementation for
ConstraintMetaData with attributes common
to all type of meta data. |
| BeanMetaDataImpl<T> |
This class encapsulates all meta data needed for validation.
|
| BeanMetaDataImpl.BeanMetaDataBuilder<T> | |
| CascadingMetaDataBuilder |
A temporary data structure used to build
CascadingMetaData. |
| ContainerCascadingMetaData |
An aggregated view of the cascading validation metadata for containers.
|
| ExecutableMetaData |
An aggregated view of the constraint related meta data for a given method or
constructors and in (case of methods) all the methods in the inheritance
hierarchy which it overrides or implements.
|
| ExecutableMetaData.Builder |
Creates new
ExecutableMetaData instances. |
| FieldCascadable |
A
Cascadable backed by a field of a Java bean. |
| FieldCascadable.Builder | |
| GetterCascadable |
A
Cascadable backed by a property getter of a Java bean. |
| GetterCascadable.Builder | |
| GroupConversionHelper |
Provides group conversion functionality to
Cascadables. |
| MetaDataBuilder |
Builds
ConstraintMetaData instances for the
ConstrainedElement objects representing one method or property in a
type's inheritance hierarchy. |
| NonContainerCascadingMetaData |
A simplified view of the cascading validation metadata for an element that does not contain any container element
cascading.
|
| ParameterMetaData |
An aggregated view of the constraint related meta data for a single method
parameter.
|
| ParameterMetaData.Builder | |
| PotentiallyContainerCascadingMetaData |
A simplified view of the cascading validation metadata for a potentially container element at runtime.
|
| PropertyMetaData |
Represents the constraint related meta data for a JavaBeans property.
|
| PropertyMetaData.Builder | |
| ReturnValueMetaData |
Represents the constraint related meta data of the return value of a method
or constructor.
|
| ValidatableParametersMetaData |
Represents the constraint related meta data of the arguments of a method or
constructor.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.