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<MethodConstraintLocation>> |
ConstraintMappingContext.getMethodCascadeConfig() |
Map<Class<?>,Set<ConfiguredConstraint<?,MethodConstraintLocation>>> |
ConstraintMappingContext.getMethodConstraintConfig() |
Modifier and Type | Method and Description |
---|---|
void |
ConstraintMappingContext.addMethodCascadeConfig(MethodConstraintLocation cascade) |
Modifier and Type | Method and Description |
---|---|
void |
ConstraintMappingContext.addMethodConstraintConfig(ConfiguredConstraint<?,MethodConstraintLocation> constraint) |
Modifier and Type | Method and Description |
---|---|
MethodConstraintLocation |
ConstrainedParameter.getLocation() |
MethodConstraintLocation |
ConstrainedMethod.getLocation() |
Constructor and Description |
---|
ConstrainedMethod(ConfigurationSource source,
MethodConstraintLocation location,
List<ConstrainedParameter> parameterMetaData,
Set<MetaConstraint<?>> returnValueConstraints,
boolean isCascading)
Creates a new method meta data object.
|
ConstrainedMethod(ConfigurationSource source,
MethodConstraintLocation location,
Set<MetaConstraint<?>> returnValueConstraints,
boolean isCascading)
Creates a new method meta data object for a parameter-less method.
|
ConstrainedParameter(ConfigurationSource source,
MethodConstraintLocation location,
String name,
Set<MetaConstraint<?>> constraints,
boolean isCascading)
Creates a new parameter meta data object.
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.