|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConfiguredConstraint | |
|---|---|
| org.hibernate.validator.cfg.context.impl | Creational context implementations of the API for programmatic constraint definition. |
| Uses of ConfiguredConstraint in org.hibernate.validator.cfg.context.impl |
|---|
| Methods in org.hibernate.validator.cfg.context.impl that return ConfiguredConstraint | ||
|---|---|---|
static
|
ConfiguredConstraint.forParameter(ConstraintDef<?,A> constraint,
java.lang.reflect.Method method,
int parameterIndex)
|
|
static
|
ConfiguredConstraint.forProperty(ConstraintDef<?,A> constraint,
java.lang.Class<?> beanType,
java.lang.reflect.Member member)
|
|
static
|
ConfiguredConstraint.forReturnValue(ConstraintDef<?,A> constraint,
java.lang.reflect.Method method)
|
|
static
|
ConfiguredConstraint.forType(ConstraintDef<?,A> constraint,
java.lang.Class<?> beanType)
|
|
| Methods in org.hibernate.validator.cfg.context.impl that return types with arguments of type ConfiguredConstraint | |
|---|---|
java.util.Map<java.lang.Class<?>,java.util.List<ConfiguredConstraint<?,BeanConstraintLocation>>> |
ConstraintMappingContext.getConstraintConfig()
Returns all constraint definitions registered with this mapping. |
java.util.Map<java.lang.Class<?>,java.util.List<ConfiguredConstraint<?,MethodConstraintLocation>>> |
ConstraintMappingContext.getMethodConstraintConfig()
|
| Methods in org.hibernate.validator.cfg.context.impl with parameters of type ConfiguredConstraint | |
|---|---|
void |
ConstraintMappingContext.addConstraintConfig(ConfiguredConstraint<?,BeanConstraintLocation> constraint)
|
void |
ConstraintMappingContext.addMethodConstraintConfig(ConfiguredConstraint<?,MethodConstraintLocation> constraint)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||