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.
|
org.hibernate.validator.internal.xml |
Classes for parsing of Bean Validation XML configuration files.
|
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,
ExecutableConstraintLocation location,
List<ConstrainedParameter> parameterMetaData,
Set<MetaConstraint<?>> crossParameterConstraints,
Set<MetaConstraint<?>> returnValueConstraints,
Map<Class<?>,Class<?>> groupConversions,
boolean isCascading)
Creates a new executable meta data object.
|
Modifier and Type | Method and Description |
---|---|
static List<ConstrainedParameter> |
ConstrainedParameterBuilder.buildConstrainedParameters(List<ParameterType> parameterList,
ExecutableElement executableElement,
String defaultPackage,
ConstraintHelper constraintHelper,
javax.validation.ParameterNameProvider parameterNameProvider,
AnnotationProcessingOptionsImpl annotationProcessingOptions) |
Copyright © 2007-2013 Red Hat, Inc. All Rights Reserved