| 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<?> beanClass,
ConstrainedParameter constrainedParameter,
ConstraintHelper constraintHelper) |
| Modifier and Type | Method and Description |
|---|---|
ConstrainedParameter |
ConstrainedExecutable.getParameterMetaData(int parameterIndex)
Constraint meta data for the specified parameter.
|
ConstrainedParameter |
ConstrainedParameter.merge(ConstrainedParameter other)
Creates a new constrained parameter object by merging this and the given
other parameter.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConstrainedParameter> |
ConstrainedExecutable.getAllParameterMetaData()
Returns meta data for all parameters of the represented executable.
|
| Modifier and Type | Method and Description |
|---|---|
ConstrainedParameter |
ConstrainedParameter.merge(ConstrainedParameter other)
Creates a new constrained parameter object by merging this and the given
other parameter.
|
| Constructor and Description |
|---|
ConstrainedExecutable(ConfigurationSource source,
ConstraintLocation location,
List<ConstrainedParameter> parameterMetaData,
Set<MetaConstraint<?>> crossParameterConstraints,
Set<MetaConstraint<?>> returnValueConstraints,
Map<Class<?>,Class<?>> groupConversions,
boolean isCascading,
boolean requiresUnwrapping)
Creates a new executable meta data object.
|
Copyright © 2009-2016 Oracle Corporation. All Rights Reserved.