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 |
---|---|
List<ConstrainedParameter> |
ConstrainedMethod.getAllParameterMetaData()
Returns meta data for all parameters of the represented method.
|
Constructor and Description |
---|
ConstrainedMethod(ConfigurationSource source,
MethodConstraintLocation location,
List<ConstrainedParameter> parameterMetaData,
Set<MetaConstraint<?>> returnValueConstraints,
boolean isCascading)
Creates a new method meta data object.
|
Copyright © 2007-2014 Red Hat Middleware, LLC. All Rights Reserved