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 |
---|---|
Map<Class<?>,Set<BeanConstraintLocation>> |
ConstraintMappingContext.getCascadeConfig() |
Map<Class<?>,Set<ConfiguredConstraint<?,BeanConstraintLocation>>> |
ConstraintMappingContext.getConstraintConfig()
Returns all constraint definitions registered with this mapping.
|
Modifier and Type | Method and Description |
---|---|
void |
ConstraintMappingContext.addCascadeConfig(BeanConstraintLocation cascade) |
Modifier and Type | Method and Description |
---|---|
void |
ConstraintMappingContext.addConstraintConfig(ConfiguredConstraint<?,BeanConstraintLocation> constraint) |
Modifier and Type | Method and Description |
---|---|
BeanConstraintLocation |
ConstrainedField.getLocation() |
BeanConstraintLocation |
ConstrainedType.getLocation() |
Constructor and Description |
---|
ConstrainedField(ConfigurationSource source,
BeanConstraintLocation location,
Set<MetaConstraint<?>> constraints,
boolean isCascading)
Creates a new field meta data object.
|
ConstrainedType(ConfigurationSource source,
BeanConstraintLocation location,
Set<MetaConstraint<?>> constraints)
Creates a new type meta data object.
|
Copyright © 2007-2014 Red Hat Middleware, LLC. All Rights Reserved