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.forParameter(ConstraintDef<?,A> constraint,
Method method,
int parameterIndex) |
static <A extends Annotation> |
ConfiguredConstraint.forReturnValue(ConstraintDef<?,A> constraint,
Method method) |
Map<Class<?>,Set<ExecutableConstraintLocation>> |
ConstraintMappingContext.getMethodCascadeConfig() |
Map<Class<?>,Set<ConfiguredConstraint<?,ExecutableConstraintLocation>>> |
ConstraintMappingContext.getMethodConstraintConfig() |
Modifier and Type | Method and Description |
---|---|
void |
ConstraintMappingContext.addMethodCascadeConfig(ExecutableConstraintLocation cascade) |
Modifier and Type | Method and Description |
---|---|
void |
ConstraintMappingContext.addMethodConstraintConfig(ConfiguredConstraint<?,ExecutableConstraintLocation> constraint) |
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,
boolean isCascading)
Creates a new executable meta data object for a parameter-less executable.
|
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