| 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.raw |
The raw metadata is a reflection of all configured constraints including constraints defined via multiple
configuration sources.
|
| Constructor and Description |
|---|
ParameterMetaData.Builder(Class<?> rootClass,
ConstrainedParameter constrainedParameter,
ConstraintHelper constraintHelper) |
| Modifier and Type | Method and Description |
|---|---|
ConstrainedParameter |
ConstrainedExecutable.getParameterMetaData(int parameterIndex)
Constraint meta data for the specified parameter.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConstrainedParameter> |
ConstrainedExecutable.getAllParameterMetaData()
Returns meta data for all parameters of the represented executable.
|
| Constructor and Description |
|---|
ConstrainedExecutable(ConfigurationSource source,
ExecutableConstraintLocation location,
List<ConstrainedParameter> parameterMetaData,
Set<MetaConstraint<?>> crossParameterConstraints,
Set<MetaConstraint<?>> returnValueConstraints,
Map<Class<?>,Class<?>> groupConversions,
boolean isCascading)
Creates a new executable meta data object.
|
Copyright © 2007-2012 Red Hat Middleware, LLC. All Rights Reserved