Package | Description |
---|---|
org.hibernate.validator.internal.cfg.context |
Creational context implementations of the API for programmatic
constraint definition.
|
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) |
static <A extends Annotation> |
ConfiguredConstraint.forProperty(ConstraintDef<?,A> constraint,
Member member) |
static <A extends Annotation> |
ConfiguredConstraint.forType(ConstraintDef<?,A> constraint,
Class<?> beanType) |
Modifier and Type | Method and Description |
---|---|
protected void |
ConstraintMappingContextImplBase.addConstraint(ConfiguredConstraint<?,?> constraint)
Adds a constraint to the set of constraints managed by this creational context.
|
Copyright © 2007-2013 Red Hat, Inc. All Rights Reserved