Package | Description |
---|---|
org.hibernate.validator.internal.cfg.context |
Creational context implementations of the API for programmatic
constraint definition.
|
org.hibernate.validator.internal.metadata.raw |
The raw metadata is a reflection of all configured constraints including constraints defined via multiple
configuration sources.
|
Modifier and Type | Method and Description |
---|---|
static <A extends Annotation> |
ConfiguredConstraint.forExecutable(ConstraintDef<?,A> constraint,
ExecutableElement executable) |
static <A extends Annotation> |
ConfiguredConstraint.forParameter(ConstraintDef<?,A> constraint,
ExecutableElement executable,
int parameterIndex) |
Modifier and Type | Method and Description |
---|---|
ExecutableConstraintLocation |
ConstrainedParameter.getLocation() |
ExecutableConstraintLocation |
ConstrainedExecutable.getLocation() |
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.
|
ConstrainedExecutable(ConfigurationSource source,
ExecutableConstraintLocation location,
Set<MetaConstraint<?>> returnValueConstraints,
Map<Class<?>,Class<?>> groupConversions,
boolean isCascading)
Creates a new executable meta data object for a parameter-less executable.
|
ConstrainedParameter(ConfigurationSource source,
ExecutableConstraintLocation location,
String name) |
ConstrainedParameter(ConfigurationSource source,
ExecutableConstraintLocation location,
String name,
Set<MetaConstraint<?>> constraints,
Map<Class<?>,Class<?>> groupConversions,
boolean isCascading)
Creates a new parameter meta data object.
|
Copyright © 2007-2013 Red Hat, Inc. All Rights Reserved