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 |
---|
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,
Set<MetaConstraint<?>> typeArgumentsConstraints,
Map<Class<?>,Class<?>> groupConversions,
boolean isCascading,
UnwrapMode unwrapMode)
Creates a new executable meta data object.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.