|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConstraintDef | |
|---|---|
| org.hibernate.validator.cfg | Entry point for the programmatic constraint definition API. |
| org.hibernate.validator.cfg.context | Contains facet and creational context interfaces forming the API for programmatic constraint definition. |
| org.hibernate.validator.cfg.context.impl | Creational context implementations of the API for programmatic constraint definition. |
| org.hibernate.validator.cfg.defs | Constraint definition classes for programmatic constraint definition API. |
| Uses of ConstraintDef in org.hibernate.validator.cfg |
|---|
| Classes in org.hibernate.validator.cfg with type parameters of type ConstraintDef | |
|---|---|
class |
ConstraintDef<C extends ConstraintDef<C,A>,A extends Annotation>
Base class for all constraint definition types. |
| Subclasses of ConstraintDef in org.hibernate.validator.cfg | |
|---|---|
class |
GenericConstraintDef<A extends Annotation>
A ConstraintDef class which can be used to configure any constraint
type. |
| Constructors in org.hibernate.validator.cfg with parameters of type ConstraintDef | |
|---|---|
ConstraintDef(ConstraintDef<?,A> original)
|
|
| Uses of ConstraintDef in org.hibernate.validator.cfg.context |
|---|
| Methods in org.hibernate.validator.cfg.context with parameters of type ConstraintDef | |
|---|---|
C |
Constrainable.constraint(ConstraintDef<?,?> definition)
Adds a new constraint. |
| Uses of ConstraintDef in org.hibernate.validator.cfg.context.impl |
|---|
| Methods in org.hibernate.validator.cfg.context.impl that return ConstraintDef | |
|---|---|
ConstraintDef<?,A> |
ConfiguredConstraint.getConstraint()
|
| Methods in org.hibernate.validator.cfg.context.impl with parameters of type ConstraintDef | ||
|---|---|---|
TypeConstraintMappingContext<C> |
TypeConstraintMappingContextImpl.constraint(ConstraintDef<?,?> definition)
|
|
ReturnValueConstraintMappingContext |
ReturnValueConstraintMappingContextImpl.constraint(ConstraintDef<?,?> definition)
|
|
PropertyConstraintMappingContext |
PropertyConstraintMappingContextImpl.constraint(ConstraintDef<?,?> definition)
|
|
ParameterConstraintMappingContext |
ParameterConstraintMappingContextImpl.constraint(ConstraintDef<?,?> definition)
|
|
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)
|
|
| Uses of ConstraintDef in org.hibernate.validator.cfg.defs |
|---|
| Subclasses of ConstraintDef in org.hibernate.validator.cfg.defs | |
|---|---|
class |
AssertFalseDef
|
class |
AssertTrueDef
|
class |
CreditCardNumberDef
|
class |
DecimalMaxDef
|
class |
DecimalMinDef
|
class |
DigitsDef
|
class |
EmailDef
|
class |
FutureDef
|
class |
LengthDef
|
class |
MaxDef
|
class |
MinDef
|
class |
NotBlankDef
|
class |
NotEmptyDef
|
class |
NotNullDef
|
class |
NullDef
|
class |
PastDef
|
class |
PatternDef
|
class |
RangeDef
|
class |
ScriptAssertDef
|
class |
SizeDef
|
class |
URLDef
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||